![]()  | 
  
    v8
    
   V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. 
   | 
 
#include <injected-script.h>
Public Member Functions | |
| ObjectScope (V8InspectorSessionImpl *, const String16 &remoteObjectId) | |
| ~ObjectScope () override | |
| ObjectScope (const ObjectScope &)=delete | |
| ObjectScope & | operator= (const ObjectScope &)=delete | 
| const String16 & | objectGroupName () const | 
| v8::Local< v8::Value > | object () const | 
  Public Member Functions inherited from v8_inspector::InjectedScript::Scope | |
| 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_remoteObjectId | 
| String16 | m_objectGroupName | 
| v8::Local< v8::Value > | m_object | 
Additional Inherited Members | |
  Protected Member Functions inherited from v8_inspector::InjectedScript::Scope | |
| Scope (V8InspectorSessionImpl *) | |
| virtual | ~Scope () | 
  Protected Attributes inherited from v8_inspector::InjectedScript::Scope | |
| V8InspectorImpl * | m_inspector | 
| InjectedScript * | m_injectedScript | 
Definition at line 203 of file injected-script.h.
| v8_inspector::InjectedScript::ObjectScope::ObjectScope | ( | V8InspectorSessionImpl * | session, | 
| const String16 & | remoteObjectId ) | 
Definition at line 1106 of file injected-script.cc.
      
  | 
  overridedefault | 
      
  | 
  delete | 
      
  | 
  overrideprivatevirtual | 
Implements v8_inspector::InjectedScript::Scope.
Definition at line 1112 of file injected-script.cc.
      
  | 
  inline | 
      
  | 
  delete | 
Definition at line 216 of file injected-script.h.
      
  | 
  private | 
Definition at line 215 of file injected-script.h.
      
  | 
  private | 
Definition at line 214 of file injected-script.h.