874
edits
(→Memory Profiling Globals: added docs for getObjectTable()) |
(→Memory Profiling Globals: added docs for getObjectProperties().) |
||
| Line 160: | Line 160: | ||
::<code>lineEnd</code> - If this object corresponds to a function, this is the line at which the function's code ends. | ::<code>lineEnd</code> - If this object corresponds to a function, this is the line at which the function's code ends. | ||
'''getObjectProperties'''(''idOrName'', ''useAlternateAlgorithm'') | |||
Returns a list of the properties on the given object, which doesn't include properties of the object's prototype. If ''useAlternateAlgorithm'' is true, a different JSAPI call will be used to obtain the properties. This function has a tendency to inadvertently execute code on the target runtime, so be very careful what objects you call this on. | |||
'''getNamedObjects'''() | '''getNamedObjects'''() | ||
edits