Changeset 290155 in webkit
- Timestamp:
- Feb 18, 2022, 12:42:39 PM (3 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 87 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r290153 r290155 1 2022-02-18 Mark Lam <mark.lam@apple.com> 2 3 Fix copy-paste error in r290129. 4 https://bugs.webkit.org/show_bug.cgi?id=236847 5 rdar://problem/89155146 6 7 Reviewed by Yusuke Suzuki. 8 9 The heap server subspace name should be parameterized based on the interfaceName. 10 11 * bindings/scripts/CodeGeneratorJS.pm: 12 (GenerateImplementation): 13 * bindings/scripts/test/JS/JSDOMWindow.cpp: 14 (WebCore::JSDOMWindow::subspaceForImpl): 15 * bindings/scripts/test/JS/JSDedicatedWorkerGlobalScope.cpp: 16 (WebCore::JSDedicatedWorkerGlobalScope::subspaceForImpl): 17 * bindings/scripts/test/JS/JSExposedStar.cpp: 18 (WebCore::JSExposedStar::subspaceForImpl): 19 * bindings/scripts/test/JS/JSExposedToWorkerAndWindow.cpp: 20 (WebCore::JSExposedToWorkerAndWindow::subspaceForImpl): 21 * bindings/scripts/test/JS/JSPaintWorkletGlobalScope.cpp: 22 (WebCore::JSPaintWorkletGlobalScope::subspaceForImpl): 23 * bindings/scripts/test/JS/JSServiceWorkerGlobalScope.cpp: 24 (WebCore::JSServiceWorkerGlobalScope::subspaceForImpl): 25 * bindings/scripts/test/JS/JSShadowRealmGlobalScope.cpp: 26 (WebCore::JSShadowRealmGlobalScope::subspaceForImpl): 27 * bindings/scripts/test/JS/JSSharedWorkerGlobalScope.cpp: 28 (WebCore::JSSharedWorkerGlobalScope::subspaceForImpl): 29 * bindings/scripts/test/JS/JSTestCEReactions.cpp: 30 (WebCore::JSTestCEReactions::subspaceForImpl): 31 * bindings/scripts/test/JS/JSTestCEReactionsStringifier.cpp: 32 (WebCore::JSTestCEReactionsStringifier::subspaceForImpl): 33 * bindings/scripts/test/JS/JSTestCallTracer.cpp: 34 (WebCore::JSTestCallTracer::subspaceForImpl): 35 * bindings/scripts/test/JS/JSTestClassWithJSBuiltinConstructor.cpp: 36 (WebCore::JSTestClassWithJSBuiltinConstructor::subspaceForImpl): 37 * bindings/scripts/test/JS/JSTestConditionalIncludes.cpp: 38 (WebCore::JSTestConditionalIncludes::subspaceForImpl): 39 * bindings/scripts/test/JS/JSTestConditionallyReadWrite.cpp: 40 (WebCore::JSTestConditionallyReadWrite::subspaceForImpl): 41 * bindings/scripts/test/JS/JSTestDOMJIT.cpp: 42 (WebCore::JSTestDOMJIT::subspaceForImpl): 43 * bindings/scripts/test/JS/JSTestDefaultToJSON.cpp: 44 (WebCore::JSTestDefaultToJSON::subspaceForImpl): 45 * bindings/scripts/test/JS/JSTestDefaultToJSONFilteredByExposed.cpp: 46 (WebCore::JSTestDefaultToJSONFilteredByExposed::subspaceForImpl): 47 * bindings/scripts/test/JS/JSTestDefaultToJSONIndirectInheritance.cpp: 48 (WebCore::JSTestDefaultToJSONIndirectInheritance::subspaceForImpl): 49 * bindings/scripts/test/JS/JSTestDefaultToJSONInherit.cpp: 50 (WebCore::JSTestDefaultToJSONInherit::subspaceForImpl): 51 * bindings/scripts/test/JS/JSTestDefaultToJSONInheritFinal.cpp: 52 (WebCore::JSTestDefaultToJSONInheritFinal::subspaceForImpl): 53 * bindings/scripts/test/JS/JSTestDelegateToSharedSyntheticAttribute.cpp: 54 (WebCore::JSTestDelegateToSharedSyntheticAttribute::subspaceForImpl): 55 * bindings/scripts/test/JS/JSTestDomainSecurity.cpp: 56 (WebCore::JSTestDomainSecurity::subspaceForImpl): 57 * bindings/scripts/test/JS/JSTestEnabledBySetting.cpp: 58 (WebCore::JSTestEnabledBySetting::subspaceForImpl): 59 * bindings/scripts/test/JS/JSTestEnabledForContext.cpp: 60 (WebCore::JSTestEnabledForContext::subspaceForImpl): 61 * bindings/scripts/test/JS/JSTestEventConstructor.cpp: 62 (WebCore::JSTestEventConstructor::subspaceForImpl): 63 * bindings/scripts/test/JS/JSTestEventTarget.cpp: 64 (WebCore::JSTestEventTarget::subspaceForImpl): 65 * bindings/scripts/test/JS/JSTestException.cpp: 66 (WebCore::JSTestException::subspaceForImpl): 67 * bindings/scripts/test/JS/JSTestGenerateAddOpaqueRoot.cpp: 68 (WebCore::JSTestGenerateAddOpaqueRoot::subspaceForImpl): 69 * bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp: 70 (WebCore::JSTestGenerateIsReachable::subspaceForImpl): 71 * bindings/scripts/test/JS/JSTestGlobalObject.cpp: 72 (WebCore::JSTestGlobalObject::subspaceForImpl): 73 * bindings/scripts/test/JS/JSTestIndexedSetterNoIdentifier.cpp: 74 (WebCore::JSTestIndexedSetterNoIdentifier::subspaceForImpl): 75 * bindings/scripts/test/JS/JSTestIndexedSetterThrowingException.cpp: 76 (WebCore::JSTestIndexedSetterThrowingException::subspaceForImpl): 77 * bindings/scripts/test/JS/JSTestIndexedSetterWithIdentifier.cpp: 78 (WebCore::JSTestIndexedSetterWithIdentifier::subspaceForImpl): 79 * bindings/scripts/test/JS/JSTestInterface.cpp: 80 (WebCore::JSTestInterface::subspaceForImpl): 81 * bindings/scripts/test/JS/JSTestInterfaceLeadingUnderscore.cpp: 82 (WebCore::JSTestInterfaceLeadingUnderscore::subspaceForImpl): 83 * bindings/scripts/test/JS/JSTestIterable.cpp: 84 (WebCore::JSTestIterable::subspaceForImpl): 85 * bindings/scripts/test/JS/JSTestJSBuiltinConstructor.cpp: 86 (WebCore::JSTestJSBuiltinConstructor::subspaceForImpl): 87 * bindings/scripts/test/JS/JSTestLegacyFactoryFunction.cpp: 88 (WebCore::JSTestLegacyFactoryFunction::subspaceForImpl): 89 * bindings/scripts/test/JS/JSTestLegacyNoInterfaceObject.cpp: 90 (WebCore::JSTestLegacyNoInterfaceObject::subspaceForImpl): 91 * bindings/scripts/test/JS/JSTestLegacyOverrideBuiltIns.cpp: 92 (WebCore::JSTestLegacyOverrideBuiltIns::subspaceForImpl): 93 * bindings/scripts/test/JS/JSTestMapLike.cpp: 94 (WebCore::JSTestMapLike::subspaceForImpl): 95 * bindings/scripts/test/JS/JSTestMapLikeWithOverriddenOperations.cpp: 96 (WebCore::JSTestMapLikeWithOverriddenOperations::subspaceForImpl): 97 * bindings/scripts/test/JS/JSTestNamedAndIndexedSetterNoIdentifier.cpp: 98 (WebCore::JSTestNamedAndIndexedSetterNoIdentifier::subspaceForImpl): 99 * bindings/scripts/test/JS/JSTestNamedAndIndexedSetterThrowingException.cpp: 100 (WebCore::JSTestNamedAndIndexedSetterThrowingException::subspaceForImpl): 101 * bindings/scripts/test/JS/JSTestNamedAndIndexedSetterWithIdentifier.cpp: 102 (WebCore::JSTestNamedAndIndexedSetterWithIdentifier::subspaceForImpl): 103 * bindings/scripts/test/JS/JSTestNamedDeleterNoIdentifier.cpp: 104 (WebCore::JSTestNamedDeleterNoIdentifier::subspaceForImpl): 105 * bindings/scripts/test/JS/JSTestNamedDeleterThrowingException.cpp: 106 (WebCore::JSTestNamedDeleterThrowingException::subspaceForImpl): 107 * bindings/scripts/test/JS/JSTestNamedDeleterWithIdentifier.cpp: 108 (WebCore::JSTestNamedDeleterWithIdentifier::subspaceForImpl): 109 * bindings/scripts/test/JS/JSTestNamedDeleterWithIndexedGetter.cpp: 110 (WebCore::JSTestNamedDeleterWithIndexedGetter::subspaceForImpl): 111 * bindings/scripts/test/JS/JSTestNamedGetterCallWith.cpp: 112 (WebCore::JSTestNamedGetterCallWith::subspaceForImpl): 113 * bindings/scripts/test/JS/JSTestNamedGetterNoIdentifier.cpp: 114 (WebCore::JSTestNamedGetterNoIdentifier::subspaceForImpl): 115 * bindings/scripts/test/JS/JSTestNamedGetterWithIdentifier.cpp: 116 (WebCore::JSTestNamedGetterWithIdentifier::subspaceForImpl): 117 * bindings/scripts/test/JS/JSTestNamedSetterNoIdentifier.cpp: 118 (WebCore::JSTestNamedSetterNoIdentifier::subspaceForImpl): 119 * bindings/scripts/test/JS/JSTestNamedSetterThrowingException.cpp: 120 (WebCore::JSTestNamedSetterThrowingException::subspaceForImpl): 121 * bindings/scripts/test/JS/JSTestNamedSetterWithIdentifier.cpp: 122 (WebCore::JSTestNamedSetterWithIdentifier::subspaceForImpl): 123 * bindings/scripts/test/JS/JSTestNamedSetterWithIndexedGetter.cpp: 124 (WebCore::JSTestNamedSetterWithIndexedGetter::subspaceForImpl): 125 * bindings/scripts/test/JS/JSTestNamedSetterWithIndexedGetterAndSetter.cpp: 126 (WebCore::JSTestNamedSetterWithIndexedGetterAndSetter::subspaceForImpl): 127 * bindings/scripts/test/JS/JSTestNamedSetterWithLegacyOverrideBuiltIns.cpp: 128 (WebCore::JSTestNamedSetterWithLegacyOverrideBuiltIns::subspaceForImpl): 129 * bindings/scripts/test/JS/JSTestNamedSetterWithLegacyUnforgeableProperties.cpp: 130 (WebCore::JSTestNamedSetterWithLegacyUnforgeableProperties::subspaceForImpl): 131 * bindings/scripts/test/JS/JSTestNamedSetterWithLegacyUnforgeablePropertiesAndLegacyOverrideBuiltIns.cpp: 132 (WebCore::JSTestNamedSetterWithLegacyUnforgeablePropertiesAndLegacyOverrideBuiltIns::subspaceForImpl): 133 * bindings/scripts/test/JS/JSTestNamespaceObject.cpp: 134 (WebCore::JSTestNamespaceObject::subspaceForImpl): 135 * bindings/scripts/test/JS/JSTestNode.cpp: 136 (WebCore::JSTestNode::subspaceForImpl): 137 * bindings/scripts/test/JS/JSTestObj.cpp: 138 (WebCore::JSTestObj::subspaceForImpl): 139 * bindings/scripts/test/JS/JSTestOperationConditional.cpp: 140 (WebCore::JSTestOperationConditional::subspaceForImpl): 141 * bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp: 142 (WebCore::JSTestOverloadedConstructors::subspaceForImpl): 143 * bindings/scripts/test/JS/JSTestOverloadedConstructorsWithSequence.cpp: 144 (WebCore::JSTestOverloadedConstructorsWithSequence::subspaceForImpl): 145 * bindings/scripts/test/JS/JSTestPluginInterface.cpp: 146 (WebCore::JSTestPluginInterface::subspaceForImpl): 147 * bindings/scripts/test/JS/JSTestPromiseRejectionEvent.cpp: 148 (WebCore::JSTestPromiseRejectionEvent::subspaceForImpl): 149 * bindings/scripts/test/JS/JSTestReadOnlyMapLike.cpp: 150 (WebCore::JSTestReadOnlyMapLike::subspaceForImpl): 151 * bindings/scripts/test/JS/JSTestReadOnlySetLike.cpp: 152 (WebCore::JSTestReadOnlySetLike::subspaceForImpl): 153 * bindings/scripts/test/JS/JSTestReportExtraMemoryCost.cpp: 154 (WebCore::JSTestReportExtraMemoryCost::subspaceForImpl): 155 * bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp: 156 (WebCore::JSTestSerializedScriptValueInterface::subspaceForImpl): 157 * bindings/scripts/test/JS/JSTestSetLike.cpp: 158 (WebCore::JSTestSetLike::subspaceForImpl): 159 * bindings/scripts/test/JS/JSTestSetLikeWithOverriddenOperations.cpp: 160 (WebCore::JSTestSetLikeWithOverriddenOperations::subspaceForImpl): 161 * bindings/scripts/test/JS/JSTestStringifier.cpp: 162 (WebCore::JSTestStringifier::subspaceForImpl): 163 * bindings/scripts/test/JS/JSTestStringifierAnonymousOperation.cpp: 164 (WebCore::JSTestStringifierAnonymousOperation::subspaceForImpl): 165 * bindings/scripts/test/JS/JSTestStringifierNamedOperation.cpp: 166 (WebCore::JSTestStringifierNamedOperation::subspaceForImpl): 167 * bindings/scripts/test/JS/JSTestStringifierOperationImplementedAs.cpp: 168 (WebCore::JSTestStringifierOperationImplementedAs::subspaceForImpl): 169 * bindings/scripts/test/JS/JSTestStringifierOperationNamedToString.cpp: 170 (WebCore::JSTestStringifierOperationNamedToString::subspaceForImpl): 171 * bindings/scripts/test/JS/JSTestStringifierReadOnlyAttribute.cpp: 172 (WebCore::JSTestStringifierReadOnlyAttribute::subspaceForImpl): 173 * bindings/scripts/test/JS/JSTestStringifierReadWriteAttribute.cpp: 174 (WebCore::JSTestStringifierReadWriteAttribute::subspaceForImpl): 175 * bindings/scripts/test/JS/JSTestTaggedWrapper.cpp: 176 (WebCore::JSTestTaggedWrapper::subspaceForImpl): 177 * bindings/scripts/test/JS/JSTestTypedefs.cpp: 178 (WebCore::JSTestTypedefs::subspaceForImpl): 179 * bindings/scripts/test/JS/JSWorkerGlobalScope.cpp: 180 (WebCore::JSWorkerGlobalScope::subspaceForImpl): 181 * bindings/scripts/test/JS/JSWorkletGlobalScope.cpp: 182 (WebCore::JSWorkletGlobalScope::subspaceForImpl): 183 1 184 2022-02-18 Jer Noble <jer.noble@apple.com> 2 185 -
trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm
r290129 r290155 4889 4889 push(@implContent, "\n"); 4890 4890 push(@implContent, " auto& spaces = heapData.subspaces();\n"); 4891 push(@implContent, " IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();\n");4891 push(@implContent, " IsoSubspace* space = spaces.m_subspaceFor${interfaceName}.get();\n"); 4892 4892 push(@implContent, " if (!space) {\n"); 4893 4893 push(@implContent, " Heap& heap = vm.heap;\n"); -
trunk/Source/WebCore/bindings/scripts/test/JS/JSDOMWindow.cpp
r290129 r290155 376 376 377 377 auto& spaces = heapData.subspaces(); 378 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();378 IsoSubspace* space = spaces.m_subspaceForDOMWindow.get(); 379 379 if (!space) { 380 380 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSDedicatedWorkerGlobalScope.cpp
r290129 r290155 177 177 178 178 auto& spaces = heapData.subspaces(); 179 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();179 IsoSubspace* space = spaces.m_subspaceForDedicatedWorkerGlobalScope.get(); 180 180 if (!space) { 181 181 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSExposedStar.cpp
r290129 r290155 241 241 242 242 auto& spaces = heapData.subspaces(); 243 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();243 IsoSubspace* space = spaces.m_subspaceForExposedStar.get(); 244 244 if (!space) { 245 245 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSExposedToWorkerAndWindow.cpp
r290129 r290155 259 259 260 260 auto& spaces = heapData.subspaces(); 261 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();261 IsoSubspace* space = spaces.m_subspaceForExposedToWorkerAndWindow.get(); 262 262 if (!space) { 263 263 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSPaintWorkletGlobalScope.cpp
r290129 r290155 176 176 177 177 auto& spaces = heapData.subspaces(); 178 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();178 IsoSubspace* space = spaces.m_subspaceForPaintWorkletGlobalScope.get(); 179 179 if (!space) { 180 180 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSServiceWorkerGlobalScope.cpp
r290129 r290155 176 176 177 177 auto& spaces = heapData.subspaces(); 178 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();178 IsoSubspace* space = spaces.m_subspaceForServiceWorkerGlobalScope.get(); 179 179 if (!space) { 180 180 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSShadowRealmGlobalScope.cpp
r290129 r290155 162 162 163 163 auto& spaces = heapData.subspaces(); 164 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();164 IsoSubspace* space = spaces.m_subspaceForShadowRealmGlobalScope.get(); 165 165 if (!space) { 166 166 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSSharedWorkerGlobalScope.cpp
r290129 r290155 160 160 161 161 auto& spaces = heapData.subspaces(); 162 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();162 IsoSubspace* space = spaces.m_subspaceForSharedWorkerGlobalScope.get(); 163 163 if (!space) { 164 164 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCEReactions.cpp
r290129 r290155 443 443 444 444 auto& spaces = heapData.subspaces(); 445 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();445 IsoSubspace* space = spaces.m_subspaceForTestCEReactions.get(); 446 446 if (!space) { 447 447 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCEReactionsStringifier.cpp
r290129 r290155 269 269 270 270 auto& spaces = heapData.subspaces(); 271 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();271 IsoSubspace* space = spaces.m_subspaceForTestCEReactionsStringifier.get(); 272 272 if (!space) { 273 273 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCallTracer.cpp
r290129 r290155 518 518 519 519 auto& spaces = heapData.subspaces(); 520 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();520 IsoSubspace* space = spaces.m_subspaceForTestCallTracer.get(); 521 521 if (!space) { 522 522 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestClassWithJSBuiltinConstructor.cpp
r290129 r290155 181 181 182 182 auto& spaces = heapData.subspaces(); 183 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();183 IsoSubspace* space = spaces.m_subspaceForTestClassWithJSBuiltinConstructor.get(); 184 184 if (!space) { 185 185 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestConditionalIncludes.cpp
r290129 r290155 794 794 795 795 auto& spaces = heapData.subspaces(); 796 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();796 IsoSubspace* space = spaces.m_subspaceForTestConditionalIncludes.get(); 797 797 if (!space) { 798 798 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestConditionallyReadWrite.cpp
r290129 r290155 616 616 617 617 auto& spaces = heapData.subspaces(); 618 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();618 IsoSubspace* space = spaces.m_subspaceForTestConditionallyReadWrite.get(); 619 619 if (!space) { 620 620 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestDOMJIT.cpp
r290129 r290155 1257 1257 1258 1258 auto& spaces = heapData.subspaces(); 1259 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();1259 IsoSubspace* space = spaces.m_subspaceForTestDOMJIT.get(); 1260 1260 if (!space) { 1261 1261 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestDefaultToJSON.cpp
r290129 r290155 813 813 814 814 auto& spaces = heapData.subspaces(); 815 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();815 IsoSubspace* space = spaces.m_subspaceForTestDefaultToJSON.get(); 816 816 if (!space) { 817 817 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestDefaultToJSONFilteredByExposed.cpp
r290129 r290155 275 275 276 276 auto& spaces = heapData.subspaces(); 277 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();277 IsoSubspace* space = spaces.m_subspaceForTestDefaultToJSONFilteredByExposed.get(); 278 278 if (!space) { 279 279 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestDefaultToJSONIndirectInheritance.cpp
r290129 r290155 167 167 168 168 auto& spaces = heapData.subspaces(); 169 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();169 IsoSubspace* space = spaces.m_subspaceForTestDefaultToJSONIndirectInheritance.get(); 170 170 if (!space) { 171 171 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestDefaultToJSONInherit.cpp
r290129 r290155 297 297 298 298 auto& spaces = heapData.subspaces(); 299 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();299 IsoSubspace* space = spaces.m_subspaceForTestDefaultToJSONInherit.get(); 300 300 if (!space) { 301 301 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestDefaultToJSONInheritFinal.cpp
r290129 r290155 337 337 338 338 auto& spaces = heapData.subspaces(); 339 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();339 IsoSubspace* space = spaces.m_subspaceForTestDefaultToJSONInheritFinal.get(); 340 340 if (!space) { 341 341 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestDelegateToSharedSyntheticAttribute.cpp
r290129 r290155 251 251 252 252 auto& spaces = heapData.subspaces(); 253 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();253 IsoSubspace* space = spaces.m_subspaceForTestDelegateToSharedSyntheticAttribute.get(); 254 254 if (!space) { 255 255 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestDomainSecurity.cpp
r290129 r290155 325 325 326 326 auto& spaces = heapData.subspaces(); 327 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();327 IsoSubspace* space = spaces.m_subspaceForTestDomainSecurity.get(); 328 328 if (!space) { 329 329 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEnabledBySetting.cpp
r290129 r290155 464 464 465 465 auto& spaces = heapData.subspaces(); 466 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();466 IsoSubspace* space = spaces.m_subspaceForTestEnabledBySetting.get(); 467 467 if (!space) { 468 468 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEnabledForContext.cpp
r290129 r290155 191 191 192 192 auto& spaces = heapData.subspaces(); 193 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();193 IsoSubspace* space = spaces.m_subspaceForTestEnabledForContext.get(); 194 194 if (!space) { 195 195 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.cpp
r290129 r290155 328 328 329 329 auto& spaces = heapData.subspaces(); 330 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();330 IsoSubspace* space = spaces.m_subspaceForTestEventConstructor.get(); 331 331 if (!space) { 332 332 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp
r290129 r290155 267 267 268 268 auto& spaces = heapData.subspaces(); 269 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();269 IsoSubspace* space = spaces.m_subspaceForTestEventTarget.get(); 270 270 if (!space) { 271 271 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.cpp
r290129 r290155 192 192 193 193 auto& spaces = heapData.subspaces(); 194 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();194 IsoSubspace* space = spaces.m_subspaceForTestException.get(); 195 195 if (!space) { 196 196 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateAddOpaqueRoot.cpp
r290129 r290155 192 192 193 193 auto& spaces = heapData.subspaces(); 194 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();194 IsoSubspace* space = spaces.m_subspaceForTestGenerateAddOpaqueRoot.get(); 195 195 if (!space) { 196 196 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp
r290129 r290155 202 202 203 203 auto& spaces = heapData.subspaces(); 204 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();204 IsoSubspace* space = spaces.m_subspaceForTestGenerateIsReachable.get(); 205 205 if (!space) { 206 206 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGlobalObject.cpp
r290129 r290155 1835 1835 1836 1836 auto& spaces = heapData.subspaces(); 1837 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();1837 IsoSubspace* space = spaces.m_subspaceForTestGlobalObject.get(); 1838 1838 if (!space) { 1839 1839 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestIndexedSetterNoIdentifier.cpp
r290129 r290155 281 281 282 282 auto& spaces = heapData.subspaces(); 283 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();283 IsoSubspace* space = spaces.m_subspaceForTestIndexedSetterNoIdentifier.get(); 284 284 if (!space) { 285 285 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestIndexedSetterThrowingException.cpp
r290129 r290155 281 281 282 282 auto& spaces = heapData.subspaces(); 283 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();283 IsoSubspace* space = spaces.m_subspaceForTestIndexedSetterThrowingException.get(); 284 284 if (!space) { 285 285 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestIndexedSetterWithIdentifier.cpp
r290129 r290155 313 313 314 314 auto& spaces = heapData.subspaces(); 315 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();315 IsoSubspace* space = spaces.m_subspaceForTestIndexedSetterWithIdentifier.get(); 316 316 if (!space) { 317 317 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.cpp
r290129 r290155 1214 1214 1215 1215 auto& spaces = heapData.subspaces(); 1216 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();1216 IsoSubspace* space = spaces.m_subspaceForTestInterface.get(); 1217 1217 if (!space) { 1218 1218 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterfaceLeadingUnderscore.cpp
r290129 r290155 192 192 193 193 auto& spaces = heapData.subspaces(); 194 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();194 IsoSubspace* space = spaces.m_subspaceForTestInterfaceLeadingUnderscore.get(); 195 195 if (!space) { 196 196 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestIterable.cpp
r290129 r290155 309 309 310 310 auto& spaces = heapData.subspaces(); 311 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();311 IsoSubspace* space = spaces.m_subspaceForTestIterable.get(); 312 312 if (!space) { 313 313 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestJSBuiltinConstructor.cpp
r290129 r290155 235 235 236 236 auto& spaces = heapData.subspaces(); 237 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();237 IsoSubspace* space = spaces.m_subspaceForTestJSBuiltinConstructor.get(); 238 238 if (!space) { 239 239 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestLegacyFactoryFunction.cpp
r290129 r290155 237 237 238 238 auto& spaces = heapData.subspaces(); 239 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();239 IsoSubspace* space = spaces.m_subspaceForTestLegacyFactoryFunction.get(); 240 240 if (!space) { 241 241 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestLegacyNoInterfaceObject.cpp
r290129 r290155 340 340 341 341 auto& spaces = heapData.subspaces(); 342 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();342 IsoSubspace* space = spaces.m_subspaceForTestLegacyNoInterfaceObject.get(); 343 343 if (!space) { 344 344 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestLegacyOverrideBuiltIns.cpp
r290129 r290155 254 254 255 255 auto& spaces = heapData.subspaces(); 256 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();256 IsoSubspace* space = spaces.m_subspaceForTestLegacyOverrideBuiltIns.get(); 257 257 if (!space) { 258 258 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMapLike.cpp
r290129 r290155 371 371 372 372 auto& spaces = heapData.subspaces(); 373 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();373 IsoSubspace* space = spaces.m_subspaceForTestMapLike.get(); 374 374 if (!space) { 375 375 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMapLikeWithOverriddenOperations.cpp
r290129 r290155 385 385 386 386 auto& spaces = heapData.subspaces(); 387 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();387 IsoSubspace* space = spaces.m_subspaceForTestMapLikeWithOverriddenOperations.get(); 388 388 if (!space) { 389 389 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedAndIndexedSetterNoIdentifier.cpp
r290129 r290155 349 349 350 350 auto& spaces = heapData.subspaces(); 351 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();351 IsoSubspace* space = spaces.m_subspaceForTestNamedAndIndexedSetterNoIdentifier.get(); 352 352 if (!space) { 353 353 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedAndIndexedSetterThrowingException.cpp
r290129 r290155 349 349 350 350 auto& spaces = heapData.subspaces(); 351 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();351 IsoSubspace* space = spaces.m_subspaceForTestNamedAndIndexedSetterThrowingException.get(); 352 352 if (!space) { 353 353 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedAndIndexedSetterWithIdentifier.cpp
r290129 r290155 406 406 407 407 auto& spaces = heapData.subspaces(); 408 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();408 IsoSubspace* space = spaces.m_subspaceForTestNamedAndIndexedSetterWithIdentifier.get(); 409 409 if (!space) { 410 410 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedDeleterNoIdentifier.cpp
r290129 r290155 251 251 252 252 auto& spaces = heapData.subspaces(); 253 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();253 IsoSubspace* space = spaces.m_subspaceForTestNamedDeleterNoIdentifier.get(); 254 254 if (!space) { 255 255 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedDeleterThrowingException.cpp
r290129 r290155 251 251 252 252 auto& spaces = heapData.subspaces(); 253 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();253 IsoSubspace* space = spaces.m_subspaceForTestNamedDeleterThrowingException.get(); 254 254 if (!space) { 255 255 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedDeleterWithIdentifier.cpp
r290129 r290155 275 275 276 276 auto& spaces = heapData.subspaces(); 277 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();277 IsoSubspace* space = spaces.m_subspaceForTestNamedDeleterWithIdentifier.get(); 278 278 if (!space) { 279 279 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedDeleterWithIndexedGetter.cpp
r290129 r290155 267 267 268 268 auto& spaces = heapData.subspaces(); 269 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();269 IsoSubspace* space = spaces.m_subspaceForTestNamedDeleterWithIndexedGetter.get(); 270 270 if (!space) { 271 271 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedGetterCallWith.cpp
r290129 r290155 225 225 226 226 auto& spaces = heapData.subspaces(); 227 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();227 IsoSubspace* space = spaces.m_subspaceForTestNamedGetterCallWith.get(); 228 228 if (!space) { 229 229 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedGetterNoIdentifier.cpp
r290129 r290155 225 225 226 226 auto& spaces = heapData.subspaces(); 227 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();227 IsoSubspace* space = spaces.m_subspaceForTestNamedGetterNoIdentifier.get(); 228 228 if (!space) { 229 229 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedGetterWithIdentifier.cpp
r290129 r290155 251 251 252 252 auto& spaces = heapData.subspaces(); 253 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();253 IsoSubspace* space = spaces.m_subspaceForTestNamedGetterWithIdentifier.get(); 254 254 if (!space) { 255 255 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterNoIdentifier.cpp
r290129 r290155 305 305 306 306 auto& spaces = heapData.subspaces(); 307 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();307 IsoSubspace* space = spaces.m_subspaceForTestNamedSetterNoIdentifier.get(); 308 308 if (!space) { 309 309 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterThrowingException.cpp
r290129 r290155 305 305 306 306 auto& spaces = heapData.subspaces(); 307 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();307 IsoSubspace* space = spaces.m_subspaceForTestNamedSetterThrowingException.get(); 308 308 if (!space) { 309 309 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterWithIdentifier.cpp
r290129 r290155 336 336 337 337 auto& spaces = heapData.subspaces(); 338 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();338 IsoSubspace* space = spaces.m_subspaceForTestNamedSetterWithIdentifier.get(); 339 339 if (!space) { 340 340 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterWithIndexedGetter.cpp
r290129 r290155 383 383 384 384 auto& spaces = heapData.subspaces(); 385 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();385 IsoSubspace* space = spaces.m_subspaceForTestNamedSetterWithIndexedGetter.get(); 386 386 if (!space) { 387 387 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterWithIndexedGetterAndSetter.cpp
r290129 r290155 433 433 434 434 auto& spaces = heapData.subspaces(); 435 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();435 IsoSubspace* space = spaces.m_subspaceForTestNamedSetterWithIndexedGetterAndSetter.get(); 436 436 if (!space) { 437 437 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterWithLegacyOverrideBuiltIns.cpp
r290129 r290155 282 282 283 283 auto& spaces = heapData.subspaces(); 284 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();284 IsoSubspace* space = spaces.m_subspaceForTestNamedSetterWithLegacyOverrideBuiltIns.get(); 285 285 if (!space) { 286 286 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterWithLegacyUnforgeableProperties.cpp
r290129 r290155 366 366 367 367 auto& spaces = heapData.subspaces(); 368 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();368 IsoSubspace* space = spaces.m_subspaceForTestNamedSetterWithLegacyUnforgeableProperties.get(); 369 369 if (!space) { 370 370 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterWithLegacyUnforgeablePropertiesAndLegacyOverrideBuiltIns.cpp
r290129 r290155 343 343 344 344 auto& spaces = heapData.subspaces(); 345 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();345 IsoSubspace* space = spaces.m_subspaceForTestNamedSetterWithLegacyUnforgeablePropertiesAndLegacyOverrideBuiltIns.get(); 346 346 if (!space) { 347 347 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamespaceObject.cpp
r290129 r290155 285 285 286 286 auto& spaces = heapData.subspaces(); 287 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();287 IsoSubspace* space = spaces.m_subspaceForTestNamespaceObject.get(); 288 288 if (!space) { 289 289 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.cpp
r290129 r290155 515 515 516 516 auto& spaces = heapData.subspaces(); 517 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();517 IsoSubspace* space = spaces.m_subspaceForTestNode.get(); 518 518 if (!space) { 519 519 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp
r290129 r290155 9072 9072 9073 9073 auto& spaces = heapData.subspaces(); 9074 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();9074 IsoSubspace* space = spaces.m_subspaceForTestObj.get(); 9075 9075 if (!space) { 9076 9076 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOperationConditional.cpp
r290129 r290155 239 239 240 240 auto& spaces = heapData.subspaces(); 241 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();241 IsoSubspace* space = spaces.m_subspaceForTestOperationConditional.get(); 242 242 if (!space) { 243 243 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp
r290129 r290155 310 310 311 311 auto& spaces = heapData.subspaces(); 312 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();312 IsoSubspace* space = spaces.m_subspaceForTestOverloadedConstructors.get(); 313 313 if (!space) { 314 314 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructorsWithSequence.cpp
r290129 r290155 247 247 248 248 auto& spaces = heapData.subspaces(); 249 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();249 IsoSubspace* space = spaces.m_subspaceForTestOverloadedConstructorsWithSequence.get(); 250 250 if (!space) { 251 251 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestPluginInterface.cpp
r290129 r290155 249 249 250 250 auto& spaces = heapData.subspaces(); 251 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();251 IsoSubspace* space = spaces.m_subspaceForTestPluginInterface.get(); 252 252 if (!space) { 253 253 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestPromiseRejectionEvent.cpp
r290129 r290155 308 308 309 309 auto& spaces = heapData.subspaces(); 310 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();310 IsoSubspace* space = spaces.m_subspaceForTestPromiseRejectionEvent.get(); 311 311 if (!space) { 312 312 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestReadOnlyMapLike.cpp
r290129 r290155 310 310 311 311 auto& spaces = heapData.subspaces(); 312 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();312 IsoSubspace* space = spaces.m_subspaceForTestReadOnlyMapLike.get(); 313 313 if (!space) { 314 314 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestReadOnlySetLike.cpp
r290129 r290155 289 289 290 290 auto& spaces = heapData.subspaces(); 291 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();291 IsoSubspace* space = spaces.m_subspaceForTestReadOnlySetLike.get(); 292 292 if (!space) { 293 293 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestReportExtraMemoryCost.cpp
r290129 r290155 176 176 177 177 auto& spaces = heapData.subspaces(); 178 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();178 IsoSubspace* space = spaces.m_subspaceForTestReportExtraMemoryCost.get(); 179 179 if (!space) { 180 180 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp
r290129 r290155 354 354 355 355 auto& spaces = heapData.subspaces(); 356 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();356 IsoSubspace* space = spaces.m_subspaceForTestSerializedScriptValueInterface.get(); 357 357 if (!space) { 358 358 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSetLike.cpp
r290129 r290155 347 347 348 348 auto& spaces = heapData.subspaces(); 349 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();349 IsoSubspace* space = spaces.m_subspaceForTestSetLike.get(); 350 350 if (!space) { 351 351 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSetLikeWithOverriddenOperations.cpp
r290129 r290155 359 359 360 360 auto& spaces = heapData.subspaces(); 361 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();361 IsoSubspace* space = spaces.m_subspaceForTestSetLikeWithOverriddenOperations.get(); 362 362 if (!space) { 363 363 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestStringifier.cpp
r290129 r290155 197 197 198 198 auto& spaces = heapData.subspaces(); 199 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();199 IsoSubspace* space = spaces.m_subspaceForTestStringifier.get(); 200 200 if (!space) { 201 201 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestStringifierAnonymousOperation.cpp
r290129 r290155 197 197 198 198 auto& spaces = heapData.subspaces(); 199 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();199 IsoSubspace* space = spaces.m_subspaceForTestStringifierAnonymousOperation.get(); 200 200 if (!space) { 201 201 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestStringifierNamedOperation.cpp
r290129 r290155 214 214 215 215 auto& spaces = heapData.subspaces(); 216 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();216 IsoSubspace* space = spaces.m_subspaceForTestStringifierNamedOperation.get(); 217 217 if (!space) { 218 218 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestStringifierOperationImplementedAs.cpp
r290129 r290155 214 214 215 215 auto& spaces = heapData.subspaces(); 216 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();216 IsoSubspace* space = spaces.m_subspaceForTestStringifierOperationImplementedAs.get(); 217 217 if (!space) { 218 218 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestStringifierOperationNamedToString.cpp
r290129 r290155 197 197 198 198 auto& spaces = heapData.subspaces(); 199 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();199 IsoSubspace* space = spaces.m_subspaceForTestStringifierOperationNamedToString.get(); 200 200 if (!space) { 201 201 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestStringifierReadOnlyAttribute.cpp
r290129 r290155 213 213 214 214 auto& spaces = heapData.subspaces(); 215 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();215 IsoSubspace* space = spaces.m_subspaceForTestStringifierReadOnlyAttribute.get(); 216 216 if (!space) { 217 217 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestStringifierReadWriteAttribute.cpp
r290129 r290155 232 232 233 233 auto& spaces = heapData.subspaces(); 234 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();234 IsoSubspace* space = spaces.m_subspaceForTestStringifierReadWriteAttribute.get(); 235 235 if (!space) { 236 236 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTaggedWrapper.cpp
r290129 r290155 175 175 176 176 auto& spaces = heapData.subspaces(); 177 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();177 IsoSubspace* space = spaces.m_subspaceForTestTaggedWrapper.get(); 178 178 if (!space) { 179 179 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.cpp
r290129 r290155 785 785 786 786 auto& spaces = heapData.subspaces(); 787 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();787 IsoSubspace* space = spaces.m_subspaceForTestTypedefs.get(); 788 788 if (!space) { 789 789 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSWorkerGlobalScope.cpp
r290129 r290155 256 256 257 257 auto& spaces = heapData.subspaces(); 258 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();258 IsoSubspace* space = spaces.m_subspaceForWorkerGlobalScope.get(); 259 259 if (!space) { 260 260 Heap& heap = vm.heap; -
trunk/Source/WebCore/bindings/scripts/test/JS/JSWorkletGlobalScope.cpp
r290129 r290155 170 170 171 171 auto& spaces = heapData.subspaces(); 172 IsoSubspace* space = spaces.m_subspaceFor GPUMapMode.get();172 IsoSubspace* space = spaces.m_subspaceForWorkletGlobalScope.get(); 173 173 if (!space) { 174 174 Heap& heap = vm.heap;
Note:
See TracChangeset
for help on using the changeset viewer.