[TIMOB-6508] Android: Runtime Exception: Rhino: When the runtime exception is displayed, the Source: is blank
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-08-01T21:01:47.000+0000 |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Natalie Huynh |
Assignee | Ingo Muschenetz |
Created | 2011-12-07T15:45:06.000+0000 |
Updated | 2017-03-10T19:18:12.000+0000 |
Description
Steps To Reproduce:
1. Compile the following code to device (compile with rhino)
var buffer = Ti.createBuffer();
buffer.append() // illegal call, missing required arguments.
Actual
Source is blank
Expected:
Source: buffer.append() //illegal call, missing required arguments.
Note:
Behaves the same in 1.7.5 but works with v8
Closing ticket as the issue will not fix.