v8  3.11.10 (node 0.8.28)
V8 is Google's open source JavaScript engine
Arguments Class Reference

#include <v8.h>

Public Member Functions

int Length () const
 
Local< Valueoperator[] (int i) const
 
Local< FunctionCallee () const
 
Local< ObjectThis () const
 
Local< ObjectHolder () const
 
bool IsConstructCall () const
 
Local< ValueData () const
 
IsolateGetIsolate () const
 

Friends

class ImplementationUtilities
 

Detailed Description

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 1970 of file v8.h.

Member Function Documentation

◆ Callee()

Local< Function > Callee ( ) const
inline

Definition at line 4111 of file v8.h.

References V8::Local.

◆ Data()

Local< Value > Data ( ) const
inline

Definition at line 4128 of file v8.h.

References V8::Local.

◆ GetIsolate()

Isolate * GetIsolate ( ) const
inline

Definition at line 4133 of file v8.h.

◆ Holder()

Local< Object > Holder ( ) const
inline

Definition at line 4122 of file v8.h.

References V8::Local.

◆ IsConstructCall()

bool IsConstructCall ( ) const
inline

Definition at line 4138 of file v8.h.

◆ Length()

int Length ( ) const
inline

Definition at line 4143 of file v8.h.

◆ operator[]()

Local< Value > operator[] ( int  i) const
inline

Definition at line 4105 of file v8.h.

References V8::Local, Handle< T >::operator*(), and v8::Undefined().

◆ This()

Local< Object > This ( ) const
inline

Definition at line 4117 of file v8.h.

References V8::Local.

Friends And Related Function Documentation

◆ ImplementationUtilities

friend class ImplementationUtilities
friend

Definition at line 1987 of file v8.h.


The documentation for this class was generated from the following file: