v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Public Member Functions | |
int | Length () const |
Local< Value > | operator[] (int i) const |
Local< Function > | Callee () const |
Local< Object > | This () const |
Local< Object > | Holder () const |
bool | IsConstructCall () const |
Local< Value > | Data () const |
Isolate * | GetIsolate () const |
Friends | |
class | ImplementationUtilities |
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 4286 of file v8.h.
Referenced by Shell::ArrayBuffer().
|
inline |
Definition at line 4313 of file v8.h.
Referenced by Shell::ArrayBuffer().
|
inline |
Definition at line 4318 of file v8.h.
Referenced by AnalyzeStackInNativeCode(), Shell::ArrayBuffer(), Shell::ArrayBufferSlice(), Shell::ArraySet(), Shell::ArraySubArray(), CCatcher(), Shell::ChangeDirectory(), CThrowCountDown(), NativeFunctionExtension::Echo(), ExternalizeStringExtension::Externalize(), StatisticsExtension::GetCounters(), HandleF(), ExternalizeStringExtension::IsAscii(), JSCheck(), Load(), Shell::Load(), Shell::MakeDirectory(), PrintExtension::Print(), Print(), Read(), ReadLine(), Shell::RemoveDirectory(), Shell::SetEnvironment(), Shell::SetUMask(), ProfilerExtension::StartProfiling(), ProfilerExtension::StopProfiling(), Shell::System(), ThrowValue(), Shell::UnsetEnvironment(), and Shell::Write().
Definition at line 4280 of file v8.h.
References v8::Undefined().
Definition at line 4292 of file v8.h.
Referenced by Shell::ArrayBuffer(), Shell::ArrayBufferSlice(), Shell::ArraySet(), and Shell::ArraySubArray().
|
friend |