Home | History | Annotate | Download | only in ic

Lines Matching refs:result_handle

2647   Handle<Object> result_handle = custom.Call(*call_handler_info);
2649 if (result_handle.is_null()) return ReadOnlyRoots(isolate).undefined_value();
2650 return *result_handle;