-
Notifications
You must be signed in to change notification settings - Fork 12
/
benvie-inventory
52 lines (44 loc) · 1.01 KB
/
benvie-inventory
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
see also [debugger-docs-needed] whiteboard tag
I just did an inventory comparing what's actually implemented to what DebuggerDocs claims. There's a handful of undocumented things, a number of things that are unimplemented but not noted as so, and one discrepancy. We should try to keep the docs as close as possible to the implementation.
Debugger
undocumented
* removeAllDebuggees
* addAllGlobalsAsDebuggees
unimplemented
* onThrow
* onError
* findScriptURLs
* clearBreakpoint
* clearAllWatchpoints
Debugger.Frame
unimplemented
* onResume
* get depth
* pop
* replaceCall
Debugger.Script
undocumented
* get source
* get sourceStart
* get sourceLength
unimplemented
* get strictMode
* decompile
discrepencies
* clearBreakpoint <-> clearBreakpoints
Debugger.Object
unimplemented
* get proxyHandler
* get proxyCallTrap
* get proxyConstructTrap
* get hostAnnotations
* getProperty
* setProperty
* copy
* create
* decompile
* asEnvironment
* setObjectWatchpoint
* clearObjectWatchpoint
* setPropertyWatchPoint
* clearPropertyWatchpoint