Skip to content

Commit 1937e00

Browse files
committed
Add note about patching the String builtins
1 parent 91115df commit 1937e00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: document/js-api/index.bs

+2
Original file line numberDiff line numberDiff line change
@@ -1807,6 +1807,8 @@ To <dfn>validate an import for builtins</dfn> with |import|, enabled builtins |b
18071807

18081808
String builtins adapt the interface of the [=String=] builtin object. The |name| for this set is `js-string`.
18091809

1810+
Note: The algorithms in this section refer to JS builtins defined on [=String=]. These refer to the actual builtin and do not perform a dynamic lookup on the [=String=] object.
1811+
18101812
<h4 id="builtins-js-string-abstract-ops">Abstract operations</h4>
18111813
<div algorithm>
18121814

0 commit comments

Comments
 (0)