Final part of 8042 fix: always initialize frame.internalCall.

git-svn-id: svn://10.0.0.236/branches/SpiderMonkey140_BRANCH@37295 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brendan%netscape.com
1999-06-29 00:22:22 +00:00
parent 84c04e6a6d
commit f53b9bf184

View File

@@ -521,6 +521,7 @@ have_fun:
frame.constructing = constructing;
frame.overrides = 0;
frame.debugging = JS_FALSE;
frame.internalCall = JS_FALSE;
frame.dormantNext = NULL;
/*
@@ -801,6 +802,7 @@ js_Execute(JSContext *cx, JSObject *chain, JSScript *script, JSFunction *fun,
frame.constructing = JS_FALSE;
frame.overrides = 0;
frame.debugging = debugging;
frame.internalCall = JS_FALSE;
frame.dormantNext = NULL;
/*