Searched refs:constructor_template (Results 1 – 2 of 2) sorted by relevance
27 v8::Local<v8::FunctionTemplate> constructor_template = in TEST() local50 constructor_template->GetFunction(current_context) in TEST()
111 Local<v8::FunctionTemplate> constructor_template = in CreateFramePointerGrabberConstructor() local113 constructor_template->SetClassName(v8_str("FPGrabber")); in CreateFramePointerGrabberConstructor()115 constructor_template->GetFunction(context).ToLocalChecked(); in CreateFramePointerGrabberConstructor()