Searched refs:maybeResult (Results 1 – 2 of 2) sorted by relevance
100 v8::MaybeLocal<v8::Value> maybeResult = function->Call( in callWithoutExceptionHandling() local108 if (!maybeResult.ToLocal(&result)) return v8::Local<v8::Value>(); in callWithoutExceptionHandling()
422 v8::MaybeLocal<v8::Value> maybeResult = in setScriptSource() local431 v8result = maybeResult.ToLocalChecked(); in setScriptSource()