HomeSort by relevance Sort by last modified time
    Searched refs:InstanceTemplate (Results 1 - 16 of 16) sorted by null

  /external/webkit/WebCore/bindings/v8/
V8Collection.h 159 desc->InstanceTemplate()->SetIndexedPropertyHandler(collectionIndexedPropertyGetter<Collection, ItemType>, 0, 0, 0, collectionIndexedPropertyEnumerator<Collection>,
167 desc->InstanceTemplate()->SetNamedPropertyHandler(collectionNamedPropertyGetter<Collection, ItemType>, 0, 0, 0, 0, v8::Integer::New(V8ClassIndex::ToInt(type)));
173 desc->InstanceTemplate()->SetIndexedPropertyHandler(collectionStringOrNullIndexedPropertyGetter<Collection>, 0, 0, 0, collectionIndexedPropertyEnumerator<Collection>);
180 desc->InstanceTemplate()->SetIndexedPropertyHandler(collectionStringIndexedPropertyGetter<Collection>, 0, 0, 0, collectionIndexedPropertyEnumerator<Collection>);
V8NPObject.cpp 365 npObjectDesc->InstanceTemplate()->SetInternalFieldCount(npObjectInternalFieldCount);
366 npObjectDesc->InstanceTemplate()->SetNamedPropertyHandler(npObjectNamedPropertyGetter, npObjectNamedPropertySetter, 0, 0, npObjectNamedPropertyEnumerator);
367 npObjectDesc->InstanceTemplate()->SetIndexedPropertyHandler(npObjectIndexedPropertyGetter, npObjectIndexedPropertySetter, 0, 0, npObjectIndexedPropertyEnumerator);
368 npObjectDesc->InstanceTemplate()->SetCallAsFunctionHandler(npObjectInvokeDefaultHandler);
V8Binding.cpp 450 v8::Local<v8::ObjectTemplate> instance = desc->InstanceTemplate();
  /external/webkit/WebCore/bindings/v8/custom/
V8HTMLAudioElementConstructor.cpp 88 v8::Local<v8::ObjectTemplate> instance = result->InstanceTemplate();
V8HTMLImageElementConstructor.cpp 88 v8::Local<v8::ObjectTemplate> instance = result->InstanceTemplate();
V8HTMLOptionElementConstructor.cpp 104 v8::Local<v8::ObjectTemplate> instance = result->InstanceTemplate();
  /external/v8/test/cctest/
test-accessors.cc 59 fun_templ->InstanceTemplate()->SetAccessor(v8_str("foo"), handle_property);
95 templ->InstanceTemplate()->SetAccessor(v8_str("foo"),
99 templ->InstanceTemplate()->SetAccessor(v8_str("bar"),
103 templ->InstanceTemplate()->SetAccessor(v8_str("baz"),
107 LocalContext env(0, templ->InstanceTemplate());
test-decls.cc 78 return function->InstanceTemplate();
120 context_ = Context::New(0, function->InstanceTemplate(), Local<Value>());
test-api.cc 883 v8::Handle<ObjectTemplate> templ = func_templ->InstanceTemplate();
908 Local<ObjectTemplate> templ2 = fun->InstanceTemplate();
939 super->InstanceTemplate()->SetAccessor(v8_str("knurd"), GetKnurd);
    [all...]
test-debug.cc     [all...]
test-log.cc 599 v8::Handle<v8::ObjectTemplate> inst = obj->InstanceTemplate();
    [all...]
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 536 TypeTemplate->InstanceTemplate()->SetInternalFieldCount(4);
542 SchemaTemplate->InstanceTemplate()->SetInternalFieldCount(2);
543 SchemaTemplate->InstanceTemplate()->SetNamedPropertyHandler(Schema::GetType);
worker_v8.cpp 185 WorkerV8Template->InstanceTemplate()->SetInternalFieldCount(1);
node_buffer.cpp 623 constructor_template->InstanceTemplate()->SetInternalFieldCount(1);
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/
api.cc 804 Local<ObjectTemplate> FunctionTemplate::InstanceTemplate() {
805 if (IsDeadCheck("v8::FunctionTemplate::InstanceTemplate()")
806 || EmptyCheck("v8::FunctionTemplate::InstanceTemplate()", this))
    [all...]

Completed in 125 milliseconds