Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/api/
Dapi-natives.cc501 Handle<Object> prototype_templ(data->GetPrototypeTemplate(), isolate); in InstantiateFunction() local
502 if (prototype_templ->IsUndefined(isolate)) { in InstantiateFunction()
516 Handle<ObjectTemplateInfo>::cast(prototype_templ), in InstantiateFunction()