Home
last modified time | relevance | path

Searched refs:toNative (Results 1 – 25 of 119) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8ArrayBufferViewCustom.cpp44 ArrayBufferView* V8ArrayBufferView::toNative(v8::Handle<v8::Object> object) in toNative() function in WebCore::V8ArrayBufferView
52 return V8Uint8Array::toNative(object); in toNative()
55 return V8Int8Array::toNative(object); in toNative()
58 return V8Uint16Array::toNative(object); in toNative()
61 return V8Int16Array::toNative(object); in toNative()
64 return V8Uint32Array::toNative(object); in toNative()
67 return V8Int32Array::toNative(object); in toNative()
70 return V8Float32Array::toNative(object); in toNative()
73 return V8Float64Array::toNative(object); in toNative()
76 return V8Uint8ClampedArray::toNative(object); in toNative()
[all …]
DV8JavaScriptCallFrameCustom.cpp40 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(info.Holder()); in evaluateMethodCustom()
47 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(info.Holder()); in restartMethodCustom()
53 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(info.Holder()); in scopeChainAttributeGetterCustom()
59 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(info.Holder()); in scopeTypeMethodCustom()
66 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(info.Holder()); in thisObjectAttributeGetterCustom()
72 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(info.Holder()); in returnValueAttributeGetterCustom()
DV8NodeCustom.cpp65 Node* imp = V8Node::toNative(holder); in insertBeforeMethodCustom()
70 …nce(info[0], info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Ob… in insertBeforeMethodCustom()
71 …nce(info[1], info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Ob… in insertBeforeMethodCustom()
81 Node* imp = V8Node::toNative(holder); in replaceChildMethodCustom()
86 …nce(info[0], info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Ob… in replaceChildMethodCustom()
87 …nce(info[1], info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Ob… in replaceChildMethodCustom()
97 Node* imp = V8Node::toNative(holder); in removeChildMethodCustom()
102 …nce(info[0], info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Ob… in removeChildMethodCustom()
112 Node* imp = V8Node::toNative(holder); in appendChildMethodCustom()
117 …nce(info[0], info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Ob… in appendChildMethodCustom()
DV8CanvasRenderingContext2DCustom.cpp63 …return CanvasStyle::createFromGradient(V8CanvasGradient::toNative(v8::Handle<v8::Object>::Cast(val… in toCanvasStyle()
66 …return CanvasStyle::createFromPattern(V8CanvasPattern::toNative(v8::Handle<v8::Object>::Cast(value… in toCanvasStyle()
73 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder()); in strokeStyleAttributeGetterCustom()
79 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder()); in strokeStyleAttributeSetterCustom()
88 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder()); in fillStyleAttributeGetterCustom()
94 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder()); in fillStyleAttributeSetterCustom()
DV8InjectedScriptHostCustom.cpp70 return V8Node::toNative(v8::Handle<v8::Object>::Cast(value.v8Value())); in scriptValueAsNode()
96 InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); in inspectedObjectMethodCustom()
223 InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); in functionDetailsMethodCustom()
239 InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); in getInternalPropertiesMethodCustom()
284 Node* node = V8Node::toNative(value->ToObject()); in getEventListenersMethodCustom()
288 InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); in getEventListenersMethodCustom()
309 InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); in inspectMethodCustom()
318 Database* database = V8Database::toNative(v8::Handle<v8::Object>::Cast(info[0])); in databaseIdMethodCustom()
320 InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); { in databaseIdMethodCustom()
331 Storage* storage = V8Storage::toNative(v8::Handle<v8::Object>::Cast(info[0])); in storageIdMethodCustom()
[all …]
DV8XMLHttpRequestCustom.cpp74 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(info.Holder()); in responseTextAttributeGetterCustom()
88 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(info.Holder()); in responseAttributeGetterCustom()
171 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(info.Holder()); in openMethodCustom()
209 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(info.Holder()); in sendMethodCustom()
223 Document* document = V8Document::toNative(object); in sendMethodCustom()
228 Blob* blob = V8Blob::toNative(object); in sendMethodCustom()
233 DOMFormData* domFormData = V8FormData::toNative(object); in sendMethodCustom()
238 ArrayBuffer* arrayBuffer = V8ArrayBuffer::toNative(object); in sendMethodCustom()
243 ArrayBufferView* arrayBufferView = V8ArrayBufferView::toNative(object); in sendMethodCustom()
DV8HTMLPlugInElementCustom.cpp49 HTMLPlugInElement* imp = C::toNative(info.Holder()); in npObjectNamedGetter()
64 HTMLPlugInElement* imp = C::toNative(info.Holder()); in npObjectNamedSetter()
108 HTMLPlugInElement* imp = V8HTMLAppletElement::toNative(info.Holder()); in legacyCallCustom()
115 HTMLPlugInElement* imp = V8HTMLEmbedElement::toNative(info.Holder()); in legacyCallCustom()
122 HTMLPlugInElement* imp = V8HTMLObjectElement::toNative(info.Holder()); in legacyCallCustom()
130 HTMLPlugInElement* imp = C::toNative(info.Holder()); in npObjectIndexedGetter()
145 HTMLPlugInElement* imp = C::toNative(info.Holder()); in npObjectIndexedSetter()
DV8HTMLOptionsCollectionCustom.cpp70 HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(info.Holder()); in namedItemMethodCustom()
80 HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(info.Holder()); in addMethodCustom()
81 …HTMLOptionElement* option = V8HTMLOptionElement::toNative(v8::Handle<v8::Object>(v8::Handle<v8::Ob… in addMethodCustom()
100 HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(info.Holder()); in lengthAttributeSetterCustom()
DV8WebGLRenderingContextCustom.cpp271 WebGLRenderingContext* context = V8WebGLRenderingContext::toNative(info.Holder()); in getObjectParameter()
301 location = V8WebGLUniformLocation::toNative(value->ToObject()); in toWebGLUniformLocation()
318 WebGLRenderingContext* context = V8WebGLRenderingContext::toNative(info.Holder()); in getAttachedShadersMethodCustom()
323 …[0], info.GetIsolate(), worldType(info.GetIsolate())) ? V8WebGLProgram::toNative(v8::Handle<v8::Ob… in getAttachedShadersMethodCustom()
343 WebGLRenderingContext* imp = V8WebGLRenderingContext::toNative(info.Holder()); in getExtensionMethodCustom()
360 WebGLRenderingContext* context = V8WebGLRenderingContext::toNative(info.Holder()); in getFramebufferAttachmentParameterMethodCustom()
375 WebGLRenderingContext* context = V8WebGLRenderingContext::toNative(info.Holder()); in getParameterMethodCustom()
388 WebGLRenderingContext* context = V8WebGLRenderingContext::toNative(info.Holder()); in getProgramParameterMethodCustom()
393 …[0], info.GetIsolate(), worldType(info.GetIsolate())) ? V8WebGLProgram::toNative(v8::Handle<v8::Ob… in getProgramParameterMethodCustom()
411 WebGLRenderingContext* context = V8WebGLRenderingContext::toNative(info.Holder()); in getShaderParameterMethodCustom()
[all …]
DV8XSLTProcessorCustom.cpp55 XSLTProcessor* imp = V8XSLTProcessor::toNative(info.Holder()); in setParameterMethodCustom()
67 XSLTProcessor* imp = V8XSLTProcessor::toNative(info.Holder()); in getParameterMethodCustom()
83 XSLTProcessor* imp = V8XSLTProcessor::toNative(info.Holder()); in removeParameterMethodCustom()
DV8DocumentCustom.cpp63 RefPtr<Document> document = V8Document::toNative(info.Holder()); in evaluateMethodCustom()
68 contextNode = V8Node::toNative(v8::Handle<v8::Object>::Cast(info[1])); in evaluateMethodCustom()
81 inResult = V8XPathResult::toNative(v8::Handle<v8::Object>::Cast(info[4])); in evaluateMethodCustom()
DV8WindowCustom.cpp81 DOMWindow* imp = V8Window::toNative(info.Holder()); in WindowSetTimeoutImpl()
158 Frame* frame = V8Window::toNative(holder)->frame(); in eventAttributeGetterCustom()
183 Frame* frame = V8Window::toNative(holder)->frame(); in eventAttributeSetterCustom()
201 DOMWindow* imp = V8Window::toNative(info.Holder()); in frameElementAttributeGetterCustom()
219 DOMWindow* imp = V8Window::toNative(info.Holder()); in openerAttributeSetterCustom()
255 DOMWindow* window = V8Window::toNative(info.Holder()); in postMessageMethodCustom()
357 DOMWindow* impl = V8Window::toNative(info.Holder()); in showModalDialogMethodCustom()
375 DOMWindow* impl = V8Window::toNative(info.Holder()); in openMethodCustom()
402 DOMWindow* window = V8Window::toNative(info.Holder()); in namedPropertyGetterCustom()
464 DOMWindow* targetWindow = V8Window::toNative(window); in namedSecurityCheckCustom()
[all …]
DV8SVGLengthCustom.cpp45 SVGPropertyTearOff<SVGLength>* wrapper = V8SVGLength::toNative(info.Holder()); in valueAttributeGetterCustom()
57 SVGPropertyTearOff<SVGLength>* wrapper = V8SVGLength::toNative(info.Holder()); in valueAttributeSetterCustom()
80 SVGPropertyTearOff<SVGLength>* wrapper = V8SVGLength::toNative(info.Holder()); in convertToSpecifiedUnitsMethodCustom()
DV8HistoryCustom.cpp46 History* history = V8History::toNative(info.Holder()); in stateAttributeGetterCustom()
73 History* history = V8History::toNative(info.Holder()); in pushStateMethodCustom()
90 History* history = V8History::toNative(info.Holder()); in replaceStateMethodCustom()
DV8BlobCustomHelpers.cpp120 ArrayBuffer* arrayBuffer = V8ArrayBuffer::toNative(v8::Handle<v8::Object>::Cast(item)); in processBlobParts()
124 …ArrayBufferView* arrayBufferView = V8ArrayBufferView::toNative(v8::Handle<v8::Object>::Cast(item)); in processBlobParts()
128 Blob* blob = V8Blob::toNative(v8::Handle<v8::Object>::Cast(item)); in processBlobParts()
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
DV8TestObjectPython.cpp114 TestObjectPython* imp = V8TestObjectPython::toNative(info.Holder()); in readonlyStringAttributeAttributeGetter()
127 TestObjectPython* imp = V8TestObjectPython::toNative(info.Holder()); in readonlyTestInterfaceEmptyAttributeAttributeGetter()
147 TestObjectPython* imp = V8TestObjectPython::toNative(info.Holder()); in readonlyLongAttributeAttributeGetter()
160 TestObjectPython* imp = V8TestObjectPython::toNative(info.Holder()); in dateAttributeAttributeGetter()
173 TestObjectPython* imp = V8TestObjectPython::toNative(info.Holder()); in dateAttributeAttributeSetter()
187 TestObjectPython* imp = V8TestObjectPython::toNative(info.Holder()); in stringAttributeAttributeGetter()
200 TestObjectPython* imp = V8TestObjectPython::toNative(info.Holder()); in stringAttributeAttributeSetter()
214 TestObjectPython* imp = V8TestObjectPython::toNative(info.Holder()); in readonlyDOMTimeStampAttributeAttributeGetter()
227 TestObjectPython* imp = V8TestObjectPython::toNative(info.Holder()); in booleanAttributeAttributeGetter()
240 TestObjectPython* imp = V8TestObjectPython::toNative(info.Holder()); in booleanAttributeAttributeSetter()
[all …]
DV8TestObject.cpp107 TestObj* imp = V8TestObject::toNative(info.Holder()); in readOnlyLongAttrAttributeGetter()
120 TestObj* imp = V8TestObject::toNative(info.Holder()); in readOnlyStringAttrAttributeGetter()
133 TestObj* imp = V8TestObject::toNative(info.Holder()); in readOnlyTestObjectAttrAttributeGetter()
190 TestObj* imp = V8TestObject::toNative(info.Holder()); in enumAttrAttributeGetter()
203 TestObj* imp = V8TestObject::toNative(info.Holder()); in enumAttrAttributeSetter()
220 TestObj* imp = V8TestObject::toNative(info.Holder()); in readOnlyEnumAttrAttributeGetter()
233 TestObj* imp = V8TestObject::toNative(info.Holder()); in byteAttrAttributeGetter()
246 TestObj* imp = V8TestObject::toNative(info.Holder()); in byteAttrAttributeSetter()
260 TestObj* imp = V8TestObject::toNative(info.Holder()); in octetAttrAttributeGetter()
273 TestObj* imp = V8TestObject::toNative(info.Holder()); in octetAttrAttributeSetter()
[all …]
DV8TestTypedefs.cpp80 TestTypedefs* imp = V8TestTypedefs::toNative(info.Holder()); in unsignedLongLongAttrAttributeGetter()
93 TestTypedefs* imp = V8TestTypedefs::toNative(info.Holder()); in unsignedLongLongAttrAttributeSetter()
107 TestTypedefs* imp = V8TestTypedefs::toNative(info.Holder()); in immutableSerializedScriptValueAttributeGetter()
120 TestTypedefs* imp = V8TestTypedefs::toNative(info.Holder()); in immutableSerializedScriptValueAttributeSetter()
134 TestTypedefs* imp = V8TestTypedefs::toNative(info.Holder()); in attrWithGetterExceptionAttributeGetter()
151 TestTypedefs* imp = V8TestTypedefs::toNative(info.Holder()); in attrWithGetterExceptionAttributeSetter()
165 TestTypedefs* imp = V8TestTypedefs::toNative(info.Holder()); in attrWithSetterExceptionAttributeGetter()
179 TestTypedefs* imp = V8TestTypedefs::toNative(info.Holder()); in attrWithSetterExceptionAttributeSetter()
194 TestTypedefs* imp = V8TestTypedefs::toNative(info.Holder()); in stringAttrWithGetterExceptionAttributeGetter()
211 TestTypedefs* imp = V8TestTypedefs::toNative(info.Holder()); in stringAttrWithGetterExceptionAttributeSetter()
[all …]
DV8TestInterface.cpp122 TestInterface* imp = V8TestInterface::toNative(info.Holder()); in implementsStr1AttributeGetter()
135 TestInterface* imp = V8TestInterface::toNative(info.Holder()); in implementsStr2AttributeGetter()
148 TestInterface* imp = V8TestInterface::toNative(info.Holder()); in implementsStr2AttributeSetter()
176 TestInterface* imp = V8TestInterface::toNative(info.Holder()); in implementsNodeAttributeGetter()
189 TestInterface* imp = V8TestInterface::toNative(info.Holder()); in implementsNodeAttributeSetter()
190 …nce(jsValue, info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Ob… in implementsNodeAttributeSetter()
203 TestInterface* imp = V8TestInterface::toNative(info.Holder()); in eventHandlerAttributeAttributeGetter()
217 TestInterface* imp = V8TestInterface::toNative(info.Holder()); in eventHandlerAttributeAttributeSetter()
231 TestInterface* imp = V8TestInterface::toNative(info.Holder()); in Node23AttributeGetter()
244 TestInterface* imp = V8TestInterface::toNative(info.Holder()); in Node23AttributeSetter()
[all …]
DV8TestEventTarget.cpp80 TestEventTarget* imp = V8TestEventTarget::toNative(info.Holder()); in itemMethod()
98 TestEventTarget* imp = V8TestEventTarget::toNative(info.Holder()); in namedItemMethod()
113 TestEventTarget* collection = V8TestEventTarget::toNative(info.Holder()); in indexedPropertyGetter()
129 TestEventTarget* collection = V8TestEventTarget::toNative(info.Holder()); in indexedPropertySetter()
130 …nce(jsValue, info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Ob… in indexedPropertySetter()
146 TestEventTarget* collection = V8TestEventTarget::toNative(info.Holder()); in indexedPropertyDeleter()
171 TestEventTarget* collection = V8TestEventTarget::toNative(info.Holder()); in namedPropertyGetter()
194 TestEventTarget* collection = V8TestEventTarget::toNative(info.Holder()); in namedPropertySetter()
216 TestEventTarget* collection = V8TestEventTarget::toNative(info.Holder()); in namedPropertyDeleter()
232 TestEventTarget* collection = V8TestEventTarget::toNative(info.Holder()); in namedPropertyEnumerator()
[all …]
DV8TestInterfaceCheckSecurity.cpp74 TestInterfaceCheckSecurity* imp = V8TestInterfaceCheckSecurity::toNative(info.Holder()); in longAttributeAttributeGetter()
87 TestInterfaceCheckSecurity* imp = V8TestInterfaceCheckSecurity::toNative(info.Holder()); in doNotCheckSecurityLongAttributeAttributeGetter()
100 TestInterfaceCheckSecurity* imp = V8TestInterfaceCheckSecurity::toNative(info.Holder()); in doNotCheckSecurityLongAttributeAttributeSetter()
114 TestInterfaceCheckSecurity* imp = V8TestInterfaceCheckSecurity::toNative(info.Holder()); in doNotCheckSecurityReadonlyLongAttributeAttributeGetter()
127 TestInterfaceCheckSecurity* imp = V8TestInterfaceCheckSecurity::toNative(info.Holder()); in doNotCheckSecurityOnSetterLongAttributeAttributeGetter()
140 TestInterfaceCheckSecurity* imp = V8TestInterfaceCheckSecurity::toNative(info.Holder()); in doNotCheckSecurityOnSetterLongAttributeAttributeSetter()
154 TestInterfaceCheckSecurity* imp = V8TestInterfaceCheckSecurity::toNative(host); in indexedSecurityCheck()
160 TestInterfaceCheckSecurity* imp = V8TestInterfaceCheckSecurity::toNative(host); in namedSecurityCheck()
167 TestInterfaceCheckSecurity* imp = V8TestInterfaceCheckSecurity::toNative(info.Holder()); in voidMethodMethod()
184 TestInterfaceCheckSecurity* imp = V8TestInterfaceCheckSecurity::toNative(info.Holder()); in doNotCheckSecurityVoidMethodMethod()
[all …]
DV8TestInterfacePython.cpp76 TestInterfacePythonImplementation* imp = V8TestInterfacePython::toNative(info.Holder()); in perWorldBindingsStringAttributeAttributeGetter()
89 TestInterfacePythonImplementation* imp = V8TestInterfacePython::toNative(info.Holder()); in perWorldBindingsStringAttributeAttributeSetter()
103 TestInterfacePythonImplementation* imp = V8TestInterfacePython::toNative(info.Holder()); in perWorldBindingsStringAttributeAttributeGetterForMainWorld()
116 TestInterfacePythonImplementation* imp = V8TestInterfacePython::toNative(info.Holder()); in perWorldBindingsStringAttributeAttributeSetterForMainWorld()
130 TestInterfacePythonImplementation* imp = V8TestInterfacePython::toNative(info.Holder()); in voidMethodMethod()
143 TestInterfacePythonImplementation* imp = V8TestInterfacePython::toNative(info.Holder()); in voidMethodMethodForMainWorld()
225 return toNative(wrapper); in toActiveDOMObject()
DV8SupportTestInterface.cpp128 SupportTestInterface* imp = V8SupportTestInterface::toNative(info.Holder()); in supplementalStr1AttributeGetter()
145 SupportTestInterface* imp = V8SupportTestInterface::toNative(info.Holder()); in supplementalStr2AttributeGetter()
162 SupportTestInterface* imp = V8SupportTestInterface::toNative(info.Holder()); in supplementalStr2AttributeSetter()
198 SupportTestInterface* imp = V8SupportTestInterface::toNative(info.Holder()); in supplementalNodeAttributeGetter()
215 SupportTestInterface* imp = V8SupportTestInterface::toNative(info.Holder()); in supplementalNodeAttributeSetter()
216 …nce(jsValue, info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Ob… in supplementalNodeAttributeSetter()
233 SupportTestInterface* imp = V8SupportTestInterface::toNative(info.Holder()); in Node13AttributeGetter()
250 SupportTestInterface* imp = V8SupportTestInterface::toNative(info.Holder()); in Node13AttributeSetter()
251 …nce(jsValue, info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Ob… in Node13AttributeSetter()
268 SupportTestInterface* imp = V8SupportTestInterface::toNative(info.Holder()); in Node14AttributeGetter()
[all …]
DV8TestInterfaceImplementedAs.cpp75 RealClass* imp = V8TestInterfaceImplementedAs::toNative(info.Holder()); in aAttributeGetter()
88 RealClass* imp = V8TestInterfaceImplementedAs::toNative(info.Holder()); in aAttributeSetter()
102 RealClass* imp = V8TestInterfaceImplementedAs::toNative(info.Holder()); in bAttributeGetter()
115 RealClass* imp = V8TestInterfaceImplementedAs::toNative(info.Holder()); in bAttributeSetter()
116 …solate(), worldType(info.GetIsolate())) ? V8TestInterfaceImplementedAs::toNative(v8::Handle<v8::Ob… in bAttributeSetter()
133 RealClass* imp = V8TestInterfaceImplementedAs::toNative(info.Holder()); in func1Method()
151 RealClass* imp = V8TestInterfaceImplementedAs::toNative(info.Holder()); in funcTestInterfaceImplementedAsParamMethod()
152 …solate(), worldType(info.GetIsolate())) ? V8TestInterfaceImplementedAs::toNative(v8::Handle<v8::Ob… in funcTestInterfaceImplementedAsParamMethod()
DV8TestInterfaceEventConstructor.cpp81 TestInterfaceEventConstructor* imp = V8TestInterfaceEventConstructor::toNative(info.Holder()); in readonlyStringAttributeAttributeGetter()
94 TestInterfaceEventConstructor* imp = V8TestInterfaceEventConstructor::toNative(info.Holder()); in initializedByEventConstructorReadonlyStringAttributeAttributeGetter()
107 TestInterfaceEventConstructor* imp = V8TestInterfaceEventConstructor::toNative(info.Holder()); in initializedByEventConstructorReadonlyAnyAttributeAttributeGetter()
120 TestInterfaceEventConstructor* imp = V8TestInterfaceEventConstructor::toNative(info.Holder()); in initializedByEventConstructorReadonlyBooleanAttributeAttributeGetter()
133 TestInterfaceEventConstructor* imp = V8TestInterfaceEventConstructor::toNative(info.Holder()); in initializedByEventConstructorReadonlyLongAttributeAttributeGetter()
146 TestInterfaceEventConstructor* imp = V8TestInterfaceEventConstructor::toNative(info.Holder()); in initializedByEventConstructorReadonlyUint8ArrayAttributeAttributeGetter()
166 TestInterfaceEventConstructor* imp = V8TestInterfaceEventConstructor::toNative(info.Holder()); in initializedByEventConstructorReadonlyTestInterfaceEmptyAttributeAttributeGetter()
186 TestInterfaceEventConstructor* imp = V8TestInterfaceEventConstructor::toNative(info.Holder()); in initializedByEventConstructorReadonlyTestInterfaceEmptyArrayAttributeAttributeGetter()
199 TestInterfaceEventConstructor* imp = V8TestInterfaceEventConstructor::toNative(info.Holder()); in deprecatedInitializedByEventConstructorReadonlyStringAttributeAttributeGetter()
213 TestInterfaceEventConstructor* imp = V8TestInterfaceEventConstructor::toNative(info.Holder()); in implementedAsInitializedByEventConstructorReadonlyStringAttributeAttributeGetter()
[all …]

12345