mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
Kludge tracing code (DEBUG only) to cope with JSOP_FORELEM oddment (286216).
This commit is contained in:
parent
75bbd70202
commit
55ffff862e
@ -5266,6 +5266,8 @@ js_Interpret(JSContext *cx, jsbytecode *pc, jsval *result)
|
||||
ndefs = cs->ndefs;
|
||||
if (ndefs) {
|
||||
SAVE_SP(fp);
|
||||
if (op == JSOP_FORELEM && sp[-1] == JSVAL_FALSE)
|
||||
--ndefs;
|
||||
for (n = -ndefs; n < 0; n++) {
|
||||
str = js_DecompileValueGenerator(cx, n, sp[n], NULL);
|
||||
if (str) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user