зеркало из https://github.com/mozilla/pjs.git
Initialize cx.interpreterSourceFile with script o r function source name before starting bytecode execution so this information for the first script throw/runtime exception
This commit is contained in:
Родитель
41be961fb9
Коммит
668a70e247
|
@ -1703,6 +1703,8 @@ public class Interpreter {
|
|||
debuggerFrame.onEnter(cx, scope, thisObj, args);
|
||||
}
|
||||
|
||||
cx.interpreterSourceFile = idata.itsSourceFile;
|
||||
|
||||
Object result = undefined;
|
||||
// If javaException != null on exit, it will be throw instead of
|
||||
// normal return
|
||||
|
|
Загрузка…
Ссылка в новой задаче