You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to have a "jsfunction" command that prints out the full name of a function, where it was defined, scope information, and links to the source code and parent function (based on the scope information). This slightly overlaps with v8function, but would focus on JS-level state. Right now, if users have a pointer to a function, they don't have a good way of figuring out what that is without digging into V8-level dcmds.
The text was updated successfully, but these errors were encountered:
#88 want better support for bound functions
#91 CTRL+C of ::findjsobjects, followed by ::findjsobjects reports only some objects
Reviewed by: Cody Peter Mello <cody.mello@joyent.com>
Approved by: Cody Peter Mello <cody.mello@joyent.com>
It would be useful to have a "jsfunction" command that prints out the full name of a function, where it was defined, scope information, and links to the source code and parent function (based on the scope information). This slightly overlaps with v8function, but would focus on JS-level state. Right now, if users have a pointer to a function, they don't have a good way of figuring out what that is without digging into V8-level dcmds.
The text was updated successfully, but these errors were encountered: