Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-runtime-agent-impl.cc264 V8InspectorImpl::EvaluateScope evaluateScope(m_inspector->isolate()); in evaluate() local
266 response = evaluateScope.setTimeout(timeout.fromJust() / 1000.0); in evaluate()
Dv8-debugger-agent-impl.cc1081 V8InspectorImpl::EvaluateScope evaluateScope(m_isolate); in evaluateOnCallFrame() local
1083 response = evaluateScope.setTimeout(timeout.fromJust() / 1000.0); in evaluateOnCallFrame()