pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2019-12-28
2019-12-28 14:13:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>
15273e6e127e577d589c7ac13fcbd2fc009732b4 (
15
lines) (+
15
/-
0
)
[
Show
|
Annotate
]
Branch:
master
CHANGES: Added some notes regarding Pike.LiveBacktraceFrame.
300:
This module simply provides a token splitter for ECMAScript/JavaScript.
+
o Pike.LiveBacktraceFrame
+
+
This is similar to Pike.BacktraceFrame, but refers two-way
+
to an active (or not) execution context. It can be used
+
to eg examine (and change) local variables, and is intended
+
for debugger use.
+
o Web.EngineIO & Web.SocketIO o Protocols.HTTP2 o Bittorrent.DHT
310:
New features ------------
+
o predef::backtrace()
+
+
predef::backtrace() now takes an optional argument that causes it
+
to return LiveBacktraceFrames (instead of BacktraceFrames), which
+
may be used to access local variables for the frame while they are
+
still in use. This is intended for debugger use.
+
o predef::equal() equal() on functions now checks if their definitions are same identifier