Home
last modified time | relevance | path

Searched refs:GetSession (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_tls.h202 static void GetSession(const v8::FunctionCallbackInfo<v8::Value>& args);
Dcrypto_tls.cc1660 void TLSWrap::GetSession(const FunctionCallbackInfo<Value>& args) { in GetSession() function in node::crypto::TLSWrap
2111 SetProtoMethodNoSideEffect(isolate, t, "getSession", GetSession); in Initialize()
2169 registry->Register(GetSession); in RegisterExternalReferences()
/third_party/node/deps/v8/src/d8/
Dd8.cc3857 static v8_inspector::V8InspectorSession* GetSession(Local<Context> context) { in GetSession() function in v8::InspectorClient
3877 InspectorClient::GetSession(context); in SendInspectorMessage()
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md3701 …js/node/commit/8be9bd139f)] - **src**: remove extra heap allocation in GetSession() (Ben Noordhuis…