![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <injected-script.h>
Public Member Functions | |
ContextScope (V8InspectorSessionImpl *, int executionContextId) | |
~ContextScope () override | |
ContextScope (const ContextScope &)=delete | |
ContextScope & | operator= (const ContextScope &)=delete |
![]() | |
Response | initialize () |
void | installCommandLineAPI () |
void | ignoreExceptionsAndMuteConsole () |
void | pretendUserGesture () |
void | allowCodeGenerationFromStrings () |
void | setTryCatchVerbose () |
v8::Local< v8::Context > | context () const |
InjectedScript * | injectedScript () const |
const v8::TryCatch & | tryCatch () const |
V8InspectorImpl * | inspector () const |
Private Member Functions | |
Response | findInjectedScript (V8InspectorSessionImpl *) override |
Private Attributes | |
int | m_executionContextId |
Additional Inherited Members | |
![]() | |
Scope (V8InspectorSessionImpl *) | |
virtual | ~Scope () |
![]() | |
V8InspectorImpl * | m_inspector |
InjectedScript * | m_injectedScript |
Definition at line 191 of file injected-script.h.
v8_inspector::InjectedScript::ContextScope::ContextScope | ( | V8InspectorSessionImpl * | session, |
int | executionContextId ) |
Definition at line 1094 of file injected-script.cc.
|
overridedefault |
|
delete |
|
overrideprivatevirtual |
Implements v8_inspector::InjectedScript::Scope.
Definition at line 1101 of file injected-script.cc.
|
delete |
|
private |
Definition at line 200 of file injected-script.h.