Home | History | Annotate | Download | only in inspector

Lines Matching defs:scriptState

66     return m_inspectedStateAccessCheck(m_injectedScriptObject.scriptState());
76 ScriptExecutionContext* scriptExecutionContext = m_injectedScriptObject.scriptState()->scriptExecutionContext();
79 ScriptState* scriptState = m_injectedScriptObject.scriptState();
81 if (scriptState) {
82 evalIsDisabled = !scriptState->evalEnabled();
85 scriptState->setEvalEnabled(true);
91 scriptState->setEvalEnabled(false);
109 *result = resultValue.toJSONValue(m_injectedScriptObject.scriptState());