You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes JS_ErrorFromException returns (possibly) the absolute name of the source file, not the value given in JS::CompileOptions.setFileAndLine. And this value is not in UTF-8 or what?
JSErrorReport* pReport = JS_ErrorFromException( cx, excnObject );
Sometimes JS_ErrorFromException returns (possibly) the absolute name of the source file, not the value given in JS::CompileOptions.setFileAndLine. And this value is not in UTF-8 or what?
EDITED: Logged pReport->filename bytes:
99 0 0 0 0 0
Probably a Spider Monkey error
The text was updated successfully, but these errors were encountered: