Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-function-call.cc103 v8::MaybeLocal<v8::Value> maybeResult = function->Call( in callWithoutExceptionHandling() local
111 if (!maybeResult.ToLocal(&result)) return v8::Local<v8::Value>(); in callWithoutExceptionHandling()