#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 |
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.
1.7.1