[TIMOB-9398] Blackberry: Get standard JS keywords to work in V8
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-06-20T06:21:12.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 2.1.0, Sprint 2012-08 BB |
| Components | BlackBerry |
| Labels | n/a |
| Reporter | Jean-Philippe Lemieux |
| Assignee | David Campbell |
| Created | 2012-06-05T13:52:28.000+0000 |
| Updated | 2017-03-03T05:10:04.000+0000 |
Description
things like the following don't currently work in V8:
var v = new String('bla bla'); // v is undefined after executing that line
var i = parseInt('5'); // TypeError: parseInt not a member of #error
These are just 2 examples, many more likely have the same behavior.
Closing ticket as BlackBerry is no longer supported.