v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

Local< Function > Callee ( ) const
inline

Definition at line 4286 of file v8.h.

Referenced by Shell::ArrayBuffer().

Local< Value > Data ( ) const
inline

Definition at line 4303 of file v8.h.

Isolate * GetIsolate ( ) const
inline

Definition at line 4308 of file v8.h.

Local< Object > Holder ( ) const
inline

Definition at line 4297 of file v8.h.

bool IsConstructCall ( ) const
inline

Definition at line 4313 of file v8.h.

Referenced by Shell::ArrayBuffer().

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

Definition at line 4280 of file v8.h.

References v8::Undefined().

Local< Object > This ( ) const
inline

Friends And Related Function Documentation

friend class ImplementationUtilities
friend

Definition at line 2017 of file v8.h.


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