![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <v8-console.h>
Public Member Functions | |
CommandLineAPIScope (v8::Local< v8::Context >, v8::Local< v8::Object > commandLineAPI, v8::Local< v8::Object > global) | |
~CommandLineAPIScope () | |
CommandLineAPIScope (const CommandLineAPIScope &)=delete | |
CommandLineAPIScope & | operator= (const CommandLineAPIScope &)=delete |
Private Member Functions | |
v8::Local< v8::Context > | context () const |
v8::Local< v8::Object > | commandLineAPI () const |
v8::Local< v8::Object > | global () const |
v8::Local< v8::PrimitiveArray > | installedMethods () const |
v8::Local< v8::ArrayBuffer > | thisReference () const |
Static Private Member Functions | |
static void | accessorGetterCallback (v8::Local< v8::Name >, const v8::PropertyCallbackInfo< v8::Value > &) |
static void | accessorSetterCallback (v8::Local< v8::Name >, v8::Local< v8::Value >, const v8::PropertyCallbackInfo< void > &) |
Private Attributes | |
v8::Isolate * | m_isolate |
v8::Global< v8::Context > | m_context |
v8::Global< v8::Object > | m_commandLineAPI |
v8::Global< v8::Object > | m_global |
v8::Global< v8::PrimitiveArray > | m_installedMethods |
v8::Global< v8::ArrayBuffer > | m_thisReference |
Definition at line 43 of file v8-console.h.
v8_inspector::V8Console::CommandLineAPIScope::CommandLineAPIScope | ( | v8::Local< v8::Context > | context, |
v8::Local< v8::Object > | commandLineAPI, | ||
v8::Local< v8::Object > | global ) |
v8_inspector::V8Console::CommandLineAPIScope::~CommandLineAPIScope | ( | ) |
|
delete |
|
staticprivate |
Definition at line 935 of file v8-console.cc.
|
staticprivate |
Definition at line 961 of file v8-console.cc.
|
inlineprivate |
|
inlineprivate |
Definition at line 59 of file v8-console.h.
|
inlineprivate |
|
inlineprivate |
|
delete |
|
inlineprivate |
|
private |
Definition at line 73 of file v8-console.h.
|
private |
Definition at line 72 of file v8-console.h.
|
private |
Definition at line 74 of file v8-console.h.
|
private |
Definition at line 75 of file v8-console.h.
|
private |
Definition at line 71 of file v8-console.h.
|
private |
Definition at line 76 of file v8-console.h.