DevTools/Features/Debugger: Difference between revisions

Line 214: Line 214:


* JSD2 support:
* JSD2 support:
** Debug.Object.prototype.{prototype,class,isFunction,name,getOwnPropertyDescriptor,getOwnPropertyNames,decompile}
** Debug.Object.prototype.{prototype,class,isFunction,name, getOwnPropertyDescriptor,getOwnPropertyNames,decompile} - jorendorff
** Debug.Frame.prototype.environment
** Debug.Frame.prototype.environment - jorendorff
** Debug.Environment.prototype.{type,outerEnvironment,object,boundIdentifiers,getVariableDescriptor,findBinding}
** Debug.Environment.prototype.{type,outerEnvironment,object, boundIdentifiers,getVariableDescriptor,findBinding} - jorendorff
* Protocol Support (actors for environments and objects)
* Protocol Support (actors for environments and objects)
** Pause-lifetime grips.
** Pause-lifetime grips.
638

edits