Fix typos, int type mismatch, white-space, and layout style nits.
git-svn-id: svn://10.0.0.236/trunk@8438 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -835,8 +835,8 @@ Decompile(SprintStack *ss, jsbytecode *pc, intN nb)
|
||||
pc += oplen;
|
||||
js_printf(jp, "\t} catch ("); /* balance) */
|
||||
pc += 6; /* name Object, pushobj, exception */
|
||||
js_printf(jp, "%s", ATOM_BYTES(GET_ATOM(cx,
|
||||
jp->script, pc)));
|
||||
js_printf(jp, "%s",
|
||||
ATOM_BYTES(GET_ATOM(cx, jp->script, pc)));
|
||||
len = js_GetSrcNoteOffset(sn, 0);
|
||||
pc += 4; /* initprop, enterwith */
|
||||
if (len) {
|
||||
|
||||
Reference in New Issue
Block a user