Skip to content

Commit 8f2e8dc

Browse files
committed
Don't freeze internal instantiation of builtins and string constants
1 parent 6b2a180 commit 8f2e8dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

document/js-api/index.bs

-2
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,6 @@ To <dfn>instantiate imported strings</dfn> with module |module| and |importedStr
415415
1. Let |stringConstant| be |componentName|.
416416
1. Let |status| be [=!=] [$CreateDataProperty$](|exportsObject|, |stringConstant|, |stringConstant|).
417417
1. Assert: |status| is true.
418-
1. Perform [=!=] [$SetIntegrityLevel$](|exportsObject|, `"frozen"`).
419418
1. Return |exportsObject|.
420419

421420
</div>
@@ -1776,7 +1775,6 @@ To <dfn>instantiate a builtin set</dfn> with name |builtinSetName|, perform the
17761775
1. Let |value| be |func|.
17771776
1. Let |status| be [=!=] [$CreateDataProperty$](|exportsObject|, |name|, |value|).
17781777
1. Assert: |status| is true.
1779-
1. Perform [=!=] [$SetIntegrityLevel$](|exportsObject|, `"frozen"`).
17801778
1. Return |exportsObject|.
17811779

17821780
</div>

0 commit comments

Comments
 (0)