Home
last modified time | relevance | path

Searched refs:PushPromise (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/
Dnode_http2.h447 static void PushPromise(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_http2.cc2846 void Http2Stream::PushPromise(const FunctionCallbackInfo<Value>& args) { in PushPromise() function in node::http2::Http2Stream
3248 SetProtoMethod(isolate, stream, "pushPromise", Http2Stream::PushPromise); in Initialize()
/third_party/node/deps/v8/src/runtime/
Druntime-debug.cc720 isolate->PushPromise(promise); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/execution/
Disolate.h869 void PushPromise(Handle<JSObject> promise);
Disolate.cc2628 void Isolate::PushPromise(Handle<JSObject> promise) { in ThrowInternal() function in v8::internal::Isolate
5075 if (debug()->is_active()) PushPromise(promise); in ThrowInternal()