Changeset 290155 in webkit


Ignore:
Timestamp:
Feb 18, 2022, 12:42:39 PM (3 years ago)
Author:
mark.lam@apple.com
Message:

Fix copy-paste error in r290129.
https://bugs.webkit.org/show_bug.cgi?id=236847
rdar://problem/89155146

Reviewed by Yusuke Suzuki.

The heap server subspace name should be parameterized based on the interfaceName.

  • bindings/scripts/CodeGeneratorJS.pm:

(GenerateImplementation):

  • bindings/scripts/test/JS/JSDOMWindow.cpp:

(WebCore::JSDOMWindow::subspaceForImpl):

  • bindings/scripts/test/JS/JSDedicatedWorkerGlobalScope.cpp:

(WebCore::JSDedicatedWorkerGlobalScope::subspaceForImpl):

  • bindings/scripts/test/JS/JSExposedStar.cpp:

(WebCore::JSExposedStar::subspaceForImpl):

  • bindings/scripts/test/JS/JSExposedToWorkerAndWindow.cpp:

(WebCore::JSExposedToWorkerAndWindow::subspaceForImpl):

  • bindings/scripts/test/JS/JSPaintWorkletGlobalScope.cpp:

(WebCore::JSPaintWorkletGlobalScope::subspaceForImpl):

  • bindings/scripts/test/JS/JSServiceWorkerGlobalScope.cpp:

(WebCore::JSServiceWorkerGlobalScope::subspaceForImpl):

  • bindings/scripts/test/JS/JSShadowRealmGlobalScope.cpp:

(WebCore::JSShadowRealmGlobalScope::subspaceForImpl):

  • bindings/scripts/test/JS/JSSharedWorkerGlobalScope.cpp:

