Home
last modified time | relevance | path

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

/external/v8/src/
Dapi-natives.cc411 Object* prototype_templ = data->prototype_template(); in InstantiateFunction() local
412 if (prototype_templ->IsUndefined(isolate)) { in InstantiateFunction()
419 handle(ObjectTemplateInfo::cast(prototype_templ), isolate), in InstantiateFunction()