Changeset 230220 in webkit
- Timestamp:
- Apr 3, 2018, 1:22:08 PM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 58 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Source/WebCore/ChangeLog ¶
r230212 r230220 1 2018-04-03 Mark Lam <mark.lam@apple.com> 2 3 Fix mis-application of WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION macro. 4 https://bugs.webkit.org/show_bug.cgi?id=184276 5 <rdar://problem/39109543> 6 7 Rubber-stamped by Michael Saboff. 8 9 * bindings/scripts/CodeGeneratorJS.pm: 10 (GenerateImplementation): 11 * bindings/scripts/test/JS/JSInterfaceName.cpp: 12 (WebCore::toJSNewlyCreated): 13 * bindings/scripts/test/JS/JSMapLike.cpp: 14 (WebCore::toJSNewlyCreated): 15 * bindings/scripts/test/JS/JSReadOnlyMapLike.cpp: 16 (WebCore::toJSNewlyCreated): 17 * bindings/scripts/test/JS/JSTestActiveDOMObject.cpp: 18 (WebCore::toJSNewlyCreated): 19 * bindings/scripts/test/JS/JSTestCEReactions.cpp: 20 (WebCore::toJSNewlyCreated): 21 * bindings/scripts/test/JS/JSTestCEReactionsStringifier.cpp: 22 (WebCore::toJSNewlyCreated): 23 * bindings/scripts/test/JS/JSTestCallTracer.cpp: 24 (WebCore::toJSNewlyCreated): 25 * bindings/scripts/test/JS/JSTestClassWithJSBuiltinConstructor.cpp: 26 (WebCore::toJSNewlyCreated): 27 * bindings/scripts/test/JS/JSTestCustomConstructorWithNoInterfaceObject.cpp: 28 (WebCore::toJSNewlyCreated): 29 * bindings/scripts/test/JS/JSTestEnabledBySetting.cpp: 30 (WebCore::toJSNewlyCreated): 31 * bindings/scripts/test/JS/JSTestEventConstructor.cpp: 32 (WebCore::toJSNewlyCreated): 33 * bindings/scripts/test/JS/JSTestEventTarget.cpp: 34 (WebCore::toJSNewlyCreated): 35 * bindings/scripts/test/JS/JSTestException.cpp: 36 (WebCore::toJSNewlyCreated): 37 * bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp: 38 (WebCore::toJSNewlyCreated): 39 * bindings/scripts/test/JS/JSTestGlobalObject.cpp: 40 (WebCore::toJSNewlyCreated): 41 * bindings/scripts/test/JS/JSTestIndexedSetterNoIdentifier.cpp: 42 (WebCore::toJSNewlyCreated): 43 * bindings/scripts/test/JS/JSTestIndexedSetterThrowingException.cpp: 44 (WebCore::toJSNewlyCreated): 45 * bindings/scripts/test/JS/JSTestIndexedSetterWithIdentifier.cpp: 46 (WebCore::toJSNewlyCreated): 47 * bindings/scripts/test/JS/JSTestIterable.cpp: 48 (WebCore::toJSNewlyCreated): 49 * bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp: 50 (WebCore::toJSNewlyCreated): 51 * bindings/scripts/test/JS/JSTestNamedAndIndexedSetterNoIdentifier.cpp: 52 (WebCore::toJSNewlyCreated): 53 * bindings/scripts/test/JS/JSTestNamedAndIndexedSetterThrowingException.cpp: 54 (WebCore::toJSNewlyCreated): 55 * bindings/scripts/test/JS/JSTestNamedAndIndexedSetterWithIdentifier.cpp: 56 (WebCore::toJSNewlyCreated): 57 * bindings/scripts/test/JS/JSTestNamedConstructor.cpp: 58 (WebCore::toJSNewlyCreated): 59 * bindings/scripts/test/JS/JSTestNamedDeleterNoIdentifier.cpp: 60 (WebCore::toJSNewlyCreated): 61 * bindings/scripts/test/JS/JSTestNamedDeleterThrowingException.cpp: 62 (WebCore::toJSNewlyCreated): 63 * bindings/scripts/test/JS/JSTestNamedDeleterWithIdentifier.cpp: 64 (WebCore::toJSNewlyCreated): 65 * bindings/scripts/test/JS/JSTestNamedDeleterWithIndexedGetter.cpp: 66 (WebCore::toJSNewlyCreated): 67 * bindings/scripts/test/JS/JSTestNamedGetterCallWith.cpp: 68 (WebCore::toJSNewlyCreated): 69 * bindings/scripts/test/JS/JSTestNamedGetterNoIdentifier.cpp: 70 (WebCore::toJSNewlyCreated): 71 * bindings/scripts/test/JS/JSTestNamedGetterWithIdentifier.cpp: 72 (WebCore::toJSNewlyCreated): 73 * bindings/scripts/test/JS/JSTestNamedSetterNoIdentifier.cpp: 74 (WebCore::toJSNewlyCreated): 75 * bindings/scripts/test/JS/JSTestNamedSetterThrowingException.cpp: 76 (WebCore::toJSNewlyCreated): 77 * bindings/scripts/test/JS/JSTestNamedSetterWithIdentifier.cpp: 78 (WebCore::toJSNewlyCreated): 79 * bindings/scripts/test/JS/JSTestNamedSetterWithIndexedGetter.cpp: 80 (WebCore::toJSNewlyCreated): 81 * bindings/scripts/test/JS/JSTestNamedSetterWithIndexedGetterAndSetter.cpp: 82 (WebCore::toJSNewlyCreated): 83 * bindings/scripts/test/JS/JSTestNamedSetterWithOverrideBuiltins.cpp: 84 (WebCore::toJSNewlyCreated): 85 * bindings/scripts/test/JS/JSTestNamedSetterWithUnforgableProperties.cpp: 86 (WebCore::toJSNewlyCreated): 87 * bindings/scripts/test/JS/JSTestNamedSetterWithUnforgablePropertiesAndOverrideBuiltins.cpp: 88 (WebCore::toJSNewlyCreated): 89 * bindings/scripts/test/JS/JSTestNode.cpp: 90 (WebCore::toJSNewlyCreated): 91 * bindings/scripts/test/JS/JSTestObj.cpp: 92 (WebCore::toJSNewlyCreated): 93 * bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp: 94 (WebCore::toJSNewlyCreated): 95 * bindings/scripts/test/JS/JSTestOverloadedConstructorsWithSequence.cpp: 96 (WebCore::toJSNewlyCreated): 97 * bindings/scripts/test/JS/JSTestOverrideBuiltins.cpp: 98 (WebCore::toJSNewlyCreated): 99 * bindings/scripts/test/JS/JSTestPluginInterface.cpp: 100 (WebCore::toJSNewlyCreated): 101 * bindings/scripts/test/JS/JSTestPromiseRejectionEvent.cpp: 102 (WebCore::toJSNewlyCreated): 103 * bindings/scripts/test/JS/JSTestSerialization.cpp: 104 (WebCore::toJSNewlyCreated): 105 * bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp: 106 (WebCore::toJSNewlyCreated): 107 * bindings/scripts/test/JS/JSTestStringifier.cpp: 108 (WebCore::toJSNewlyCreated): 109 * bindings/scripts/test/JS/JSTestStringifierAnonymousOperation.cpp: 110 (WebCore::toJSNewlyCreated): 111 * bindings/scripts/test/JS/JSTestStringifierNamedOperation.cpp: 112 (WebCore::toJSNewlyCreated): 113 * bindings/scripts/test/JS/JSTestStringifierOperationImplementedAs.cpp: 114 (WebCore::toJSNewlyCreated): 115 * bindings/scripts/test/JS/JSTestStringifierOperationNamedToString.cpp: 116 (WebCore::toJSNewlyCreated): 117 * bindings/scripts/test/JS/JSTestStringifierReadOnlyAttribute.cpp: 118 (WebCore::toJSNewlyCreated): 119 * bindings/scripts/test/JS/JSTestStringifierReadWriteAttribute.cpp: 120 (WebCore::toJSNewlyCreated): 121 * bindings/scripts/test/JS/JSTestTypedefs.cpp: 122 (WebCore::toJSNewlyCreated): 123 1 124 2018-04-03 Yousuke Kimoto <yousuke.kimoto@sony.com> 2 125 -
TabularUnified trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm ¶
r230105 r230220 4630 4630 4631 4631 #if ENABLE(BINDING_INTEGRITY) 4632 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));4632 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 4633 4633 #if PLATFORM(WIN) 4634 4634 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(${vtableRefWin}); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSInterfaceName.cpp ¶
r229931 r230220 196 196 197 197 #if ENABLE(BINDING_INTEGRITY) 198 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));198 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 199 199 #if PLATFORM(WIN) 200 200 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7InterfaceName@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSMapLike.cpp ¶
r229931 r230220 365 365 366 366 #if ENABLE(BINDING_INTEGRITY) 367 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));367 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 368 368 #if PLATFORM(WIN) 369 369 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7MapLike@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSReadOnlyMapLike.cpp ¶
r229931 r230220 314 314 315 315 #if ENABLE(BINDING_INTEGRITY) 316 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));316 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 317 317 #if PLATFORM(WIN) 318 318 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7ReadOnlyMapLike@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.cpp ¶
r229931 r230220 275 275 276 276 #if ENABLE(BINDING_INTEGRITY) 277 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));277 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 278 278 #if PLATFORM(WIN) 279 279 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestActiveDOMObject@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCEReactions.cpp ¶
r229931 r230220 329 329 330 330 #if ENABLE(BINDING_INTEGRITY) 331 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));331 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 332 332 #if PLATFORM(WIN) 333 333 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestCEReactions@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCEReactionsStringifier.cpp ¶
r229931 r230220 249 249 250 250 #if ENABLE(BINDING_INTEGRITY) 251 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));251 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 252 252 #if PLATFORM(WIN) 253 253 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestCEReactionsStringifier@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCallTracer.cpp ¶
r229931 r230220 548 548 549 549 #if ENABLE(BINDING_INTEGRITY) 550 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));550 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 551 551 #if PLATFORM(WIN) 552 552 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestCallTracer@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestClassWithJSBuiltinConstructor.cpp ¶
r230105 r230220 188 188 189 189 #if ENABLE(BINDING_INTEGRITY) 190 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));190 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 191 191 #if PLATFORM(WIN) 192 192 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestClassWithJSBuiltinConstructor@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomConstructorWithNoInterfaceObject.cpp ¶
r229931 r230220 186 186 187 187 #if ENABLE(BINDING_INTEGRITY) 188 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));188 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 189 189 #if PLATFORM(WIN) 190 190 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestCustomConstructorWithNoInterfaceObject@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEnabledBySetting.cpp ¶
r229931 r230220 322 322 323 323 #if ENABLE(BINDING_INTEGRITY) 324 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));324 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 325 325 #if PLATFORM(WIN) 326 326 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestEnabledBySetting@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.cpp ¶
r229931 r230220 317 317 318 318 #if ENABLE(BINDING_INTEGRITY) 319 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));319 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 320 320 #if PLATFORM(WIN) 321 321 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestEventConstructor@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp ¶
r229931 r230220 260 260 261 261 #if ENABLE(BINDING_INTEGRITY) 262 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));262 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 263 263 #if PLATFORM(WIN) 264 264 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestEventTarget@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.cpp ¶
r229931 r230220 205 205 206 206 #if ENABLE(BINDING_INTEGRITY) 207 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));207 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 208 208 #if PLATFORM(WIN) 209 209 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestException@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp ¶
r229931 r230220 211 211 212 212 #if ENABLE(BINDING_INTEGRITY) 213 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));213 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 214 214 #if PLATFORM(WIN) 215 215 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestGenerateIsReachable@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGlobalObject.cpp ¶
r229931 r230220 596 596 597 597 #if ENABLE(BINDING_INTEGRITY) 598 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));598 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 599 599 #if PLATFORM(WIN) 600 600 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestGlobalObject@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestIndexedSetterNoIdentifier.cpp ¶
r229931 r230220 274 274 275 275 #if ENABLE(BINDING_INTEGRITY) 276 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));276 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 277 277 #if PLATFORM(WIN) 278 278 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestIndexedSetterNoIdentifier@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestIndexedSetterThrowingException.cpp ¶
r229931 r230220 274 274 275 275 #if ENABLE(BINDING_INTEGRITY) 276 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));276 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 277 277 #if PLATFORM(WIN) 278 278 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestIndexedSetterThrowingException@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestIndexedSetterWithIdentifier.cpp ¶
r229931 r230220 306 306 307 307 #if ENABLE(BINDING_INTEGRITY) 308 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));308 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 309 309 #if PLATFORM(WIN) 310 310 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestIndexedSetterWithIdentifier@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestIterable.cpp ¶
r229931 r230220 258 258 259 259 #if ENABLE(BINDING_INTEGRITY) 260 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));260 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 261 261 #if PLATFORM(WIN) 262 262 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestIterable@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp ¶
r229931 r230220 214 214 215 215 #if ENABLE(BINDING_INTEGRITY) 216 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));216 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 217 217 #if PLATFORM(WIN) 218 218 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestMediaQueryListListener@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedAndIndexedSetterNoIdentifier.cpp ¶
r229931 r230220 340 340 341 341 #if ENABLE(BINDING_INTEGRITY) 342 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));342 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 343 343 #if PLATFORM(WIN) 344 344 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestNamedAndIndexedSetterNoIdentifier@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedAndIndexedSetterThrowingException.cpp ¶
r229931 r230220 340 340 341 341 #if ENABLE(BINDING_INTEGRITY) 342 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));342 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 343 343 #if PLATFORM(WIN) 344 344 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestNamedAndIndexedSetterThrowingException@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedAndIndexedSetterWithIdentifier.cpp ¶
r229931 r230220 394 394 395 395 #if ENABLE(BINDING_INTEGRITY) 396 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));396 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 397 397 #if PLATFORM(WIN) 398 398 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestNamedAndIndexedSetterWithIdentifier@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.cpp ¶
r229931 r230220 227 227 228 228 #if ENABLE(BINDING_INTEGRITY) 229 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));229 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 230 230 #if PLATFORM(WIN) 231 231 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestNamedConstructor@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedDeleterNoIdentifier.cpp ¶
r229931 r230220 253 253 254 254 #if ENABLE(BINDING_INTEGRITY) 255 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));255 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 256 256 #if PLATFORM(WIN) 257 257 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestNamedDeleterNoIdentifier@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedDeleterThrowingException.cpp ¶
r229931 r230220 267 267 268 268 #if ENABLE(BINDING_INTEGRITY) 269 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));269 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 270 270 #if PLATFORM(WIN) 271 271 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestNamedDeleterThrowingException@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedDeleterWithIdentifier.cpp ¶
r229931 r230220 284 284 285 285 #if ENABLE(BINDING_INTEGRITY) 286 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));286 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 287 287 #if PLATFORM(WIN) 288 288 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestNamedDeleterWithIdentifier@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedDeleterWithIndexedGetter.cpp ¶
r229931 r230220 271 271 272 272 #if ENABLE(BINDING_INTEGRITY) 273 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));273 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 274 274 #if PLATFORM(WIN) 275 275 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestNamedDeleterWithIndexedGetter@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedGetterCallWith.cpp ¶
r229931 r230220 232 232 233 233 #if ENABLE(BINDING_INTEGRITY) 234 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));234 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 235 235 #if PLATFORM(WIN) 236 236 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestNamedGetterCallWith@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedGetterNoIdentifier.cpp ¶
r229931 r230220 232 232 233 233 #if ENABLE(BINDING_INTEGRITY) 234 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));234 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 235 235 #if PLATFORM(WIN) 236 236 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestNamedGetterNoIdentifier@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedGetterWithIdentifier.cpp ¶
r229931 r230220 260 260 261 261 #if ENABLE(BINDING_INTEGRITY) 262 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));262 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 263 263 #if PLATFORM(WIN) 264 264 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestNamedGetterWithIdentifier@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterNoIdentifier.cpp ¶
r229931 r230220 294 294 295 295 #if ENABLE(BINDING_INTEGRITY) 296 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));296 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 297 297 #if PLATFORM(WIN) 298 298 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestNamedSetterNoIdentifier@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterThrowingException.cpp ¶
r229931 r230220 294 294 295 295 #if ENABLE(BINDING_INTEGRITY) 296 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));296 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 297 297 #if PLATFORM(WIN) 298 298 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestNamedSetterThrowingException@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterWithIdentifier.cpp ¶
r229931 r230220 325 325 326 326 #if ENABLE(BINDING_INTEGRITY) 327 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));327 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 328 328 #if PLATFORM(WIN) 329 329 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestNamedSetterWithIdentifier@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterWithIndexedGetter.cpp ¶
r229931 r230220 368 368 369 369 #if ENABLE(BINDING_INTEGRITY) 370 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));370 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 371 371 #if PLATFORM(WIN) 372 372 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestNamedSetterWithIndexedGetter@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterWithIndexedGetterAndSetter.cpp ¶
r229931 r230220 418 418 419 419 #if ENABLE(BINDING_INTEGRITY) 420 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));420 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 421 421 #if PLATFORM(WIN) 422 422 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestNamedSetterWithIndexedGetterAndSetter@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterWithOverrideBuiltins.cpp ¶
r229931 r230220 281 281 282 282 #if ENABLE(BINDING_INTEGRITY) 283 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));283 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 284 284 #if PLATFORM(WIN) 285 285 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestNamedSetterWithOverrideBuiltins@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterWithUnforgableProperties.cpp ¶
r229931 r230220 363 363 364 364 #if ENABLE(BINDING_INTEGRITY) 365 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));365 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 366 366 #if PLATFORM(WIN) 367 367 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestNamedSetterWithUnforgableProperties@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterWithUnforgablePropertiesAndOverrideBuiltins.cpp ¶
r229931 r230220 350 350 351 351 #if ENABLE(BINDING_INTEGRITY) 352 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));352 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 353 353 #if PLATFORM(WIN) 354 354 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestNamedSetterWithUnforgablePropertiesAndOverrideBuiltins@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.cpp ¶
r229931 r230220 426 426 427 427 #if ENABLE(BINDING_INTEGRITY) 428 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));428 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 429 429 #if PLATFORM(WIN) 430 430 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestNode@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp ¶
r229931 r230220 8418 8418 8419 8419 #if ENABLE(BINDING_INTEGRITY) 8420 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));8420 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 8421 8421 #if PLATFORM(WIN) 8422 8422 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestObj@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp ¶
r229931 r230220 277 277 278 278 #if ENABLE(BINDING_INTEGRITY) 279 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));279 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 280 280 #if PLATFORM(WIN) 281 281 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestOverloadedConstructors@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructorsWithSequence.cpp ¶
r229931 r230220 233 233 234 234 #if ENABLE(BINDING_INTEGRITY) 235 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));235 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 236 236 #if PLATFORM(WIN) 237 237 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestOverloadedConstructorsWithSequence@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverrideBuiltins.cpp ¶
r229931 r230220 263 263 264 264 #if ENABLE(BINDING_INTEGRITY) 265 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));265 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 266 266 #if PLATFORM(WIN) 267 267 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestOverrideBuiltins@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestPluginInterface.cpp ¶
r229931 r230220 236 236 237 237 #if ENABLE(BINDING_INTEGRITY) 238 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));238 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 239 239 #if PLATFORM(WIN) 240 240 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestPluginInterface@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestPromiseRejectionEvent.cpp ¶
r229931 r230220 299 299 300 300 #if ENABLE(BINDING_INTEGRITY) 301 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));301 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 302 302 #if PLATFORM(WIN) 303 303 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestPromiseRejectionEvent@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerialization.cpp ¶
r229931 r230220 570 570 571 571 #if ENABLE(BINDING_INTEGRITY) 572 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));572 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 573 573 #if PLATFORM(WIN) 574 574 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestSerialization@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp ¶
r229931 r230220 373 373 374 374 #if ENABLE(BINDING_INTEGRITY) 375 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));375 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 376 376 #if PLATFORM(WIN) 377 377 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestSerializedScriptValueInterface@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestStringifier.cpp ¶
r229931 r230220 207 207 208 208 #if ENABLE(BINDING_INTEGRITY) 209 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));209 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 210 210 #if PLATFORM(WIN) 211 211 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestStringifier@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestStringifierAnonymousOperation.cpp ¶
r229931 r230220 207 207 208 208 #if ENABLE(BINDING_INTEGRITY) 209 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));209 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 210 210 #if PLATFORM(WIN) 211 211 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestStringifierAnonymousOperation@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestStringifierNamedOperation.cpp ¶
r229931 r230220 222 222 223 223 #if ENABLE(BINDING_INTEGRITY) 224 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));224 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 225 225 #if PLATFORM(WIN) 226 226 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestStringifierNamedOperation@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestStringifierOperationImplementedAs.cpp ¶
r229931 r230220 222 222 223 223 #if ENABLE(BINDING_INTEGRITY) 224 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));224 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 225 225 #if PLATFORM(WIN) 226 226 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestStringifierOperationImplementedAs@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestStringifierOperationNamedToString.cpp ¶
r229931 r230220 207 207 208 208 #if ENABLE(BINDING_INTEGRITY) 209 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));209 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 210 210 #if PLATFORM(WIN) 211 211 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestStringifierOperationNamedToString@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestStringifierReadOnlyAttribute.cpp ¶
r229931 r230220 229 229 230 230 #if ENABLE(BINDING_INTEGRITY) 231 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));231 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 232 232 #if PLATFORM(WIN) 233 233 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestStringifierReadOnlyAttribute@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestStringifierReadWriteAttribute.cpp ¶
r229931 r230220 247 247 248 248 #if ENABLE(BINDING_INTEGRITY) 249 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));249 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 250 250 #if PLATFORM(WIN) 251 251 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestStringifierReadWriteAttribute@WebCore@@6B@")); -
TabularUnified trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.cpp ¶
r229931 r230220 769 769 770 770 #if ENABLE(BINDING_INTEGRITY) 771 void* actualVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(*(reinterpret_cast<void**>(impl.ptr())));771 void* actualVTablePointer = *(reinterpret_cast<void**>(impl.ptr())); 772 772 #if PLATFORM(WIN) 773 773 void* expectedVTablePointer = WTF_PREPARE_VTBL_POINTER_FOR_INSPECTION(__identifier("??_7TestTypedefs@WebCore@@6B@"));
Note:
See TracChangeset
for help on using the changeset viewer.