Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc265 Handle<ObjectTemplateInfo> object_template);
4180 Handle<ObjectTemplateInfo> object_template) { in ConfigureApiObject() argument
4181 DCHECK(!object_template.is_null()); in ConfigureApiObject()
4182 DCHECK(FunctionTemplateInfo::cast(object_template->constructor()) in ConfigureApiObject()
4186 ApiNatives::InstantiateObject(object_template); in ConfigureApiObject()
Dapi.cc1490 ObjectTemplate* object_template) { in EnsureConstructor() argument
1491 i::Object* obj = Utils::OpenHandle(object_template)->constructor(); in EnsureConstructor()
1499 constructor->set_instance_template(*Utils::OpenHandle(object_template)); in EnsureConstructor()
1500 Utils::OpenHandle(object_template)->set_constructor(*constructor); in EnsureConstructor()