Public Member Functions | Friends

v8::Arguments Class Reference

#include <v8.h>

List of all members.

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

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.


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