Home
last modified time | relevance | path

Searched refs:IllegalConstructor (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/quic/
Dbindingdata.h187 void IllegalConstructor(const v8::FunctionCallbackInfo<v8::Value>& args);
Dbindingdata.cc202 void IllegalConstructor(const FunctionCallbackInfo<Value>& args) { in IllegalConstructor() function
Dpacket.cc92 tmpl = NewFunctionTemplate(env->isolate(), IllegalConstructor); in GetConstructorTemplate()