Details
-
Bug
-
Resolution: Won't Fix
-
Major - P3
-
None
-
2.0.4
-
ALL
Description
setFunction() should check the return value of _compileFunction() before calling JS_GetFunctionObject(). _compileFunction() will return null if JS_CompileFunction() fails.
setFunction() in engine_spidermonkey.cpp L1460 needs to check for a null value before calling JS_GetFunctionObject().