Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-function-call.cc99 v8::MaybeLocal<v8::Value> maybeResult = function->Call( in callWithoutExceptionHandling() local
107 if (!maybeResult.ToLocal(&result)) return v8::Local<v8::Value>(); in callWithoutExceptionHandling()
Dv8-debugger.cc368 v8::MaybeLocal<v8::Value> maybeResult = in setScriptSource() local
377 v8result = maybeResult.ToLocalChecked(); in setScriptSource()