Lines Matching refs:result
390 // Compile import wrappers in parallel. The result goes into the native
558 MaybeHandle<JSArrayBuffer> result =
563 if (!result.ToHandle(&untagged_globals_)) {
791 // target's context, but the end result is the same, and since the
845 MaybeHandle<Object> result = Object::GetPropertyOrElement(
847 if (result.is_null()) {
851 Handle<Object> module = result.ToHandleChecked();
859 result = Object::GetPropertyOrElement(isolate_, module, import_name);
860 if (result.is_null()) {
865 return result;
946 return decoder.interface().result();
1068 MaybeHandle<Object> result =
1076 Handle<Object> value = result.ToHandleChecked();