Lines Matching full:nativeobject_templ
9377 v8::Handle<v8::ObjectTemplate> nativeobject_templ = v8::ObjectTemplate::New();
9378 nativeobject_templ->Set("callback",
9380 v8::Local<v8::Object> nativeobject_obj = nativeobject_templ->NewInstance();
9401 v8::Handle<v8::ObjectTemplate> nativeobject_templ = v8::ObjectTemplate::New();
9402 nativeobject_templ->Set("callback",
9404 v8::Local<v8::Object> nativeobject_obj = nativeobject_templ->NewInstance();