v8  3.14.5 (node 0.10.48)
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 2000 of file v8.h.

Member Function Documentation

◆ Callee()

Local< Function > Callee ( ) const
inline

Definition at line 4286 of file v8.h.

References V8::Local.

◆ Data()

Local< Value > Data ( ) const
inline

Definition at line 4303 of file v8.h.

References V8::Local.

◆ GetIsolate()

Isolate * GetIsolate ( ) const
inline

Definition at line 4308 of file v8.h.

◆ Holder()

Local< Object > Holder ( ) const
inline

Definition at line 4297 of file v8.h.

References V8::Local.

◆ IsConstructCall()

bool IsConstructCall ( ) const
inline

Definition at line 4313 of file v8.h.

◆ Length()

int Length ( ) const
inline

Definition at line 4318 of file v8.h.

◆ operator[]()

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

Definition at line 4280 of file v8.h.

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

◆ This()

Local< Object > This ( ) const
inline

Definition at line 4292 of file v8.h.

References V8::Local.

Friends And Related Function Documentation

◆ ImplementationUtilities

friend class ImplementationUtilities
friend

Definition at line 2017 of file v8.h.


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