v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
Protected Member Functions | |
virtual v8::Handle< Integer > | Query (Local< String > key) |
Protected Member Functions inherited from DeclarationContext | |
virtual v8::Handle< Value > | Get (Local< String > key) |
virtual v8::Handle< Value > | Set (Local< String > key, Local< Value > value) |
void | InitializeIfNeeded () |
virtual Local< ObjectTemplate > | GetHolder (Local< FunctionTemplate > function) |
Additional Inherited Members | |
Public Member Functions inherited from DeclarationContext | |
DeclarationContext () | |
virtual | ~DeclarationContext () |
void | Check (const char *source, int get, int set, int has, Expectations expectations, v8::Handle< Value > value=Local< Value >()) |
int | get_count () const |
int | set_count () const |
int | query_count () const |
Static Protected Member Functions inherited from DeclarationContext | |
static v8::Handle< Value > | HandleGet (Local< String > key, const AccessorInfo &info) |
static v8::Handle< Value > | HandleSet (Local< String > key, Local< Value > value, const AccessorInfo &info) |
static v8::Handle< Integer > | HandleQuery (Local< String > key, const AccessorInfo &info) |
Definition at line 250 of file test-decls.cc.
|
inlineprotectedvirtual |
Reimplemented from DeclarationContext.
Definition at line 252 of file test-decls.cc.
References v8::None.