/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | V8PerContextData.cpp | 121 v8::Local<v8::Object> prototypeTemplate = constructorForType(type->parentClass); in constructorForTypeSlowCase() local 122 if (prototypeTemplate.IsEmpty()) in constructorForTypeSlowCase() 124 function->SetPrototype(prototypeTemplate); in constructorForTypeSlowCase()
|
D | WrapperTypeInfo.h | 111 …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/ |
D | V8TestInterfaceDoNotCheckConstants.cpp | 84 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfaceDoNotCheckConstantsTemplate() local 89 …V8DOMConfiguration::installConstants(functionTemplate, prototypeTemplate, V8TestInterfaceDoNotChec… in ConfigureV8TestInterfaceDoNotCheckConstantsTemplate()
|
D | V8SupportTestInterface.cpp | 415 …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()
|
D | V8TestInterfaceCheckSecurity.cpp | 489 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfaceCheckSecurityTemplate() local 491 …prototypeTemplate->SetAccessor(v8::String::NewFromUtf8(isolate, "doNotCheckSecurityVoidMethod", v8… in ConfigureV8TestInterfaceCheckSecurityTemplate() 493 …prototypeTemplate->SetAccessor(v8::String::NewFromUtf8(isolate, "doNotCheckSecurityPerWorldBinding… in ConfigureV8TestInterfaceCheckSecurityTemplate() 495 …prototypeTemplate->SetAccessor(v8::String::NewFromUtf8(isolate, "doNotCheckSecurityPerWorldBinding… in ConfigureV8TestInterfaceCheckSecurityTemplate() 497 …prototypeTemplate->SetAccessor(v8::String::NewFromUtf8(isolate, "doNotCheckSecurityReadOnlyVoidMet… in ConfigureV8TestInterfaceCheckSecurityTemplate()
|
D | V8TestInterface.cpp | 862 …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()
|
D | V8TestInterfaceImplementedAs.cpp | 185 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfaceImplementedAsTemplate() local 191 …prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "funcTestInterfaceImplementedAsParam", v8:… in ConfigureV8TestInterfaceImplementedAsTemplate()
|
D | V8TestInterfaceEmpty.cpp | 84 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfaceEmptyTemplate() local
|
D | V8TestInterfaceEventTarget.cpp | 84 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfaceEventTargetTemplate() local
|
D | V8TestObjectPython.cpp | 6290 …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() 6351 …prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "voidMethodTestInterfaceEmptyArg", v8::Str… in ConfigureV8TestObjectPythonTemplate() 6357 …prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "voidMethodLongArgTestInterfaceEmptyArg", … in ConfigureV8TestObjectPythonTemplate() 6363 …prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "voidMethodAttrArg", v8::String::kInternal… in ConfigureV8TestObjectPythonTemplate() 6369 …prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "voidMethodDocumentArg", v8::String::kInte… in ConfigureV8TestObjectPythonTemplate() 6375 …prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "voidMethodDocumentTypeArg", v8::String::k… in ConfigureV8TestObjectPythonTemplate() [all …]
|
D | V8TestException.cpp | 101 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestExceptionTemplate() local
|
D | V8TestInterfaceCustomConstructor.cpp | 103 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfaceCustomConstructorTemplate() local
|
D | V8TestInterfacePython2.cpp | 86 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfacePython2Template() local
|
D | V8TestInterfaceConstructor3.cpp | 117 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfaceConstructor3Template() local
|
D | V8TestInterfaceNamedConstructor.cpp | 135 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfaceNamedConstructorTemplate() local
|
D | V8TestCustomAccessors.cpp | 162 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestCustomAccessorsTemplate() local
|
D | V8TestNamedConstructor.cpp | 146 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestNamedConstructorTemplate() local
|
D | V8TestInterfacePython.cpp | 188 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfacePythonTemplate() local
|
D | V8TestInterfaceConstructor2.cpp | 152 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfaceConstructor2Template() local
|
D | V8TestNode.cpp | 173 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestNodeTemplate() local
|
D | V8TestInterfaceConstructor.cpp | 163 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfaceConstructorTemplate() local
|
D | V8TestOverloadedConstructors.cpp | 174 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestOverloadedConstructorsTemplate() local
|
D | V8TestObject.cpp | 5331 …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() 5350 …prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "enabledAtRuntimeMethod", v8::String::kInt… in ConfigureV8TestObjectTemplate() 5356 …prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "domStringListFunction", v8::String::kInte… in ConfigureV8TestObjectTemplate() 5362 …prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "convert1", v8::String::kInternalizedStrin… in ConfigureV8TestObjectTemplate() 5368 …prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "convert2", v8::String::kInternalizedStrin… in ConfigureV8TestObjectTemplate() 5374 …prototypeTemplate->Set(v8::String::NewFromUtf8(isolate, "svgPointMethod", v8::String::kInternalize… in ConfigureV8TestObjectTemplate() 5380 …prototypeTemplate->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 …]
|
D | V8TestEventTarget.cpp | 288 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestEventTargetTemplate() local
|
D | V8TestInterfaceEventConstructor.cpp | 353 …v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate… in ConfigureV8TestInterfaceEventConstructorTemplate() local
|