Searched refs:object_template (Results 1 – 3 of 3) sorted by relevance
259 Handle<ObjectTemplateInfo> object_template);2455 Handle<ObjectTemplateInfo> object_template) { in ConfigureApiObject() argument2456 DCHECK(!object_template.is_null()); in ConfigureApiObject()2457 DCHECK(FunctionTemplateInfo::cast(object_template->constructor()) in ConfigureApiObject()2461 Execution::InstantiateObject(object_template); in ConfigureApiObject()
1270 ObjectTemplate* object_template) { in EnsureConstructor() argument1271 i::Object* obj = Utils::OpenHandle(object_template)->constructor(); in EnsureConstructor()1279 constructor->set_instance_template(*Utils::OpenHandle(object_template)); in EnsureConstructor()1280 Utils::OpenHandle(object_template)->set_constructor(*constructor); in EnsureConstructor()1309 ObjectTemplate* object_template) { in GetTemplateInfo() argument1310 EnsureConstructor(isolate, object_template); in GetTemplateInfo()1311 return Utils::OpenHandle(object_template); in GetTemplateInfo()
1065 v8::Handle<v8::ObjectTemplate> object_template = in TestSimpleCallback() local1067 object_template->Set(isolate, "callback", in TestSimpleCallback()1069 v8::Local<v8::Object> object = object_template->NewInstance(); in TestSimpleCallback()1171 v8::Handle<v8::ObjectTemplate> object_template = in TestFastReturnValues() local1174 object_template->Set(isolate, "callback", in TestFastReturnValues()1176 v8::Local<v8::Object> object = object_template->NewInstance(); in TestFastReturnValues()8861 v8::Handle<v8::ObjectTemplate> object_template = in TEST() local8863 object_template->SetAccessCheckCallbacks(NamedSecurityCallbackWithGC, in TEST()8869 context->Global()->Set(v8_str("obj"), object_template->NewInstance()); in TEST()9764 v8::Handle<v8::ObjectTemplate> object_template = in TEST() local[all …]