Home
last modified time | relevance | path

Searched refs:persistScript (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/inspector/
Dv8-runtime-agent-impl.h92 bool persistScript, Maybe<int> executionContextId,
Dv8-runtime-agent-impl.cc536 const String16& expression, const String16& sourceURL, bool persistScript, in compileScript() argument
550 if (!persistScript) m_inspector->debugger()->muteScriptParsedEvents(); in compileScript()
554 if (!persistScript) m_inspector->debugger()->unmuteScriptParsedEvents(); in compileScript()
566 if (!persistScript) return Response::OK(); in compileScript()