Searched refs:IllegalConstructor (Results 1 – 3 of 3) sorted by relevance
187 void IllegalConstructor(const v8::FunctionCallbackInfo<v8::Value>& args);
202 void IllegalConstructor(const FunctionCallbackInfo<Value>& args) { in IllegalConstructor() function
92 tmpl = NewFunctionTemplate(env->isolate(), IllegalConstructor); in GetConstructorTemplate()