Searched refs:GetContextForMicrotask (Results 1 – 4 of 4) sorted by relevance
99 V8_EXPORT_PRIVATE static MaybeHandle<NativeContext> GetContextForMicrotask(
5553 if (!JSReceiver::GetContextForMicrotask(Handle<JSReceiver>::cast(then_action)) in Resolve()5622 has_handler_context = JSReceiver::GetContextForMicrotask( in TriggerPromiseReactions()5627 has_handler_context = JSReceiver::GetContextForMicrotask( in TriggerPromiseReactions()
700 MaybeHandle<NativeContext> JSReceiver::GetContextForMicrotask( in GetContextForMicrotask() function in v8::internal::JSReceiver
9128 if (!i::JSReceiver::GetContextForMicrotask(function).ToHandle( in EnqueueMicrotask()