![]() |
v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|


Public Member Functions | |
| PrintExtension () | |
| 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 > | Print (const v8::Arguments &args) |
Definition at line 47 of file test-compiler.cc.
|
inline |
Definition at line 49 of file test-compiler.cc.
|
virtual |
Reimplemented from Extension.
Definition at line 61 of file test-compiler.cc.
References FunctionTemplate::New(), and Print().
|
static |
Definition at line 67 of file test-compiler.cc.
References v8::internal::DeleteArray(), Handle< T >::IsEmpty(), String::Length(), Arguments::Length(), Value::ToString(), v8::Undefined(), and String::Write().
Referenced by GetNativeFunction().