Lines Matching full:obj_template
4618 v8::Handle<v8::ObjectTemplate> obj_template = v8::ObjectTemplate::New();
4620 obj_template->Set(v8_str("x"), v8::Integer::New(42));
4621 obj_template->SetAccessCheckCallbacks(GetOwnPropertyNamesNamedBlocker,
4625 v8::Persistent<Context> context0 = Context::New(NULL, obj_template);
4637 global1->Set(v8_str("object"), obj_template->NewInstance());