Lines Matching defs:maybe_result
733 MaybeLocal<Value> maybe_result;
773 maybe_result = script->Run(realm);
821 if (!maybe_result.ToLocal(&result)) {
1329 MaybeLocal<Value> maybe_result;
1332 maybe_result = root_module->Evaluate(realm);
1333 CHECK(!maybe_result.IsEmpty());
1338 if (!maybe_result.ToLocal(&result)) {
1391 MaybeLocal<Value> maybe_result;
1394 maybe_result = root_module->Evaluate(realm);
1395 CHECK(!maybe_result.IsEmpty());
1399 if (!maybe_result.ToLocal(&result)) {