v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
Whammy () | |
~Whammy () | |
v8::Handle< Script > | getScript () |
Data Fields | |
int | cursor_ |
v8::Persistent< v8::Object > | objects_ [kObjectCount] |
v8::Persistent< Script > | script_ |
Static Public Attributes | |
static const int | kObjectCount = 256 |
Definition at line 5224 of file test-api.cc.
|
inline |
Definition at line 5226 of file test-api.cc.
References cursor_.
|
inline |
Definition at line 5229 of file test-api.cc.
References Persistent< T >::Dispose(), and script_.
|
inline |
Definition at line 5232 of file test-api.cc.
References Handle< T >::IsEmpty(), and script_.
Referenced by WhammyPropertyGetter().
int cursor_ |
Definition at line 5240 of file test-api.cc.
Referenced by Whammy(), and WhammyPropertyGetter().
|
static |
Definition at line 5239 of file test-api.cc.
Referenced by WhammyPropertyGetter().
v8::Persistent<v8::Object> objects_[kObjectCount] |
Definition at line 5241 of file test-api.cc.
Referenced by WhammyPropertyGetter().
v8::Persistent<Script> script_ |
Definition at line 5242 of file test-api.cc.
Referenced by getScript(), and ~Whammy().