12013-08-13 Filip Pizlo <fpizlo@apple.com>
2
3 Foo::s_info should be Foo::info(), so that you can change how the s_info is actually linked
4 https://bugs.webkit.org/show_bug.cgi?id=119770
5
6 Reviewed by NOBODY (OOPS!).
7
8 No new tests because no new behavior.
9
10 * bindings/js/IDBBindingUtilities.cpp:
11 (WebCore::createIDBKeyFromValue):
12 * bindings/js/JSAttrCustom.cpp:
13 (WebCore::JSAttr::visitChildren):
14 * bindings/js/JSAudioTrackCustom.cpp:
15 (WebCore::JSAudioTrack::visitChildren):
16 * bindings/js/JSAudioTrackListCustom.cpp:
17 (WebCore::JSAudioTrackList::visitChildren):
18 * bindings/js/JSBlobCustom.cpp:
19 (WebCore::JSBlobConstructor::constructJSBlob):
20 * bindings/js/JSCSSRuleCustom.cpp:
21 (WebCore::JSCSSRule::visitChildren):
22 * bindings/js/JSCSSStyleDeclarationCustom.cpp:
23 (WebCore::JSCSSStyleDeclaration::visitChildren):
24 (WebCore::JSCSSStyleDeclaration::getOwnPropertyNames):
25 * bindings/js/JSCanvasRenderingContext2DCustom.cpp:
26 (WebCore::toHTMLCanvasStyle):
27 * bindings/js/JSCanvasRenderingContextCustom.cpp:
28 (WebCore::JSCanvasRenderingContext::visitChildren):
29 * bindings/js/JSDOMBinding.cpp:
30 (WebCore::valueToDate):
31 * bindings/js/JSDOMBinding.h:
32 (WebCore::DOMConstructorObject::createStructure):
33 (WebCore::getDOMStructure):
34 (WebCore::toRefPtrNativeArray):
35 (WebCore::getStaticValueSlotEntryWithoutCaching):
36 * bindings/js/JSDOMFormDataCustom.cpp:
37 (WebCore::toHTMLFormElement):
38 (WebCore::JSDOMFormData::append):
39 * bindings/js/JSDOMGlobalObject.cpp:
40 (WebCore::JSDOMGlobalObject::finishCreation):
41 (WebCore::JSDOMGlobalObject::scriptExecutionContext):
42 (WebCore::JSDOMGlobalObject::visitChildren):
43 * bindings/js/JSDOMGlobalObject.h:
44 (WebCore::JSDOMGlobalObject::info):
45 (WebCore::JSDOMGlobalObject::createStructure):
46 (WebCore::getDOMConstructor):
47 * bindings/js/JSDOMStringListCustom.cpp:
48 (WebCore::toDOMStringList):
49 * bindings/js/JSDOMWindowBase.cpp:
50 (WebCore::JSDOMWindowBase::finishCreation):
51 (WebCore::toJSDOMWindow):
52 * bindings/js/JSDOMWindowBase.h:
53 (WebCore::JSDOMWindowBase::createStructure):
54 * bindings/js/JSDOMWindowCustom.cpp:
55 (WebCore::JSDOMWindow::visitChildren):
56 (WebCore::JSDOMWindow::getOwnPropertySlot):
57 (WebCore::JSDOMWindow::getOwnPropertyDescriptor):
58 (WebCore::toDOMWindow):
59 * bindings/js/JSDOMWindowShell.cpp:
60 (WebCore::JSDOMWindowShell::finishCreation):
61 * bindings/js/JSDOMWindowShell.h:
62 (WebCore::JSDOMWindowShell::createStructure):
63 * bindings/js/JSEventTargetCustom.cpp:
64 (WebCore::toEventTarget):
65 * bindings/js/JSHistoryCustom.cpp:
66 (WebCore::JSHistory::getOwnPropertySlotDelegate):
67 (WebCore::JSHistory::getOwnPropertyDescriptorDelegate):
68 * bindings/js/JSImageConstructor.cpp:
69 (WebCore::JSImageConstructor::finishCreation):
70 * bindings/js/JSImageConstructor.h:
71 (WebCore::JSImageConstructor::createStructure):
72 * bindings/js/JSInjectedScriptHostCustom.cpp:
73 (WebCore::JSInjectedScriptHost::isHTMLAllCollection):
74 (WebCore::JSInjectedScriptHost::type):
75 (WebCore::JSInjectedScriptHost::functionDetails):
76 * bindings/js/JSInspectorFrontendHostCustom.cpp:
77 (WebCore::populateContextMenuItems):
78 * bindings/js/JSLocationCustom.cpp:
79 (WebCore::JSLocation::getOwnPropertySlotDelegate):
80 (WebCore::JSLocation::getOwnPropertyDescriptorDelegate):
81 (WebCore::JSLocation::putDelegate):
82 * bindings/js/JSMessageChannelCustom.cpp:
83 (WebCore::JSMessageChannel::visitChildren):
84 * bindings/js/JSMessagePortCustom.cpp:
85 (WebCore::JSMessagePort::visitChildren):
86 * bindings/js/JSNodeCustom.cpp:
87 (WebCore::JSNode::pushEventHandlerScope):
88 (WebCore::JSNode::visitChildren):
89 * bindings/js/JSNodeFilterCustom.cpp:
90 (WebCore::JSNodeFilter::visitChildren):
91 (WebCore::toNodeFilter):
92 * bindings/js/JSNodeIteratorCustom.cpp:
93 (WebCore::JSNodeIterator::visitChildren):
94 * bindings/js/JSPluginElementFunctions.h:
95 (WebCore::pluginElementCustomGetOwnPropertySlot):
96 (WebCore::pluginElementCustomGetOwnPropertyDescriptor):
97 * bindings/js/JSSVGElementInstanceCustom.cpp:
98 (WebCore::JSSVGElementInstance::visitChildren):
99 * bindings/js/JSSharedWorkerCustom.cpp:
100 (WebCore::JSSharedWorker::visitChildren):
101 * bindings/js/JSStyleSheetCustom.cpp:
102 (WebCore::JSStyleSheet::visitChildren):
103 * bindings/js/JSTextTrackCueCustom.cpp:
104 (WebCore::JSTextTrackCue::visitChildren):
105 * bindings/js/JSTextTrackCustom.cpp:
106 (WebCore::JSTextTrack::visitChildren):
107 * bindings/js/JSTextTrackListCustom.cpp:
108 (WebCore::JSTextTrackList::visitChildren):
109 * bindings/js/JSTrackCustom.cpp:
110 (WebCore::toTrack):
111 * bindings/js/JSTreeWalkerCustom.cpp:
112 (WebCore::JSTreeWalker::visitChildren):
113 * bindings/js/JSVideoTrackCustom.cpp:
114 (WebCore::JSVideoTrack::visitChildren):
115 * bindings/js/JSVideoTrackListCustom.cpp:
116 (WebCore::JSVideoTrackList::visitChildren):
117 * bindings/js/JSWebGLRenderingContextCustom.cpp:
118 (WebCore::JSWebGLRenderingContext::visitChildren):
119 (WebCore::JSWebGLRenderingContext::getAttachedShaders):
120 (WebCore::JSWebGLRenderingContext::getProgramParameter):
121 (WebCore::JSWebGLRenderingContext::getShaderParameter):
122 (WebCore::JSWebGLRenderingContext::getUniform):
123 (WebCore::dataFunctionf):
124 (WebCore::dataFunctioni):
125 (WebCore::dataFunctionMatrix):
126 * bindings/js/JSWorkerGlobalScopeBase.cpp:
127 (WebCore::JSWorkerGlobalScopeBase::finishCreation):
128 (WebCore::toJSDedicatedWorkerGlobalScope):
129 (WebCore::toJSSharedWorkerGlobalScope):
130 * bindings/js/JSWorkerGlobalScopeBase.h:
131 (WebCore::JSWorkerGlobalScopeBase::createStructure):
132 * bindings/js/JSWorkerGlobalScopeCustom.cpp:
133 (WebCore::JSWorkerGlobalScope::visitChildren):
134 * bindings/js/JSXMLHttpRequestCustom.cpp:
135 (WebCore::JSXMLHttpRequest::visitChildren):
136 (WebCore::JSXMLHttpRequest::send):
137 * bindings/js/JSXPathResultCustom.cpp:
138 (WebCore::JSXPathResult::visitChildren):
139 * bindings/js/ScriptDebugServer.cpp:
140 (WebCore::ScriptDebugServer::dispatchDidPause):
141 * bindings/js/ScriptState.cpp:
142 (WebCore::domWindowFromScriptState):
143 (WebCore::scriptExecutionContextFromScriptState):
144 * bindings/js/SerializedScriptValue.cpp:
145 (WebCore::CloneSerializer::isArray):
146 (WebCore::CloneSerializer::dumpArrayBufferView):
147 (WebCore::CloneSerializer::dumpIfTerminal):
148 (WebCore::CloneSerializer::serialize):
149 (WebCore::CloneDeserializer::CloneDeserializer):
150 (WebCore::CloneDeserializer::readArrayBufferView):
151 * bindings/objc/DOM.mm:
152 (+[DOMNode _nodeFromJSWrapper:]):
153 * bindings/objc/DOMUtility.mm:
154 (JSC::createDOMWrapper):
155 * bindings/objc/WebScriptObject.mm:
156 (+[WebScriptObject _convertValueToObjcValue:JSC::originRootObject:rootObject:]):
157 * bindings/scripts/CodeGeneratorJS.pm:
158 (GenerateGetOwnPropertySlotBody):
159 (GenerateGetOwnPropertyDescriptorBody):
160 (GenerateHeader):
161 (GenerateParametersCheckExpression):
162 (GenerateImplementation):
163 (GenerateParametersCheck):
164 (GenerateConstructorDeclaration):
165 (GenerateConstructorHelperMethods):
166 * bindings/scripts/test/JS/JSFloat64Array.cpp:
167 (WebCore::JSFloat64ArrayConstructor::finishCreation):
168 (WebCore::JSFloat64Array::finishCreation):
169 (WebCore::JSFloat64Array::getOwnPropertySlot):
170 (WebCore::JSFloat64Array::getOwnPropertyDescriptor):
171 (WebCore::JSFloat64Array::getOwnPropertySlotByIndex):
172 (WebCore::JSFloat64Array::put):
173 (WebCore::JSFloat64Array::putByIndex):
174 (WebCore::JSFloat64Array::getOwnPropertyNames):
175 (WebCore::jsFloat64ArrayPrototypeFunctionFoo):
176 (WebCore::jsFloat64ArrayPrototypeFunctionSet):
177 (WebCore::JSFloat64Array::getByIndex):
178 (WebCore::toFloat64Array):
179 * bindings/scripts/test/JS/JSFloat64Array.h:
180 (WebCore::JSFloat64Array::createStructure):
181 (WebCore::JSFloat64ArrayPrototype::createStructure):
182 (WebCore::JSFloat64ArrayConstructor::createStructure):
183 * bindings/scripts/test/JS/JSTestActiveDOMObject.cpp:
184 (WebCore::JSTestActiveDOMObjectConstructor::finishCreation):
185 (WebCore::JSTestActiveDOMObject::finishCreation):
186 (WebCore::JSTestActiveDOMObject::getOwnPropertySlot):
187 (WebCore::JSTestActiveDOMObject::getOwnPropertyDescriptor):
188 (WebCore::jsTestActiveDOMObjectPrototypeFunctionExcitingFunction):
189 (WebCore::jsTestActiveDOMObjectPrototypeFunctionPostMessage):
190 (WebCore::toTestActiveDOMObject):
191 * bindings/scripts/test/JS/JSTestActiveDOMObject.h:
192 (WebCore::JSTestActiveDOMObject::createStructure):
193 (WebCore::JSTestActiveDOMObjectPrototype::createStructure):
194 (WebCore::JSTestActiveDOMObjectConstructor::createStructure):
195 * bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp:
196 (WebCore::JSTestCustomNamedGetterConstructor::finishCreation):
197 (WebCore::JSTestCustomNamedGetter::finishCreation):
198 (WebCore::JSTestCustomNamedGetter::getOwnPropertySlot):
199 (WebCore::JSTestCustomNamedGetter::getOwnPropertyDescriptor):
200 (WebCore::JSTestCustomNamedGetter::getOwnPropertySlotByIndex):
201 (WebCore::jsTestCustomNamedGetterPrototypeFunctionAnotherFunction):
202 (WebCore::toTestCustomNamedGetter):
203 * bindings/scripts/test/JS/JSTestCustomNamedGetter.h:
204 (WebCore::JSTestCustomNamedGetter::createStructure):
205 (WebCore::JSTestCustomNamedGetterPrototype::createStructure):
206 (WebCore::JSTestCustomNamedGetterConstructor::createStructure):
207 * bindings/scripts/test/JS/JSTestEventConstructor.cpp:
208 (WebCore::JSTestEventConstructorConstructor::finishCreation):
209 (WebCore::JSTestEventConstructor::finishCreation):
210 (WebCore::JSTestEventConstructor::getOwnPropertySlot):
211 (WebCore::JSTestEventConstructor::getOwnPropertyDescriptor):
212 (WebCore::toTestEventConstructor):
213 * bindings/scripts/test/JS/JSTestEventConstructor.h:
214 (WebCore::JSTestEventConstructor::createStructure):
215 (WebCore::JSTestEventConstructorPrototype::createStructure):
216 (WebCore::JSTestEventConstructorConstructor::createStructure):
217 * bindings/scripts/test/JS/JSTestEventTarget.cpp:
218 (WebCore::JSTestEventTargetConstructor::finishCreation):
219 (WebCore::JSTestEventTarget::finishCreation):
220 (WebCore::JSTestEventTarget::getOwnPropertySlot):
221 (WebCore::JSTestEventTarget::getOwnPropertyDescriptor):
222 (WebCore::JSTestEventTarget::getOwnPropertySlotByIndex):
223 (WebCore::JSTestEventTarget::getOwnPropertyNames):
224 (WebCore::jsTestEventTargetPrototypeFunctionItem):
225 (WebCore::jsTestEventTargetPrototypeFunctionAddEventListener):
226 (WebCore::jsTestEventTargetPrototypeFunctionRemoveEventListener):
227 (WebCore::jsTestEventTargetPrototypeFunctionDispatchEvent):
228 (WebCore::JSTestEventTarget::visitChildren):
229 (WebCore::JSTestEventTarget::indexGetter):
230 (WebCore::toTestEventTarget):
231 * bindings/scripts/test/JS/JSTestEventTarget.h:
232 (WebCore::JSTestEventTarget::createStructure):
233 (WebCore::JSTestEventTargetPrototype::createStructure):
234 (WebCore::JSTestEventTargetConstructor::createStructure):
235 * bindings/scripts/test/JS/JSTestException.cpp:
236 (WebCore::JSTestExceptionConstructor::finishCreation):
237 (WebCore::JSTestException::finishCreation):
238 (WebCore::JSTestException::getOwnPropertySlot):
239 (WebCore::JSTestException::getOwnPropertyDescriptor):
240 (WebCore::toTestException):
241 * bindings/scripts/test/JS/JSTestException.h:
242 (WebCore::JSTestException::createStructure):
243 (WebCore::JSTestExceptionPrototype::createStructure):
244 (WebCore::JSTestExceptionConstructor::createStructure):
245 * bindings/scripts/test/JS/JSTestInterface.cpp:
246 (WebCore::JSTestInterfaceConstructor::finishCreation):
247 (WebCore::JSTestInterface::finishCreation):
248 (WebCore::JSTestInterface::getOwnPropertySlot):
249 (WebCore::JSTestInterface::getOwnPropertyDescriptor):
250 (WebCore::JSTestInterface::put):
251 (WebCore::JSTestInterface::putByIndex):
252 (WebCore::jsTestInterfacePrototypeFunctionImplementsMethod1):
253 (WebCore::jsTestInterfacePrototypeFunctionImplementsMethod2):
254 (WebCore::jsTestInterfacePrototypeFunctionImplementsMethod3):
255 (WebCore::jsTestInterfacePrototypeFunctionSupplementalMethod1):
256 (WebCore::jsTestInterfacePrototypeFunctionSupplementalMethod2):
257 (WebCore::jsTestInterfacePrototypeFunctionSupplementalMethod3):
258 (WebCore::toTestInterface):
259 * bindings/scripts/test/JS/JSTestInterface.h:
260 (WebCore::JSTestInterface::createStructure):
261 (WebCore::JSTestInterfacePrototype::createStructure):
262 (WebCore::JSTestInterfaceConstructor::createStructure):
263 * bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp:
264 (WebCore::JSTestMediaQueryListListenerConstructor::finishCreation):
265 (WebCore::JSTestMediaQueryListListener::finishCreation):
266 (WebCore::JSTestMediaQueryListListener::getOwnPropertySlot):
267 (WebCore::JSTestMediaQueryListListener::getOwnPropertyDescriptor):
268 (WebCore::jsTestMediaQueryListListenerPrototypeFunctionMethod):
269 (WebCore::toTestMediaQueryListListener):
270 * bindings/scripts/test/JS/JSTestMediaQueryListListener.h:
271 (WebCore::JSTestMediaQueryListListener::createStructure):
272 (WebCore::JSTestMediaQueryListListenerPrototype::createStructure):
273 (WebCore::JSTestMediaQueryListListenerConstructor::createStructure):
274 * bindings/scripts/test/JS/JSTestNamedConstructor.cpp:
275 (WebCore::JSTestNamedConstructorConstructor::finishCreation):
276 (WebCore::JSTestNamedConstructorNamedConstructor::finishCreation):
277 (WebCore::JSTestNamedConstructor::finishCreation):
278 (WebCore::JSTestNamedConstructor::getOwnPropertySlot):
279 (WebCore::JSTestNamedConstructor::getOwnPropertyDescriptor):
280 (WebCore::toTestNamedConstructor):
281 * bindings/scripts/test/JS/JSTestNamedConstructor.h:
282 (WebCore::JSTestNamedConstructor::createStructure):
283 (WebCore::JSTestNamedConstructorPrototype::createStructure):
284 (WebCore::JSTestNamedConstructorConstructor::createStructure):
285 (WebCore::JSTestNamedConstructorNamedConstructor::createStructure):
286 * bindings/scripts/test/JS/JSTestNode.cpp:
287 (WebCore::JSTestNodeConstructor::finishCreation):
288 (WebCore::JSTestNode::finishCreation):
289 (WebCore::JSTestNode::getOwnPropertySlot):
290 (WebCore::JSTestNode::getOwnPropertyDescriptor):
291 (WebCore::JSTestNode::visitChildren):
292 * bindings/scripts/test/JS/JSTestNode.h:
293 (WebCore::JSTestNode::createStructure):
294 (WebCore::JSTestNodePrototype::createStructure):
295 (WebCore::JSTestNodeConstructor::createStructure):
296 * bindings/scripts/test/JS/JSTestObj.cpp:
297 (WebCore::JSTestObjConstructor::finishCreation):
298 (WebCore::JSTestObj::finishCreation):
299 (WebCore::JSTestObj::getOwnPropertySlot):
300 (WebCore::JSTestObj::getOwnPropertyDescriptor):
301 (WebCore::JSTestObj::put):
302 (WebCore::jsTestObjPrototypeFunctionVoidMethod):
303 (WebCore::jsTestObjPrototypeFunctionVoidMethodWithArgs):
304 (WebCore::jsTestObjPrototypeFunctionByteMethod):
305 (WebCore::jsTestObjPrototypeFunctionByteMethodWithArgs):
306 (WebCore::jsTestObjPrototypeFunctionOctetMethod):
307 (WebCore::jsTestObjPrototypeFunctionOctetMethodWithArgs):
308 (WebCore::jsTestObjPrototypeFunctionLongMethod):
309 (WebCore::jsTestObjPrototypeFunctionLongMethodWithArgs):
310 (WebCore::jsTestObjPrototypeFunctionObjMethod):
311 (WebCore::jsTestObjPrototypeFunctionObjMethodWithArgs):
312 (WebCore::jsTestObjPrototypeFunctionMethodWithSequenceArg):
313 (WebCore::jsTestObjPrototypeFunctionMethodReturningSequence):
314 (WebCore::jsTestObjPrototypeFunctionMethodWithEnumArg):
315 (WebCore::jsTestObjPrototypeFunctionMethodThatRequiresAllArgsAndThrows):
316 (WebCore::jsTestObjPrototypeFunctionSerializedValue):
317 (WebCore::jsTestObjPrototypeFunctionOptionsObject):
318 (WebCore::jsTestObjPrototypeFunctionMethodWithException):
319 (WebCore::jsTestObjPrototypeFunctionCustomMethod):
320 (WebCore::jsTestObjPrototypeFunctionCustomMethodWithArgs):
321 (WebCore::jsTestObjPrototypeFunctionAddEventListener):
322 (WebCore::jsTestObjPrototypeFunctionRemoveEventListener):
323 (WebCore::jsTestObjPrototypeFunctionWithScriptStateVoid):
324 (WebCore::jsTestObjPrototypeFunctionWithScriptStateObj):
325 (WebCore::jsTestObjPrototypeFunctionWithScriptStateVoidException):
326 (WebCore::jsTestObjPrototypeFunctionWithScriptStateObjException):
327 (WebCore::jsTestObjPrototypeFunctionWithScriptExecutionContext):
328 (WebCore::jsTestObjPrototypeFunctionWithScriptExecutionContextAndScriptState):
329 (WebCore::jsTestObjPrototypeFunctionWithScriptExecutionContextAndScriptStateObjException):
330 (WebCore::jsTestObjPrototypeFunctionWithScriptExecutionContextAndScriptStateWithSpaces):
331 (WebCore::jsTestObjPrototypeFunctionWithScriptArgumentsAndCallStack):
332 (WebCore::jsTestObjPrototypeFunctionMethodWithOptionalArg):
333 (WebCore::jsTestObjPrototypeFunctionMethodWithNonOptionalArgAndOptionalArg):
334 (WebCore::jsTestObjPrototypeFunctionMethodWithNonOptionalArgAndTwoOptionalArgs):
335 (WebCore::jsTestObjPrototypeFunctionMethodWithOptionalString):
336 (WebCore::jsTestObjPrototypeFunctionMethodWithOptionalStringIsUndefined):
337 (WebCore::jsTestObjPrototypeFunctionMethodWithOptionalStringIsNullString):
338 (WebCore::jsTestObjPrototypeFunctionMethodWithCallbackArg):
339 (WebCore::jsTestObjPrototypeFunctionMethodWithNonCallbackArgAndCallbackArg):
340 (WebCore::jsTestObjPrototypeFunctionMethodWithCallbackAndOptionalArg):
341 (WebCore::jsTestObjPrototypeFunctionConditionalMethod1):
342 (WebCore::jsTestObjPrototypeFunctionConditionalMethod2):
343 (WebCore::jsTestObjPrototypeFunctionConditionalMethod3):
344 (WebCore::jsTestObjPrototypeFunctionOverloadedMethod1):
345 (WebCore::jsTestObjPrototypeFunctionOverloadedMethod2):
346 (WebCore::jsTestObjPrototypeFunctionOverloadedMethod3):
347 (WebCore::jsTestObjPrototypeFunctionOverloadedMethod4):
348 (WebCore::jsTestObjPrototypeFunctionOverloadedMethod5):
349 (WebCore::jsTestObjPrototypeFunctionOverloadedMethod6):
350 (WebCore::jsTestObjPrototypeFunctionOverloadedMethod7):
351 (WebCore::jsTestObjPrototypeFunctionOverloadedMethod8):
352 (WebCore::jsTestObjPrototypeFunctionOverloadedMethod9):
353 (WebCore::jsTestObjPrototypeFunctionOverloadedMethod10):
354 (WebCore::jsTestObjPrototypeFunctionOverloadedMethod11):
355 (WebCore::jsTestObjPrototypeFunctionOverloadedMethod):
356 (WebCore::jsTestObjPrototypeFunctionClassMethodWithClamp):
357 (WebCore::jsTestObjPrototypeFunctionMethodWithUnsignedLongSequence):
358 (WebCore::jsTestObjPrototypeFunctionStringArrayFunction):
359 (WebCore::jsTestObjPrototypeFunctionDomStringListFunction):
360 (WebCore::jsTestObjPrototypeFunctionGetSVGDocument):
361 (WebCore::jsTestObjPrototypeFunctionConvert1):
362 (WebCore::jsTestObjPrototypeFunctionConvert2):
363 (WebCore::jsTestObjPrototypeFunctionConvert4):
364 (WebCore::jsTestObjPrototypeFunctionConvert5):
365 (WebCore::jsTestObjPrototypeFunctionMutablePointFunction):
366 (WebCore::jsTestObjPrototypeFunctionImmutablePointFunction):
367 (WebCore::jsTestObjPrototypeFunctionOrange):
368 (WebCore::jsTestObjPrototypeFunctionStrictFunction):
369 (WebCore::jsTestObjPrototypeFunctionVariadicStringMethod):
370 (WebCore::jsTestObjPrototypeFunctionVariadicDoubleMethod):
371 (WebCore::jsTestObjPrototypeFunctionVariadicNodeMethod):
372 (WebCore::JSTestObj::visitChildren):
373 (WebCore::toTestObj):
374 * bindings/scripts/test/JS/JSTestObj.h:
375 (WebCore::JSTestObj::createStructure):
376 (WebCore::JSTestObjPrototype::createStructure):
377 (WebCore::JSTestObjConstructor::createStructure):
378 * bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp:
379 (WebCore::JSTestOverloadedConstructorsConstructor::constructJSTestOverloadedConstructors):
380 (WebCore::JSTestOverloadedConstructorsConstructor::finishCreation):
381 (WebCore::JSTestOverloadedConstructors::finishCreation):
382 (WebCore::JSTestOverloadedConstructors::getOwnPropertySlot):
383 (WebCore::JSTestOverloadedConstructors::getOwnPropertyDescriptor):
384 (WebCore::toTestOverloadedConstructors):
385 * bindings/scripts/test/JS/JSTestOverloadedConstructors.h:
386 (WebCore::JSTestOverloadedConstructors::createStructure):
387 (WebCore::JSTestOverloadedConstructorsPrototype::createStructure):
388 (WebCore::JSTestOverloadedConstructorsConstructor::createStructure):
389 * bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp:
390 (WebCore::JSTestSerializedScriptValueInterfaceConstructor::finishCreation):
391 (WebCore::JSTestSerializedScriptValueInterface::finishCreation):
392 (WebCore::JSTestSerializedScriptValueInterface::getOwnPropertySlot):
393 (WebCore::JSTestSerializedScriptValueInterface::getOwnPropertyDescriptor):
394 (WebCore::JSTestSerializedScriptValueInterface::put):
395 (WebCore::JSTestSerializedScriptValueInterface::visitChildren):
396 (WebCore::toTestSerializedScriptValueInterface):
397 * bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.h:
398 (WebCore::JSTestSerializedScriptValueInterface::createStructure):
399 (WebCore::JSTestSerializedScriptValueInterfacePrototype::createStructure):
400 (WebCore::JSTestSerializedScriptValueInterfaceConstructor::createStructure):
401 * bindings/scripts/test/JS/JSTestTypedefs.cpp:
402 (WebCore::JSTestTypedefsConstructor::finishCreation):
403 (WebCore::JSTestTypedefs::finishCreation):
404 (WebCore::JSTestTypedefs::getOwnPropertySlot):
405 (WebCore::JSTestTypedefs::getOwnPropertyDescriptor):
406 (WebCore::JSTestTypedefs::put):
407 (WebCore::jsTestTypedefsPrototypeFunctionFunc):
408 (WebCore::jsTestTypedefsPrototypeFunctionSetShadow):
409 (WebCore::jsTestTypedefsPrototypeFunctionMethodWithSequenceArg):
410 (WebCore::jsTestTypedefsPrototypeFunctionNullableArrayArg):
411 (WebCore::jsTestTypedefsPrototypeFunctionFuncWithClamp):
412 (WebCore::jsTestTypedefsPrototypeFunctionImmutablePointFunction):
413 (WebCore::jsTestTypedefsPrototypeFunctionStringArrayFunction):
414 (WebCore::jsTestTypedefsPrototypeFunctionStringArrayFunction2):
415 (WebCore::jsTestTypedefsPrototypeFunctionMethodWithException):
416 (WebCore::toTestTypedefs):
417 * bindings/scripts/test/JS/JSTestTypedefs.h:
418 (WebCore::JSTestTypedefs::createStructure):
419 (WebCore::JSTestTypedefsPrototype::createStructure):
420 (WebCore::JSTestTypedefsConstructor::createStructure):
421 * bridge/c/CRuntimeObject.cpp:
422 (JSC::Bindings::CRuntimeObject::finishCreation):
423 * bridge/c/CRuntimeObject.h:
424 (JSC::Bindings::CRuntimeObject::createStructure):
425 * bridge/c/c_instance.cpp:
426 (JSC::Bindings::CRuntimeMethod::createStructure):
427 (JSC::Bindings::CRuntimeMethod::finishCreation):
428 (JSC::Bindings::CInstance::invokeMethod):
429 * bridge/c/c_utility.cpp:
430 (JSC::Bindings::convertValueToNPVariant):
431 * bridge/objc/ObjCRuntimeObject.h:
432 (JSC::Bindings::ObjCRuntimeObject::createStructure):
433 * bridge/objc/objc_instance.mm:
434 (ObjCRuntimeMethod::finishCreation):
435 (ObjcInstance::invokeMethod):
436 * bridge/objc/objc_runtime.h:
437 (JSC::Bindings::ObjcFallbackObjectImp::createStructure):
438 * bridge/objc/objc_runtime.mm:
439 (JSC::Bindings::ObjcFallbackObjectImp::finishCreation):
440 (JSC::Bindings::callObjCFallbackObject):
441 * bridge/qt/qt_instance.cpp:
442 (JSC::Bindings::QtRuntimeObject::createStructure):
443 (JSC::Bindings::QtInstance::getInstance):
444 * bridge/qt/qt_pixmapruntime.cpp:
445 (JSC::Bindings::assignToHTMLImageElement):
446 (JSC::Bindings::QtPixmapRuntime::toQt):
447 * bridge/qt/qt_runtime.cpp:
448 (JSC::Bindings::isJSUint8Array):
449 (JSC::Bindings::isJSArray):
450 (JSC::Bindings::isJSDate):
451 (JSC::Bindings::isQtObject):
452 (JSC::Bindings::unwrapBoxedPrimitive):
453 (JSC::Bindings::convertQVariantToValue):
454 * bridge/runtime_array.cpp:
455 (JSC::RuntimeArray::finishCreation):
456 * bridge/runtime_array.h:
457 (JSC::RuntimeArray::createStructure):
458 * bridge/runtime_method.cpp:
459 (JSC::RuntimeMethod::finishCreation):
460 (JSC::callRuntimeMethod):
461 * bridge/runtime_method.h:
462 (JSC::RuntimeMethod::createStructure):
463 * bridge/runtime_object.cpp:
464 (JSC::Bindings::RuntimeObject::finishCreation):
465 (JSC::Bindings::callRuntimeObject):
466 (JSC::Bindings::callRuntimeConstructor):
467 * bridge/runtime_object.h:
468 (JSC::Bindings::RuntimeObject::createStructure):
469