Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-log-stack-tracer.cc107 Local<v8::FunctionTemplate> constructor_template = in CreateFramePointerGrabberConstructor() local
109 constructor_template->SetClassName(v8_str("FPGrabber")); in CreateFramePointerGrabberConstructor()
110 Local<Function> fun = constructor_template->GetFunction(); in CreateFramePointerGrabberConstructor()