Lines Matching defs:result
45 Handle<JSObject> result;
47 isolate, result,
49 Handle<JSShadowRealm> O = Handle<JSShadowRealm>::cast(result);
136 MaybeHandle<Object> result;
176 // 16. Let result be EvalDeclarationInstantiation(body, varEnv,
178 // 17. If result.[[Type]] is normal, then
179 // 20a. Set result to the result of evaluating body.
180 // 18. If result.[[Type]] is normal and result.[[Value]] is empty, then
181 // 21a. Set result to NormalCompletion(undefined).
182 result =
191 if (result.is_null()) {
204 // 21. If result.[[Type]] is not normal, throw a TypeError exception.
211 // 22. Return ? GetWrappedValue(callerRealm, result.[[Value]]).
215 GetWrappedValue(isolate, caller_context, result.ToHandleChecked()));