v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
TraceExtension () | |
virtual v8::Handle < v8::FunctionTemplate > | GetNativeFunction (v8::Handle< String > name) |
Public Member Functions inherited from Extension | |
Extension (const char *name, const char *source=0, int dep_count=0, const char **deps=0, int source_length=-1) | |
virtual | ~Extension () |
const char * | name () const |
size_t | source_length () const |
const String::ExternalAsciiStringResource * | source () const |
int | dependency_count () |
const char ** | dependencies () |
void | set_auto_enable (bool value) |
bool | auto_enable () |
Static Public Member Functions | |
static v8::Handle< v8::Value > | Trace (const v8::Arguments &args) |
static v8::Handle< v8::Value > | JSTrace (const v8::Arguments &args) |
static v8::Handle< v8::Value > | JSEntrySP (const v8::Arguments &args) |
static v8::Handle< v8::Value > | JSEntrySPLevel2 (const v8::Arguments &args) |
Definition at line 94 of file test-log-stack-tracer.cc.
|
inline |
Definition at line 96 of file test-log-stack-tracer.cc.
|
virtual |
Reimplemented from Extension.
Definition at line 115 of file test-log-stack-tracer.cc.
References CHECK, Value::Equals(), JSEntrySP(), JSEntrySPLevel2(), JSTrace(), FunctionTemplate::New(), and Trace().
|
static |
Definition at line 167 of file test-log-stack-tracer.cc.
References CHECK_NE, and v8::Undefined().
Referenced by GetNativeFunction().
|
static |
Definition at line 173 of file test-log-stack-tracer.cc.
References CHECK_EQ, CHECK_NE, and v8::Undefined().
Referenced by GetNativeFunction().
|
static |
Definition at line 155 of file test-log-stack-tracer.cc.
References v8::Undefined().
Referenced by GetNativeFunction(), and TEST().
|
static |
Definition at line 149 of file test-log-stack-tracer.cc.
References v8::Undefined().
Referenced by GetNativeFunction(), and TEST().