Skip to content

Commit be10a74

Browse files
ChrisCptomato
authored andcommitted
Classify additoinal Iterator and Map web-features
1 parent a9af758 commit be10a74

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

WEB_FEATURES.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,12 @@ features:
345345
- test/built-ins/global
346346
tags:
347347
- globalThis
348+
349+
- name: getorinsert
350+
files:
351+
- test/built-ins/*Map/prototype/getOrInsert*
352+
tags:
353+
- upsert
348354

349355
- name: hashbang-comments
350356
files:
@@ -424,6 +430,12 @@ features:
424430
files:
425431
- test/built-ins/Error/isError
426432

433+
- name: iterator-concat
434+
files:
435+
- test/built-ins/Iterator/concat
436+
tags:
437+
- iterator-sequencing
438+
427439
- name: iterator-methods
428440
files:
429441
- test/built-ins/Iterator/constructor.js
@@ -1037,6 +1049,8 @@ features:
10371049
- test/language/expressions/class/subclass-builtins/subclass-WeakMap.js
10381050
- test/language/statements/class/subclass-builtins/subclass-WeakMap.js
10391051
- test/language/statements/class/subclass/builtin-objects/WeakMap
1052+
tags:
1053+
- "!upsert"
10401054

10411055
- name: weakset
10421056
files:

0 commit comments

Comments
 (0)