v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
ProfilerExtension () | |
virtual v8::Handle < v8::FunctionTemplate > | GetNativeFunction (v8::Handle< v8::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 > | StartProfiling (const v8::Arguments &args) |
static v8::Handle< v8::Value > | StopProfiling (const v8::Arguments &args) |
Definition at line 693 of file test-profile-generator.cc.
|
inline |
Definition at line 695 of file test-profile-generator.cc.
|
virtual |
Reimplemented from Extension.
Definition at line 709 of file test-profile-generator.cc.
References CHECK, Value::Equals(), String::New(), FunctionTemplate::New(), StartProfiling(), and StopProfiling().
|
static |
Definition at line 722 of file test-profile-generator.cc.
References Arguments::Length(), String::New(), CpuProfiler::StartProfiling(), and v8::Undefined().
Referenced by GetNativeFunction().
|
static |
Definition at line 732 of file test-profile-generator.cc.
References Arguments::Length(), String::New(), CpuProfiler::StopProfiling(), and v8::Undefined().
Referenced by GetNativeFunction().