mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
Add SRC_DECL offset printing (not part of build).
This commit is contained in:
parent
4297b5fd16
commit
ea08a2d612
@ -927,6 +927,7 @@ SrcNotes(JSContext *cx, JSScript *script)
|
||||
case SRC_WHILE:
|
||||
case SRC_PCBASE:
|
||||
case SRC_PCDELTA:
|
||||
case SRC_DECL:
|
||||
fprintf(gOutFile, " offset %u", (uintN) js_GetSrcNoteOffset(sn, 0));
|
||||
break;
|
||||
case SRC_LABEL:
|
||||
|
Loading…
Reference in New Issue
Block a user