Home
last modified time | relevance | path

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

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