Skip to content

Commit ca34a98

Browse files
change [[NewTarget]] slot type in Function Environment Records
1 parent f2f8cdb commit ca34a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10691,7 +10691,7 @@ <h1>Function Environment Records</h1>
1069110691
[[NewTarget]]
1069210692
</td>
1069310693
<td>
10694-
an Object or *undefined*
10694+
a constructor or *undefined*
1069510695
</td>
1069610696
<td>
1069710697
If this Environment Record was created by the [[Construct]] internal method, [[NewTarget]] is the value of the [[Construct]] _newTarget_ parameter. Otherwise, its value is *undefined*.

0 commit comments

Comments
 (0)