mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
02252a653d
js_TraceOpcode: Remember the last bytecode we traced explicitly, instead of subtracting 'len' from regs.pc, which isn't reliable. Decline to trace values in script prologues (between 'code' and 'main'). Decline to walk off the bottom of the stack when the 'last bytecode' is misleading. Flush the stream after each bytecode. Use the TRACE_OPCODE macro in both threaded and non-threaded interpreters. Take care to make threaded and non-threaded interpreters produce the same traces. In the shell's 'tracing' function, use JS_ValueToBoolean to recognize all sorts of booleans, and treat a string as the name of a file to write the trace to. |
||
---|---|---|
.. | ||
jsd | ||
narcissus | ||
src | ||
tests | ||
landbranch.pl | ||
makefile.win |