#include <InjectedScriptModule.h>
|
| InjectedScriptModule (const String &name) |
|
void | ensureInjected (InjectedScriptManager *, JSC::ExecState *) |
|
void | ensureInjected (InjectedScriptManager *, const InjectedScript &) |
|
| InjectedScriptModule (const String &name) |
|
void | ensureInjected (InjectedScriptManager *, JSC::ExecState *) |
|
void | ensureInjected (InjectedScriptManager *, const InjectedScript &) |
|
| InjectedScriptBase (const String &name) |
|
| InjectedScriptBase (const String &name, Deprecated::ScriptObject, InspectorEnvironment *) |
|
InspectorEnvironment * | inspectorEnvironment () const |
|
bool | hasAccessToInspectedScriptState () const |
|
const Deprecated::ScriptObject & | injectedScriptObject () const |
|
JSC::JSValue | callFunctionWithEvalEnabled (Deprecated::ScriptFunctionCall &, bool &hadException) const |
|
void | makeCall (Deprecated::ScriptFunctionCall &, RefPtr< InspectorValue > *result) |
|
void | makeEvalCall (ErrorString &, Deprecated::ScriptFunctionCall &, RefPtr< Protocol::Runtime::RemoteObject > *result, Protocol::OptOutput< bool > *wasThrown, Protocol::OptOutput< int > *savedResult=nullptr) |
|
| InjectedScriptBase (const String &name) |
|
| InjectedScriptBase (const String &name, Deprecated::ScriptObject, InspectorEnvironment *) |
|
InspectorEnvironment * | inspectorEnvironment () const |
|
bool | hasAccessToInspectedScriptState () const |
|
const Deprecated::ScriptObject & | injectedScriptObject () const |
|
JSC::JSValue | callFunctionWithEvalEnabled (Deprecated::ScriptFunctionCall &, bool &hadException) const |
|
void | makeCall (Deprecated::ScriptFunctionCall &, RefPtr< InspectorValue > *result) |
|
void | makeEvalCall (ErrorString &, Deprecated::ScriptFunctionCall &, RefPtr< Protocol::Runtime::RemoteObject > *result, Protocol::OptOutput< bool > *wasThrown, Protocol::OptOutput< int > *savedResult=nullptr) |
|
◆ ~InjectedScriptModule() [1/2]
Inspector::InjectedScriptModule::~InjectedScriptModule |
( |
| ) |
|
|
virtual |
◆ InjectedScriptModule() [1/2]
Inspector::InjectedScriptModule::InjectedScriptModule |
( |
const String & |
name | ) |
|
|
explicitprotected |
◆ ~InjectedScriptModule() [2/2]
virtual Inspector::InjectedScriptModule::~InjectedScriptModule |
( |
| ) |
|
|
virtual |
◆ InjectedScriptModule() [2/2]
Inspector::InjectedScriptModule::InjectedScriptModule |
( |
const String & |
name | ) |
|
|
explicitprotected |
◆ ensureInjected() [1/4]
◆ ensureInjected() [2/4]
◆ ensureInjected() [3/4]
◆ ensureInjected() [4/4]
◆ host() [1/2]
◆ host() [2/2]
◆ source() [1/2]
virtual String Inspector::InjectedScriptModule::source |
( |
| ) |
const |
|
pure virtual |
◆ source() [2/2]
virtual String Inspector::InjectedScriptModule::source |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following files: