Home
last modified time | relevance | path

Searched refs:prototypeTemplate (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8PerContextData.cpp121 v8::Local<v8::Object> prototypeTemplate = constructorForType(type->parentClass); in constructorForTypeSlowCase() local
122 if (prototypeTemplate.IsEmpty()) in constructorForTypeSlowCase()
124 function->SetPrototype(prototypeTemplate); in constructorForTypeSlowCase()
DWrapperTypeInfo.h111 …void installPerContextEnabledMethods(v8::Handle<v8::Object> prototypeTemplate, v8::Isolate* isolat… in installPerContextEnabledMethods()
114 installPerContextEnabledMethodsFunction(prototypeTemplate, isolate); in installPerContextEnabledMethods()
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
DV8TestInterfaceDoNotCheckConstants.cpp84 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfaceDoNotCheckConstantsTemplate() local
89 …V8DOMConfiguration::installConstants(functionTemplate, prototypeTemplate, V8TestInterfaceDoNotChec… in ConfigureV8TestInterfaceDoNotCheckConstantsTemplate()
DV8SupportTestInterface.cpp415 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8SupportTestInterfaceTemplate() local
420 …V8DOMConfiguration::installAttribute(instanceTemplate, prototypeTemplate, attributeConfiguration, … in ConfigureV8SupportTestInterfaceTemplate()
427 …V8DOMConfiguration::installConstants(functionTemplate, prototypeTemplate, V8SupportTestInterfaceCo… in ConfigureV8SupportTestInterfaceTemplate()
474 …v8::Local<v8::Object> prototypeTemplate = v8::Local<v8::Object>::Cast(instanceTemplate->GetPrototy… in installPerContextEnabledProperties() local
478 …V8DOMConfiguration::installAttribute(instanceTemplate, prototypeTemplate, attributeConfiguration, … in installPerContextEnabledProperties()
DV8TestInterfaceCheckSecurity.cpp489 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfaceCheckSecurityTemplate() local
491prototypeTemplate->SetAccessor(v8::String::NewFromUtf8(isolate, "doNotCheckSecurityVoidMethod", v8… in ConfigureV8TestInterfaceCheckSecurityTemplate()
493prototypeTemplate->SetAccessor(v8::String::NewFromUtf8(isolate, "doNotCheckSecurityPerWorldBinding… in ConfigureV8TestInterfaceCheckSecurityTemplate()
495prototypeTemplate->SetAccessor(v8::String::NewFromUtf8(isolate, "doNotCheckSecurityPerWorldBinding… in ConfigureV8TestInterfaceCheckSecurityTemplate()
497prototypeTemplate->SetAccessor(v8::String::NewFromUtf8(isolate, "doNotCheckSecurityReadOnlyVoidMet… in ConfigureV8TestInterfaceCheckSecurityTemplate()
DV8TestInterface.cpp862 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfaceTemplate() local
866 …V8DOMConfiguration::installAttribute(instanceTemplate, prototypeTemplate, attributeConfiguration, … in ConfigureV8TestInterfaceTemplate()
872 …V8DOMConfiguration::installAttribute(instanceTemplate, prototypeTemplate, attributeConfiguration, … in ConfigureV8TestInterfaceTemplate()
881 …V8DOMConfiguration::installConstants(functionTemplate, prototypeTemplate, V8TestInterfaceConstants… in ConfigureV8TestInterfaceTemplate()
934 …v8::Local<v8::Object> prototypeTemplate = v8::Local<v8::Object>::Cast(instanceTemplate->GetPrototy… in installPerContextEnabledProperties() local
938 …V8DOMConfiguration::installAttribute(instanceTemplate, prototypeTemplate, attributeConfiguration, … in installPerContextEnabledProperties()
943 …V8DOMConfiguration::installAttribute(instanceTemplate, prototypeTemplate, attributeConfiguration, … in installPerContextEnabledProperties()
948 …V8DOMConfiguration::installAttribute(instanceTemplate, prototypeTemplate, attributeConfiguration, … in installPerContextEnabledProperties()
DV8TestInterfaceImplementedAs.cpp185 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfaceImplementedAsTemplate() local
191prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "funcTestInterfaceImplementedAsParam", v8:… in ConfigureV8TestInterfaceImplementedAsTemplate()
DV8TestInterfaceEmpty.cpp84 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfaceEmptyTemplate() local
DV8TestInterfaceEventTarget.cpp84 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfaceEventTargetTemplate() local
DV8TestObjectPython.cpp6290 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestObjectPythonTemplate() local
6294 …V8DOMConfiguration::installAttribute(instanceTemplate, prototypeTemplate, attributeConfiguration, … in ConfigureV8TestObjectPythonTemplate()
6300 …V8DOMConfiguration::installAttribute(instanceTemplate, prototypeTemplate, attributeConfiguration, … in ConfigureV8TestObjectPythonTemplate()
6322 …V8DOMConfiguration::installConstants(functionTemplate, prototypeTemplate, V8TestObjectPythonConsta… in ConfigureV8TestObjectPythonTemplate()
6325 …V8DOMConfiguration::installConstants(functionTemplate, prototypeTemplate, &constantConfiguration, … in ConfigureV8TestObjectPythonTemplate()
6351prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "voidMethodTestInterfaceEmptyArg", v8::Str… in ConfigureV8TestObjectPythonTemplate()
6357prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "voidMethodLongArgTestInterfaceEmptyArg", … in ConfigureV8TestObjectPythonTemplate()
6363prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "voidMethodAttrArg", v8::String::kInternal… in ConfigureV8TestObjectPythonTemplate()
6369prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "voidMethodDocumentArg", v8::String::kInte… in ConfigureV8TestObjectPythonTemplate()
6375prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "voidMethodDocumentTypeArg", v8::String::k… in ConfigureV8TestObjectPythonTemplate()
[all …]
DV8TestException.cpp101 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestExceptionTemplate() local
DV8TestInterfaceCustomConstructor.cpp103 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfaceCustomConstructorTemplate() local
DV8TestInterfacePython2.cpp86 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfacePython2Template() local
DV8TestInterfaceConstructor3.cpp117 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfaceConstructor3Template() local
DV8TestInterfaceNamedConstructor.cpp135 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfaceNamedConstructorTemplate() local
DV8TestCustomAccessors.cpp162 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestCustomAccessorsTemplate() local
DV8TestNamedConstructor.cpp146 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestNamedConstructorTemplate() local
DV8TestInterfacePython.cpp188 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfacePythonTemplate() local
DV8TestInterfaceConstructor2.cpp152 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfaceConstructor2Template() local
DV8TestNode.cpp173 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestNodeTemplate() local
DV8TestInterfaceConstructor.cpp163 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfaceConstructorTemplate() local
DV8TestOverloadedConstructors.cpp174 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestOverloadedConstructorsTemplate() local
DV8TestObject.cpp5331 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestObjectTemplate() local
5335 …V8DOMConfiguration::installAttribute(instanceTemplate, prototypeTemplate, attributeConfiguration, … in ConfigureV8TestObjectTemplate()
5340 …V8DOMConfiguration::installConstants(functionTemplate, prototypeTemplate, V8TestObjectConstants, W… in ConfigureV8TestObjectTemplate()
5350prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "enabledAtRuntimeMethod", v8::String::kInt… in ConfigureV8TestObjectTemplate()
5356prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "domStringListFunction", v8::String::kInte… in ConfigureV8TestObjectTemplate()
5362prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "convert1", v8::String::kInternalizedStrin… in ConfigureV8TestObjectTemplate()
5368prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "convert2", v8::String::kInternalizedStrin… in ConfigureV8TestObjectTemplate()
5374prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "svgPointMethod", v8::String::kInternalize… in ConfigureV8TestObjectTemplate()
5380prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "variadicNodeMethod", v8::String::kInterna… in ConfigureV8TestObjectTemplate()
5422 …v8::Local<v8::Object> prototypeTemplate = v8::Local<v8::Object>::Cast(instanceTemplate->GetPrototy… in installPerContextEnabledProperties() local
[all …]
DV8TestEventTarget.cpp288 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestEventTargetTemplate() local
DV8TestInterfaceEventConstructor.cpp353 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfaceEventConstructorTemplate() local

12