(WebCore::JSSharedWorkerGlobalScope::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestCEReactions.cpp:

(WebCore::JSTestCEReactions::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestCEReactionsStringifier.cpp:

(WebCore::JSTestCEReactionsStringifier::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestCallTracer.cpp:

(WebCore::JSTestCallTracer::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestClassWithJSBuiltinConstructor.cpp:

(WebCore::JSTestClassWithJSBuiltinConstructor::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestConditionalIncludes.cpp:

(WebCore::JSTestConditionalIncludes::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestConditionallyReadWrite.cpp:

(WebCore::JSTestConditionallyReadWrite::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestDOMJIT.cpp:

(WebCore::JSTestDOMJIT::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestDefaultToJSON.cpp:

(WebCore::JSTestDefaultToJSON::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestDefaultToJSONFilteredByExposed.cpp:

(WebCore::JSTestDefaultToJSONFilteredByExposed::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestDefaultToJSONIndirectInheritance.cpp:

(WebCore::JSTestDefaultToJSONIndirectInheritance::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestDefaultToJSONInherit.cpp:

(WebCore::JSTestDefaultToJSONInherit::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestDefaultToJSONInheritFinal.cpp:

(WebCore::JSTestDefaultToJSONInheritFinal::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestDelegateToSharedSyntheticAttribute.cpp:

(WebCore::JSTestDelegateToSharedSyntheticAttribute::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestDomainSecurity.cpp:

(WebCore::JSTestDomainSecurity::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestEnabledBySetting.cpp:

(WebCore::JSTestEnabledBySetting::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestEnabledForContext.cpp:

(WebCore::JSTestEnabledForContext::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestEventConstructor.cpp:

(WebCore::JSTestEventConstructor::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestEventTarget.cpp:

(WebCore::JSTestEventTarget::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestException.cpp:

(WebCore::JSTestException::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestGenerateAddOpaqueRoot.cpp:

(WebCore::JSTestGenerateAddOpaqueRoot::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp:

(WebCore::JSTestGenerateIsReachable::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestGlobalObject.cpp:

(WebCore::JSTestGlobalObject::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestIndexedSetterNoIdentifier.cpp:

(WebCore::JSTestIndexedSetterNoIdentifier::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestIndexedSetterThrowingException.cpp:

(WebCore::JSTestIndexedSetterThrowingException::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestIndexedSetterWithIdentifier.cpp:

(WebCore::JSTestIndexedSetterWithIdentifier::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestInterface.cpp:

(WebCore::JSTestInterface::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestInterfaceLeadingUnderscore.cpp:

(WebCore::JSTestInterfaceLeadingUnderscore::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestIterable.cpp:

(WebCore::JSTestIterable::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestJSBuiltinConstructor.cpp:

(WebCore::JSTestJSBuiltinConstructor::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestLegacyFactoryFunction.cpp:

(WebCore::JSTestLegacyFactoryFunction::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestLegacyNoInterfaceObject.cpp:

(WebCore::JSTestLegacyNoInterfaceObject::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestLegacyOverrideBuiltIns.cpp:

(WebCore::JSTestLegacyOverrideBuiltIns::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestMapLike.cpp:

(WebCore::JSTestMapLike::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestMapLikeWithOverriddenOperations.cpp:

(WebCore::JSTestMapLikeWithOverriddenOperations::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestNamedAndIndexedSetterNoIdentifier.cpp:

(WebCore::JSTestNamedAndIndexedSetterNoIdentifier::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestNamedAndIndexedSetterThrowingException.cpp:

(WebCore::JSTestNamedAndIndexedSetterThrowingException::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestNamedAndIndexedSetterWithIdentifier.cpp:

(WebCore::JSTestNamedAndIndexedSetterWithIdentifier::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestNamedDeleterNoIdentifier.cpp:

(WebCore::JSTestNamedDeleterNoIdentifier::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestNamedDeleterThrowingException.cpp:

(WebCore::JSTestNamedDeleterThrowingException::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestNamedDeleterWithIdentifier.cpp:

(WebCore::JSTestNamedDeleterWithIdentifier::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestNamedDeleterWithIndexedGetter.cpp:

(WebCore::JSTestNamedDeleterWithIndexedGetter::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestNamedGetterCallWith.cpp:

(WebCore::JSTestNamedGetterCallWith::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestNamedGetterNoIdentifier.cpp:

(WebCore::JSTestNamedGetterNoIdentifier::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestNamedGetterWithIdentifier.cpp:

(WebCore::JSTestNamedGetterWithIdentifier::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestNamedSetterNoIdentifier.cpp:

(WebCore::JSTestNamedSetterNoIdentifier::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestNamedSetterThrowingException.cpp:

(WebCore::JSTestNamedSetterThrowingException::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestNamedSetterWithIdentifier.cpp:

(WebCore::JSTestNamedSetterWithIdentifier::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestNamedSetterWithIndexedGetter.cpp:

(WebCore::JSTestNamedSetterWithIndexedGetter::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestNamedSetterWithIndexedGetterAndSetter.cpp:

(WebCore::JSTestNamedSetterWithIndexedGetterAndSetter::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestNamedSetterWithLegacyOverrideBuiltIns.cpp:

(WebCore::JSTestNamedSetterWithLegacyOverrideBuiltIns::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestNamedSetterWithLegacyUnforgeableProperties.cpp:

(WebCore::JSTestNamedSetterWithLegacyUnforgeableProperties::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestNamedSetterWithLegacyUnforgeablePropertiesAndLegacyOverrideBuiltIns.cpp:

(WebCore::JSTestNamedSetterWithLegacyUnforgeablePropertiesAndLegacyOverrideBuiltIns::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestNamespaceObject.cpp:

(WebCore::JSTestNamespaceObject::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestNode.cpp:

(WebCore::JSTestNode::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestObj.cpp:

(WebCore::JSTestObj::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestOperationConditional.cpp:

(WebCore::JSTestOperationConditional::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp:

(WebCore::JSTestOverloadedConstructors::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestOverloadedConstructorsWithSequence.cpp:

(WebCore::JSTestOverloadedConstructorsWithSequence::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestPluginInterface.cpp:

(WebCore::JSTestPluginInterface::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestPromiseRejectionEvent.cpp:

(WebCore::JSTestPromiseRejectionEvent::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestReadOnlyMapLike.cpp:

(WebCore::JSTestReadOnlyMapLike::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestReadOnlySetLike.cpp:

(WebCore::JSTestReadOnlySetLike::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestReportExtraMemoryCost.cpp:

(WebCore::JSTestReportExtraMemoryCost::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp:

(WebCore::JSTestSerializedScriptValueInterface::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestSetLike.cpp:

(WebCore::JSTestSetLike::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestSetLikeWithOverriddenOperations.cpp:

(WebCore::JSTestSetLikeWithOverriddenOperations::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestStringifier.cpp:

(WebCore::JSTestStringifier::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestStringifierAnonymousOperation.cpp:

(WebCore::JSTestStringifierAnonymousOperation::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestStringifierNamedOperation.cpp:

(WebCore::JSTestStringifierNamedOperation::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestStringifierOperationImplementedAs.cpp:

(WebCore::JSTestStringifierOperationImplementedAs::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestStringifierOperationNamedToString.cpp:

(WebCore::JSTestStringifierOperationNamedToString::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestStringifierReadOnlyAttribute.cpp:

(WebCore::JSTestStringifierReadOnlyAttribute::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestStringifierReadWriteAttribute.cpp:

(WebCore::JSTestStringifierReadWriteAttribute::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestTaggedWrapper.cpp:

(WebCore::JSTestTaggedWrapper::subspaceForImpl):

  • bindings/scripts/test/JS/JSTestTypedefs.cpp:

(WebCore::JSTestTypedefs::subspaceForImpl):

  • bindings/scripts/test/JS/JSWorkerGlobalScope.cpp:

(WebCore::JSWorkerGlobalScope::subspaceForImpl):

  • bindings/scripts/test/JS/JSWorkletGlobalScope.cpp:

(WebCore::JSWorkletGlobalScope::subspaceForImpl):

Location:
trunk/Source/WebCore
Files:
87 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r290153 r290155  
     12022-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
    11842022-02-18  Jer Noble  <jer.noble@apple.com>
    2185
  • trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm

    r290129 r290155  
    48894889    push(@implContent, "\n");
    48904890    push(@implContent, "    auto& spaces = heapData.subspaces();\n");
    4891     push(@implContent, "    IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();\n");
     4891    push(@implContent, "    IsoSubspace* space = spaces.m_subspaceFor${interfaceName}.get();\n");
    48924892    push(@implContent, "    if (!space) {\n");
    48934893    push(@implContent, "        Heap& heap = vm.heap;\n");
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSDOMWindow.cpp

    r290129 r290155  
    376376
    377377    auto& spaces = heapData.subspaces();
    378     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     378    IsoSubspace* space = spaces.m_subspaceForDOMWindow.get();
    379379    if (!space) {
    380380        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSDedicatedWorkerGlobalScope.cpp

    r290129 r290155  
    177177
    178178    auto& spaces = heapData.subspaces();
    179     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     179    IsoSubspace* space = spaces.m_subspaceForDedicatedWorkerGlobalScope.get();
    180180    if (!space) {
    181181        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSExposedStar.cpp

    r290129 r290155  
    241241
    242242    auto& spaces = heapData.subspaces();
    243     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     243    IsoSubspace* space = spaces.m_subspaceForExposedStar.get();
    244244    if (!space) {
    245245        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSExposedToWorkerAndWindow.cpp

    r290129 r290155  
    259259
    260260    auto& spaces = heapData.subspaces();
    261     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     261    IsoSubspace* space = spaces.m_subspaceForExposedToWorkerAndWindow.get();
    262262    if (!space) {
    263263        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSPaintWorkletGlobalScope.cpp

    r290129 r290155  
    176176
    177177    auto& spaces = heapData.subspaces();
    178     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     178    IsoSubspace* space = spaces.m_subspaceForPaintWorkletGlobalScope.get();
    179179    if (!space) {
    180180        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSServiceWorkerGlobalScope.cpp

    r290129 r290155  
    176176
    177177    auto& spaces = heapData.subspaces();
    178     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     178    IsoSubspace* space = spaces.m_subspaceForServiceWorkerGlobalScope.get();
    179179    if (!space) {
    180180        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSShadowRealmGlobalScope.cpp

    r290129 r290155  
    162162
    163163    auto& spaces = heapData.subspaces();
    164     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     164    IsoSubspace* space = spaces.m_subspaceForShadowRealmGlobalScope.get();
    165165    if (!space) {
    166166        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSSharedWorkerGlobalScope.cpp

    r290129 r290155  
    160160
    161161    auto& spaces = heapData.subspaces();
    162     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     162    IsoSubspace* space = spaces.m_subspaceForSharedWorkerGlobalScope.get();
    163163    if (!space) {
    164164        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCEReactions.cpp

    r290129 r290155  
    443443
    444444    auto& spaces = heapData.subspaces();
    445     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     445    IsoSubspace* space = spaces.m_subspaceForTestCEReactions.get();
    446446    if (!space) {
    447447        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCEReactionsStringifier.cpp

    r290129 r290155  
    269269
    270270    auto& spaces = heapData.subspaces();
    271     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     271    IsoSubspace* space = spaces.m_subspaceForTestCEReactionsStringifier.get();
    272272    if (!space) {
    273273        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCallTracer.cpp

    r290129 r290155  
    518518
    519519    auto& spaces = heapData.subspaces();
    520     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     520    IsoSubspace* space = spaces.m_subspaceForTestCallTracer.get();
    521521    if (!space) {
    522522        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestClassWithJSBuiltinConstructor.cpp

    r290129 r290155  
    181181
    182182    auto& spaces = heapData.subspaces();
    183     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     183    IsoSubspace* space = spaces.m_subspaceForTestClassWithJSBuiltinConstructor.get();
    184184    if (!space) {
    185185        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestConditionalIncludes.cpp

    r290129 r290155  
    794794
    795795    auto& spaces = heapData.subspaces();
    796     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     796    IsoSubspace* space = spaces.m_subspaceForTestConditionalIncludes.get();
    797797    if (!space) {
    798798        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestConditionallyReadWrite.cpp

    r290129 r290155  
    616616
    617617    auto& spaces = heapData.subspaces();
    618     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     618    IsoSubspace* space = spaces.m_subspaceForTestConditionallyReadWrite.get();
    619619    if (!space) {
    620620        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestDOMJIT.cpp

    r290129 r290155  
    12571257
    12581258    auto& spaces = heapData.subspaces();
    1259     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     1259    IsoSubspace* space = spaces.m_subspaceForTestDOMJIT.get();
    12601260    if (!space) {
    12611261        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestDefaultToJSON.cpp

    r290129 r290155  
    813813
    814814    auto& spaces = heapData.subspaces();
    815     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     815    IsoSubspace* space = spaces.m_subspaceForTestDefaultToJSON.get();
    816816    if (!space) {
    817817        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestDefaultToJSONFilteredByExposed.cpp

    r290129 r290155  
    275275
    276276    auto& spaces = heapData.subspaces();
    277     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     277    IsoSubspace* space = spaces.m_subspaceForTestDefaultToJSONFilteredByExposed.get();
    278278    if (!space) {
    279279        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestDefaultToJSONIndirectInheritance.cpp

    r290129 r290155  
    167167
    168168    auto& spaces = heapData.subspaces();
    169     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     169    IsoSubspace* space = spaces.m_subspaceForTestDefaultToJSONIndirectInheritance.get();
    170170    if (!space) {
    171171        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestDefaultToJSONInherit.cpp

    r290129 r290155  
    297297
    298298    auto& spaces = heapData.subspaces();
    299     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     299    IsoSubspace* space = spaces.m_subspaceForTestDefaultToJSONInherit.get();
    300300    if (!space) {
    301301        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestDefaultToJSONInheritFinal.cpp

    r290129 r290155  
    337337
    338338    auto& spaces = heapData.subspaces();
    339     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     339    IsoSubspace* space = spaces.m_subspaceForTestDefaultToJSONInheritFinal.get();
    340340    if (!space) {
    341341        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestDelegateToSharedSyntheticAttribute.cpp

    r290129 r290155  
    251251
    252252    auto& spaces = heapData.subspaces();
    253     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     253    IsoSubspace* space = spaces.m_subspaceForTestDelegateToSharedSyntheticAttribute.get();
    254254    if (!space) {
    255255        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestDomainSecurity.cpp

    r290129 r290155  
    325325
    326326    auto& spaces = heapData.subspaces();
    327     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     327    IsoSubspace* space = spaces.m_subspaceForTestDomainSecurity.get();
    328328    if (!space) {
    329329        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEnabledBySetting.cpp

    r290129 r290155  
    464464
    465465    auto& spaces = heapData.subspaces();
    466     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     466    IsoSubspace* space = spaces.m_subspaceForTestEnabledBySetting.get();
    467467    if (!space) {
    468468        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEnabledForContext.cpp

    r290129 r290155  
    191191
    192192    auto& spaces = heapData.subspaces();
    193     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     193    IsoSubspace* space = spaces.m_subspaceForTestEnabledForContext.get();
    194194    if (!space) {
    195195        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.cpp

    r290129 r290155  
    328328
    329329    auto& spaces = heapData.subspaces();
    330     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     330    IsoSubspace* space = spaces.m_subspaceForTestEventConstructor.get();
    331331    if (!space) {
    332332        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp

    r290129 r290155  
    267267
    268268    auto& spaces = heapData.subspaces();
    269     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     269    IsoSubspace* space = spaces.m_subspaceForTestEventTarget.get();
    270270    if (!space) {
    271271        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.cpp

    r290129 r290155  
    192192
    193193    auto& spaces = heapData.subspaces();
    194     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     194    IsoSubspace* space = spaces.m_subspaceForTestException.get();
    195195    if (!space) {
    196196        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateAddOpaqueRoot.cpp

    r290129 r290155  
    192192
    193193    auto& spaces = heapData.subspaces();
    194     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     194    IsoSubspace* space = spaces.m_subspaceForTestGenerateAddOpaqueRoot.get();
    195195    if (!space) {
    196196        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp

    r290129 r290155  
    202202
    203203    auto& spaces = heapData.subspaces();
    204     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     204    IsoSubspace* space = spaces.m_subspaceForTestGenerateIsReachable.get();
    205205    if (!space) {
    206206        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGlobalObject.cpp

    r290129 r290155  
    18351835
    18361836    auto& spaces = heapData.subspaces();
    1837     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     1837    IsoSubspace* space = spaces.m_subspaceForTestGlobalObject.get();
    18381838    if (!space) {
    18391839        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestIndexedSetterNoIdentifier.cpp

    r290129 r290155  
    281281
    282282    auto& spaces = heapData.subspaces();
    283     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     283    IsoSubspace* space = spaces.m_subspaceForTestIndexedSetterNoIdentifier.get();
    284284    if (!space) {
    285285        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestIndexedSetterThrowingException.cpp

    r290129 r290155  
    281281
    282282    auto& spaces = heapData.subspaces();
    283     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     283    IsoSubspace* space = spaces.m_subspaceForTestIndexedSetterThrowingException.get();
    284284    if (!space) {
    285285        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestIndexedSetterWithIdentifier.cpp

    r290129 r290155  
    313313
    314314    auto& spaces = heapData.subspaces();
    315     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     315    IsoSubspace* space = spaces.m_subspaceForTestIndexedSetterWithIdentifier.get();
    316316    if (!space) {
    317317        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.cpp

    r290129 r290155  
    12141214
    12151215    auto& spaces = heapData.subspaces();
    1216     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     1216    IsoSubspace* space = spaces.m_subspaceForTestInterface.get();
    12171217    if (!space) {
    12181218        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterfaceLeadingUnderscore.cpp

    r290129 r290155  
    192192
    193193    auto& spaces = heapData.subspaces();
    194     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     194    IsoSubspace* space = spaces.m_subspaceForTestInterfaceLeadingUnderscore.get();
    195195    if (!space) {
    196196        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestIterable.cpp

    r290129 r290155  
    309309
    310310    auto& spaces = heapData.subspaces();
    311     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     311    IsoSubspace* space = spaces.m_subspaceForTestIterable.get();
    312312    if (!space) {
    313313        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestJSBuiltinConstructor.cpp

    r290129 r290155  
    235235
    236236    auto& spaces = heapData.subspaces();
    237     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     237    IsoSubspace* space = spaces.m_subspaceForTestJSBuiltinConstructor.get();
    238238    if (!space) {
    239239        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestLegacyFactoryFunction.cpp

    r290129 r290155  
    237237
    238238    auto& spaces = heapData.subspaces();
    239     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     239    IsoSubspace* space = spaces.m_subspaceForTestLegacyFactoryFunction.get();
    240240    if (!space) {
    241241        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestLegacyNoInterfaceObject.cpp

    r290129 r290155  
    340340
    341341    auto& spaces = heapData.subspaces();
    342     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     342    IsoSubspace* space = spaces.m_subspaceForTestLegacyNoInterfaceObject.get();
    343343    if (!space) {
    344344        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestLegacyOverrideBuiltIns.cpp

    r290129 r290155  
    254254
    255255    auto& spaces = heapData.subspaces();
    256     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     256    IsoSubspace* space = spaces.m_subspaceForTestLegacyOverrideBuiltIns.get();
    257257    if (!space) {
    258258        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMapLike.cpp

    r290129 r290155  
    371371
    372372    auto& spaces = heapData.subspaces();
    373     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     373    IsoSubspace* space = spaces.m_subspaceForTestMapLike.get();
    374374    if (!space) {
    375375        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMapLikeWithOverriddenOperations.cpp

    r290129 r290155  
    385385
    386386    auto& spaces = heapData.subspaces();
    387     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     387    IsoSubspace* space = spaces.m_subspaceForTestMapLikeWithOverriddenOperations.get();
    388388    if (!space) {
    389389        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedAndIndexedSetterNoIdentifier.cpp

    r290129 r290155  
    349349
    350350    auto& spaces = heapData.subspaces();
    351     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     351    IsoSubspace* space = spaces.m_subspaceForTestNamedAndIndexedSetterNoIdentifier.get();
    352352    if (!space) {
    353353        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedAndIndexedSetterThrowingException.cpp

    r290129 r290155  
    349349
    350350    auto& spaces = heapData.subspaces();
    351     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     351    IsoSubspace* space = spaces.m_subspaceForTestNamedAndIndexedSetterThrowingException.get();
    352352    if (!space) {
    353353        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedAndIndexedSetterWithIdentifier.cpp

    r290129 r290155  
    406406
    407407    auto& spaces = heapData.subspaces();
    408     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     408    IsoSubspace* space = spaces.m_subspaceForTestNamedAndIndexedSetterWithIdentifier.get();
    409409    if (!space) {
    410410        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedDeleterNoIdentifier.cpp

    r290129 r290155  
    251251
    252252    auto& spaces = heapData.subspaces();
    253     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     253    IsoSubspace* space = spaces.m_subspaceForTestNamedDeleterNoIdentifier.get();
    254254    if (!space) {
    255255        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedDeleterThrowingException.cpp

    r290129 r290155  
    251251
    252252    auto& spaces = heapData.subspaces();
    253     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     253    IsoSubspace* space = spaces.m_subspaceForTestNamedDeleterThrowingException.get();
    254254    if (!space) {
    255255        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedDeleterWithIdentifier.cpp

    r290129 r290155  
    275275
    276276    auto& spaces = heapData.subspaces();
    277     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     277    IsoSubspace* space = spaces.m_subspaceForTestNamedDeleterWithIdentifier.get();
    278278    if (!space) {
    279279        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedDeleterWithIndexedGetter.cpp

    r290129 r290155  
    267267
    268268    auto& spaces = heapData.subspaces();
    269     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     269    IsoSubspace* space = spaces.m_subspaceForTestNamedDeleterWithIndexedGetter.get();
    270270    if (!space) {
    271271        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedGetterCallWith.cpp

    r290129 r290155  
    225225
    226226    auto& spaces = heapData.subspaces();
    227     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     227    IsoSubspace* space = spaces.m_subspaceForTestNamedGetterCallWith.get();
    228228    if (!space) {
    229229        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedGetterNoIdentifier.cpp

    r290129 r290155  
    225225
    226226    auto& spaces = heapData.subspaces();
    227     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     227    IsoSubspace* space = spaces.m_subspaceForTestNamedGetterNoIdentifier.get();
    228228    if (!space) {
    229229        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedGetterWithIdentifier.cpp

    r290129 r290155  
    251251
    252252    auto& spaces = heapData.subspaces();
    253     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     253    IsoSubspace* space = spaces.m_subspaceForTestNamedGetterWithIdentifier.get();
    254254    if (!space) {
    255255        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterNoIdentifier.cpp

    r290129 r290155  
    305305
    306306    auto& spaces = heapData.subspaces();
    307     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     307    IsoSubspace* space = spaces.m_subspaceForTestNamedSetterNoIdentifier.get();
    308308    if (!space) {
    309309        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterThrowingException.cpp

    r290129 r290155  
    305305
    306306    auto& spaces = heapData.subspaces();
    307     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     307    IsoSubspace* space = spaces.m_subspaceForTestNamedSetterThrowingException.get();
    308308    if (!space) {
    309309        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterWithIdentifier.cpp

    r290129 r290155  
    336336
    337337    auto& spaces = heapData.subspaces();
    338     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     338    IsoSubspace* space = spaces.m_subspaceForTestNamedSetterWithIdentifier.get();
    339339    if (!space) {
    340340        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterWithIndexedGetter.cpp

    r290129 r290155  
    383383
    384384    auto& spaces = heapData.subspaces();
    385     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     385    IsoSubspace* space = spaces.m_subspaceForTestNamedSetterWithIndexedGetter.get();
    386386    if (!space) {
    387387        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterWithIndexedGetterAndSetter.cpp

    r290129 r290155  
    433433
    434434    auto& spaces = heapData.subspaces();
    435     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     435    IsoSubspace* space = spaces.m_subspaceForTestNamedSetterWithIndexedGetterAndSetter.get();
    436436    if (!space) {
    437437        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterWithLegacyOverrideBuiltIns.cpp

    r290129 r290155  
    282282
    283283    auto& spaces = heapData.subspaces();
    284     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     284    IsoSubspace* space = spaces.m_subspaceForTestNamedSetterWithLegacyOverrideBuiltIns.get();
    285285    if (!space) {
    286286        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterWithLegacyUnforgeableProperties.cpp

    r290129 r290155  
    366366
    367367    auto& spaces = heapData.subspaces();
    368     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     368    IsoSubspace* space = spaces.m_subspaceForTestNamedSetterWithLegacyUnforgeableProperties.get();
    369369    if (!space) {
    370370        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedSetterWithLegacyUnforgeablePropertiesAndLegacyOverrideBuiltIns.cpp

    r290129 r290155  
    343343
    344344    auto& spaces = heapData.subspaces();
    345     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     345    IsoSubspace* space = spaces.m_subspaceForTestNamedSetterWithLegacyUnforgeablePropertiesAndLegacyOverrideBuiltIns.get();
    346346    if (!space) {
    347347        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamespaceObject.cpp

    r290129 r290155  
    285285
    286286    auto& spaces = heapData.subspaces();
    287     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     287    IsoSubspace* space = spaces.m_subspaceForTestNamespaceObject.get();
    288288    if (!space) {
    289289        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.cpp

    r290129 r290155  
    515515
    516516    auto& spaces = heapData.subspaces();
    517     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     517    IsoSubspace* space = spaces.m_subspaceForTestNode.get();
    518518    if (!space) {
    519519        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp

    r290129 r290155  
    90729072
    90739073    auto& spaces = heapData.subspaces();
    9074     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     9074    IsoSubspace* space = spaces.m_subspaceForTestObj.get();
    90759075    if (!space) {
    90769076        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOperationConditional.cpp

    r290129 r290155  
    239239
    240240    auto& spaces = heapData.subspaces();
    241     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     241    IsoSubspace* space = spaces.m_subspaceForTestOperationConditional.get();
    242242    if (!space) {
    243243        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp

    r290129 r290155  
    310310
    311311    auto& spaces = heapData.subspaces();
    312     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     312    IsoSubspace* space = spaces.m_subspaceForTestOverloadedConstructors.get();
    313313    if (!space) {
    314314        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructorsWithSequence.cpp

    r290129 r290155  
    247247
    248248    auto& spaces = heapData.subspaces();
    249     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     249    IsoSubspace* space = spaces.m_subspaceForTestOverloadedConstructorsWithSequence.get();
    250250    if (!space) {
    251251        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestPluginInterface.cpp

    r290129 r290155  
    249249
    250250    auto& spaces = heapData.subspaces();
    251     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     251    IsoSubspace* space = spaces.m_subspaceForTestPluginInterface.get();
    252252    if (!space) {
    253253        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestPromiseRejectionEvent.cpp

    r290129 r290155  
    308308
    309309    auto& spaces = heapData.subspaces();
    310     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     310    IsoSubspace* space = spaces.m_subspaceForTestPromiseRejectionEvent.get();
    311311    if (!space) {
    312312        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestReadOnlyMapLike.cpp

    r290129 r290155  
    310310
    311311    auto& spaces = heapData.subspaces();
    312     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     312    IsoSubspace* space = spaces.m_subspaceForTestReadOnlyMapLike.get();
    313313    if (!space) {
    314314        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestReadOnlySetLike.cpp

    r290129 r290155  
    289289
    290290    auto& spaces = heapData.subspaces();
    291     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     291    IsoSubspace* space = spaces.m_subspaceForTestReadOnlySetLike.get();
    292292    if (!space) {
    293293        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestReportExtraMemoryCost.cpp

    r290129 r290155  
    176176
    177177    auto& spaces = heapData.subspaces();
    178     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     178    IsoSubspace* space = spaces.m_subspaceForTestReportExtraMemoryCost.get();
    179179    if (!space) {
    180180        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp

    r290129 r290155  
    354354
    355355    auto& spaces = heapData.subspaces();
    356     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     356    IsoSubspace* space = spaces.m_subspaceForTestSerializedScriptValueInterface.get();
    357357    if (!space) {
    358358        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSetLike.cpp

    r290129 r290155  
    347347
    348348    auto& spaces = heapData.subspaces();
    349     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     349    IsoSubspace* space = spaces.m_subspaceForTestSetLike.get();
    350350    if (!space) {
    351351        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSetLikeWithOverriddenOperations.cpp

    r290129 r290155  
    359359
    360360    auto& spaces = heapData.subspaces();
    361     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     361    IsoSubspace* space = spaces.m_subspaceForTestSetLikeWithOverriddenOperations.get();
    362362    if (!space) {
    363363        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestStringifier.cpp

    r290129 r290155  
    197197
    198198    auto& spaces = heapData.subspaces();
    199     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     199    IsoSubspace* space = spaces.m_subspaceForTestStringifier.get();
    200200    if (!space) {
    201201        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestStringifierAnonymousOperation.cpp

    r290129 r290155  
    197197
    198198    auto& spaces = heapData.subspaces();
    199     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     199    IsoSubspace* space = spaces.m_subspaceForTestStringifierAnonymousOperation.get();
    200200    if (!space) {
    201201        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestStringifierNamedOperation.cpp

    r290129 r290155  
    214214
    215215    auto& spaces = heapData.subspaces();
    216     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     216    IsoSubspace* space = spaces.m_subspaceForTestStringifierNamedOperation.get();
    217217    if (!space) {
    218218        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestStringifierOperationImplementedAs.cpp

    r290129 r290155  
    214214
    215215    auto& spaces = heapData.subspaces();
    216     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     216    IsoSubspace* space = spaces.m_subspaceForTestStringifierOperationImplementedAs.get();
    217217    if (!space) {
    218218        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestStringifierOperationNamedToString.cpp

    r290129 r290155  
    197197
    198198    auto& spaces = heapData.subspaces();
    199     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     199    IsoSubspace* space = spaces.m_subspaceForTestStringifierOperationNamedToString.get();
    200200    if (!space) {
    201201        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestStringifierReadOnlyAttribute.cpp

    r290129 r290155  
    213213
    214214    auto& spaces = heapData.subspaces();
    215     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     215    IsoSubspace* space = spaces.m_subspaceForTestStringifierReadOnlyAttribute.get();
    216216    if (!space) {
    217217        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestStringifierReadWriteAttribute.cpp

    r290129 r290155  
    232232
    233233    auto& spaces = heapData.subspaces();
    234     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     234    IsoSubspace* space = spaces.m_subspaceForTestStringifierReadWriteAttribute.get();
    235235    if (!space) {
    236236        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTaggedWrapper.cpp

    r290129 r290155  
    175175
    176176    auto& spaces = heapData.subspaces();
    177     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     177    IsoSubspace* space = spaces.m_subspaceForTestTaggedWrapper.get();
    178178    if (!space) {
    179179        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.cpp

    r290129 r290155  
    785785
    786786    auto& spaces = heapData.subspaces();
    787     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     787    IsoSubspace* space = spaces.m_subspaceForTestTypedefs.get();
    788788    if (!space) {
    789789        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSWorkerGlobalScope.cpp

    r290129 r290155  
    256256
    257257    auto& spaces = heapData.subspaces();
    258     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     258    IsoSubspace* space = spaces.m_subspaceForWorkerGlobalScope.get();
    259259    if (!space) {
    260260        Heap& heap = vm.heap;
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSWorkletGlobalScope.cpp

    r290129 r290155  
    170170
    171171    auto& spaces = heapData.subspaces();
    172     IsoSubspace* space = spaces.m_subspaceForGPUMapMode.get();
     172    IsoSubspace* space = spaces.m_subspaceForWorkletGlobalScope.get();
    173173    if (!space) {
    174174        Heap& heap = vm.heap;
Note: See TracChangeset for help on using the changeset viewer.