Searched refs:GetSession (Results 1 – 4 of 4) sorted by relevance
202 static void GetSession(const v8::FunctionCallbackInfo<v8::Value>& args);
1660 void TLSWrap::GetSession(const FunctionCallbackInfo<Value>& args) { in GetSession() function in node::crypto::TLSWrap2111 SetProtoMethodNoSideEffect(isolate, t, "getSession", GetSession); in Initialize()2169 registry->Register(GetSession); in RegisterExternalReferences()
3857 static v8_inspector::V8InspectorSession* GetSession(Local<Context> context) { in GetSession() function in v8::InspectorClient3877 InspectorClient::GetSession(context); in SendInspectorMessage()
3701 …js/node/commit/8be9bd139f)] - **src**: remove extra heap allocation in GetSession() (Ben Noordhuis…