v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
Public Types | |
enum | State { DECLARE, INITIALIZE_IF_ASSIGN, UNKNOWN } |
Public Member Functions | |
AppearingPropertyContext () | |
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 |
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 | |
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 367 of file test-decls.cc.
enum State |
Enumerator | |
---|---|
DECLARE | |
INITIALIZE_IF_ASSIGN | |
UNKNOWN |
Definition at line 369 of file test-decls.cc.
|
inline |
Definition at line 375 of file test-decls.cc.
|
inlineprotectedvirtual |
Reimplemented from DeclarationContext.
Definition at line 378 of file test-decls.cc.
References CHECK, DECLARE, INITIALIZE_IF_ASSIGN, v8::None, and UNKNOWN.