HomeSort by relevance Sort by last modified time
    Searched refs:PrototypeTemplate (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8DOMConfiguration.cpp 103 v8::Local<v8::ObjectTemplate> prototype = functionDescriptor->PrototypeTemplate();
109 installAttributes(instanceTemplate, functionDescriptor->PrototypeTemplate(), attributes, attributeCount, isolate, currentWorldType);
111 installAccessors(functionDescriptor->PrototypeTemplate(), defaultSignature, accessors, accessorCount, isolate, currentWorldType);
113 installCallbacks(functionDescriptor->PrototypeTemplate(), defaultSignature, static_cast<v8::PropertyAttribute>(v8::DontDelete), callbacks, callbackCount, isolate, currentWorldType);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceDoNotCheckConstants.cpp 84 v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate();
89 V8DOMConfiguration::installConstants(functionTemplate, prototypeTemplate, V8TestInterfaceDoNotCheckConstantsConstants, WTF_ARRAY_LENGTH(V8TestInterfaceDoNotCheckConstantsConstants), isolate);
V8TestInterfaceEmpty.cpp 84 v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate();
V8TestInterfaceEventTarget.cpp 84 v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate();
V8TestException.cpp 101 v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate();
V8TestInterfaceConstructor3.cpp 117 v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate();
V8TestInterfaceCustomConstructor.cpp 103 v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate();
V8TestInterfaceNamedConstructor.cpp 135 v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate();
V8TestInterfacePython2.cpp 86 v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate();
V8TestNamedConstructor.cpp 146 v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate();
V8TestCustomAccessors.cpp 162 v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate();
V8TestInterfaceConstructor.cpp 163 v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate();
V8TestInterfaceConstructor2.cpp 152 v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate();
V8TestInterfacePython.cpp 188 v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate();
V8TestNode.cpp 173 v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate();
V8TestOverloadedConstructors.cpp 174 v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate();
V8TestInterfaceImplementedAs.cpp 185 v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate();
191 prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "funcTestInterfaceImplementedAsParam", v8::String::kInternalizedString), v8::FunctionTemplate::New(isolate, RealClassV8Internal::funcTestInterfaceImplementedAsParamMethodCallback, v8Undefined(), funcTestInterfaceImplementedAsParamSignature, 1));
V8TestEventTarget.cpp 288 v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate();
V8TestInterfaceEventConstructor.cpp 353 v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate();
  /external/v8/test/cctest/
test-decls.cc 518 return function->PrototypeTemplate();
580 return function->PrototypeTemplate();
test-log.cc 375 v8::Handle<v8::ObjectTemplate> proto = obj->PrototypeTemplate();
test-api.cc 170 fun->PrototypeTemplate()->Set(
    [all...]
  /external/chromium_org/v8/test/cctest/
test-decls.cc 550 return function->PrototypeTemplate();
613 return function->PrototypeTemplate();
test-log.cc 339 v8::Handle<v8::ObjectTemplate> proto = obj->PrototypeTemplate();
test-api.cc 268 v8::Handle<v8::ObjectTemplate> fun_proto = fun->PrototypeTemplate();
    [all...]

Completed in 255 milliseconds

1 2