search

goog.testing.stacktrace.Frame

Provided By

Class representing one stack frame.

new Frame( context, name, alias, path )

Parameters
contextstring

Context object, empty in case of global functions or if the browser doesn't provide this information.

namestring

Function name, empty in case of anonymous functions.

aliasstring

Alias of the function if available. For example the function name will be 'c' and the alias will be 'b' if the function is defined as a.b = function c() {};.

pathstring

File path or URL including line number and optionally column number separated by colons.

Instance Methods

Instance Properties