![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <interface-types.h>
Public Member Functions | |
int | Length () const |
V8_INLINE v8::Local< v8::Value > | operator[] (int i) const |
V8_INLINE v8::Isolate * | GetIsolate () const |
ConsoleCallArguments (const v8::FunctionCallbackInfo< v8::Value > &) | |
ConsoleCallArguments (internal::Isolate *isolate, const internal::BuiltinArguments &) | |
Private Attributes | |
v8::Isolate * | isolate_ |
internal::Address * | values_ |
int | length_ |
Definition at line 95 of file interface-types.h.
|
explicit |
Definition at line 1125 of file debug-interface.cc.
|
explicit |
Definition at line 1131 of file debug-interface.cc.
|
inline |
|
inline |
Definition at line 97 of file interface-types.h.
Accessor for the available arguments. Returns undefined
if the index is out of bounds.
Definition at line 102 of file interface-types.h.
|
private |
Definition at line 116 of file interface-types.h.
|
private |
Definition at line 118 of file interface-types.h.
|
private |
Definition at line 117 of file interface-types.h.