![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <injected-script.h>
Public Member Functions | |
CallFrameScope (V8InspectorSessionImpl *, const String16 &remoteCallFrameId) | |
~CallFrameScope () override | |
CallFrameScope (const CallFrameScope &)=delete | |
CallFrameScope & | operator= (const CallFrameScope &)=delete |
size_t | frameOrdinal () const |
![]() | |
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 | |
String16 | m_remoteCallFrameId |
size_t | m_frameOrdinal |
Additional Inherited Members | |
![]() | |
Scope (V8InspectorSessionImpl *) | |
virtual | ~Scope () |
![]() | |
V8InspectorImpl * | m_inspector |
InjectedScript * | m_injectedScript |
Definition at line 219 of file injected-script.h.
v8_inspector::InjectedScript::CallFrameScope::CallFrameScope | ( | V8InspectorSessionImpl * | session, |
const String16 & | remoteCallFrameId ) |
Definition at line 1127 of file injected-script.cc.
|
overridedefault |
|
delete |
|
overrideprivatevirtual |
Implements v8_inspector::InjectedScript::Scope.
Definition at line 1133 of file injected-script.cc.
|
inline |
|
delete |
|
private |
Definition at line 230 of file injected-script.h.
|
private |
Definition at line 229 of file injected-script.h.