v8
3.11.10 (node 0.8.28)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Public Member Functions | |
int | Length () const |
Local< Value > | operator[] (int i) const |
Local< Function > | Callee () const |
Local< Object > | This () const |
Local< Object > | Holder () const |
bool | IsConstructCall () const |
Local< Value > | Data () const |
Isolate * | GetIsolate () const |
Friends | |
class | ImplementationUtilities |
The argument information given to function call callbacks. This class provides access to information about the context of the call, including the receiver, the number and values of arguments, and the holder of the function.
Definition at line 4105 of file v8.h.
References V8::Local, Handle< T >::operator*(), and v8::Undefined().