#include <api.h>
Public 型 | |
typedef v8::HandleScope::Data | HandleScopeData |
Static Public メソッド | |
static v8::Handle< v8::Primitive > | Undefined () |
static v8::Handle< v8::Primitive > | Null () |
static v8::Handle< v8::Boolean > | True () |
static v8::Handle< v8::Boolean > | False () |
static int | GetNameCount (ExtensionConfiguration *that) |
static const char ** | GetNames (ExtensionConfiguration *that) |
static v8::Arguments | NewArguments (Local< Value > data, Local< Object > holder, Local< Function > callee, bool is_construct_call, void **argv, int argc) |
static HandleScopeData * | CurrentHandleScope () |
static HandleScopeData* v8::ImplementationUtilities::CurrentHandleScope | ( | ) | [inline, static] |
v8::Handle< v8::Boolean > v8::ImplementationUtilities::False | ( | ) | [static] |
static int v8::ImplementationUtilities::GetNameCount | ( | ExtensionConfiguration * | that | ) | [inline, static] |
static const char** v8::ImplementationUtilities::GetNames | ( | ExtensionConfiguration * | that | ) | [inline, static] |
static v8::Arguments v8::ImplementationUtilities::NewArguments | ( | Local< Value > | data, | |
Local< Object > | holder, | |||
Local< Function > | callee, | |||
bool | is_construct_call, | |||
void ** | argv, | |||
int | argc | |||
) | [inline, static] |
v8::Handle< v8::Primitive > v8::ImplementationUtilities::Null | ( | ) | [static] |
v8::Handle< v8::Boolean > v8::ImplementationUtilities::True | ( | ) | [static] |
v8::Handle< v8::Primitive > v8::ImplementationUtilities::Undefined | ( | ) | [static] |