Searched refs:constructor_template (Results 1 – 1 of 1) sorted by relevance
107 Local<v8::FunctionTemplate> constructor_template = in CreateFramePointerGrabberConstructor() local109 constructor_template->SetClassName(v8_str("FPGrabber")); in CreateFramePointerGrabberConstructor()110 Local<Function> fun = constructor_template->GetFunction(); in CreateFramePointerGrabberConstructor()