Home
last modified time | relevance | path

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

/external/v8/src/
Dapi-natives.cc264 auto prototype_templ = handle(data->prototype_template(), isolate); in InstantiateFunction() local
265 if (prototype_templ->IsUndefined()) { in InstantiateFunction()
271 Handle<ObjectTemplateInfo>::cast(prototype_templ)), in InstantiateFunction()