Skip to content

Commit 4cd2b83

Browse files
committed
Remove Set/Map functions without new. Spec implies these are not valid to call directly
1 parent 742aef4 commit 4cd2b83

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

content/JavaScript/map.jsdoc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,6 @@ true
1414
Version:
1515
ECMAScript 6
1616

17-
----
18-
Map() : Map
19-
20-
Same as %%#new_Map|**new Map()**%%.
21-
22-
----
23-
Map(iterable : Object) : Map
24-
25-
Same as %%#new_Map_Object|**new Map(iterable)**%%.
26-
2717
----
2818
new Map() : Map
2919

content/JavaScript/set.jsdoc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@ true
99
Version:
1010
ECMAScript 6
1111

12-
----
13-
Set() : Set
14-
15-
Same as %%#new_Set|**new Set()**%%.
16-
17-
----
18-
Set(iterable : Object) : Set
19-
20-
Same as %%#new_Set_Object|**new Set(iterable)**%%.
21-
2212
----
2313
new Set() : Set
2414

0 commit comments

Comments
 (0)