Converts an array of CallSite (elements of a stack trace in V8) to an array
of Frames.
Arguments:
|
code » | ||
Brings the stack trace into a common format across browsers.
|
code » | ||
![]()
Function to deobfuscate function names.
|
code » | ||
Creates a stack trace by following the call chain. Based on
goog.debug.getStacktrace .
|
code » | ||
Converts the stack frames into canonical format. Chops the beginning and the
end of it which come from the testing environment, not from the test itself.
Arguments:
Returns: string
Canonical, pretty printed stack trace.
|
code » | ||
Gets the native stack trace if available otherwise follows the call chain.
Returns: string
The stack trace in canonical format.
|
code » | ||
Returns the native stack trace.
|
code » | ||
Escapes the special character in HTML.
|
code » | ||
No description.
Returns: boolean
Whether the Closure Inspector is active.
|
code » | ||
Deobfuscates a compiled function name with the function passed to
#setDeobfuscateFunctionName . Returns the original function name if
the deobfuscator hasn't been set.
|
code » | ||
Parses a long firefox stack frame.
Arguments:
Returns: !goog.testing.stacktrace.Frame
Stack frame object.
|
code » | ||
Parses one stack frame.
Arguments:
Returns: goog.testing.stacktrace.Frame
Stack frame object or null if the
parsing failed.
|
code » | ||
Parses the browser's native stack trace.
Arguments:
Returns: !Array.<goog.testing.stacktrace.Frame>
Stack frames. The
unrecognized frames will be nulled out.
|
code » | ||
![]()
Sets function to deobfuscate function names.
Arguments:
|
code » |