Searched refs:PushPromise (Results 1 – 5 of 5) sorted by relevance
447 static void PushPromise(const v8::FunctionCallbackInfo<v8::Value>& args);
2846 void Http2Stream::PushPromise(const FunctionCallbackInfo<Value>& args) { in PushPromise() function in node::http2::Http2Stream3248 SetProtoMethod(isolate, stream, "pushPromise", Http2Stream::PushPromise); in Initialize()
720 isolate->PushPromise(promise); in RUNTIME_FUNCTION()
869 void PushPromise(Handle<JSObject> promise);
2628 void Isolate::PushPromise(Handle<JSObject> promise) { in ThrowInternal() function in v8::internal::Isolate5075 if (debug()->is_active()) PushPromise(promise); in ThrowInternal()