#include <js_utils.h>
List of all members.
Public Member Functions |
|
| JSArgs (const v8::Arguments &args) |
|
| JSArgs (const v8::Handle< v8::Object > &This, int argc, const v8::Handle< v8::Value > *argv) |
|
v8::Handle< v8::Value > | operator[] (unsigned index) const |
|
unsigned | Length () const |
|
v8::Handle< v8::Object > | Holder () const |
|
v8::Handle< v8::Function > | Callee () const |
Public Attributes |
|
v8::Handle< v8::Object > | This |
|
const v8::Arguments * | args1 |
|
const v8::Handle< v8::Value > * | args2 |
|
unsigned | argc |
Detailed Description
Class to deal with passing JS arguments, either from an Arguments structure or from an array of values.
Definition at line 388 of file js_utils.h.
The documentation for this struct was generated from the following file: