From 27df708912e9aba3138a1567addbca1c5a251a42 Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Sat, 24 Aug 2019 21:15:08 -0400 Subject: [PATCH] Editorial: change 2 intrinsic-names back to old-style Commit f1b22ef (#1376) changed lots of intrinsic-names from old-style to new-style. But these two should have stayed old-style, so switch them back. (See https://github.com/tc39/ecma262/pull/1636#discussion_r317376030) --- spec.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.html b/spec.html index 00c5ed91bf5..4268b62edce 100644 --- a/spec.html +++ b/spec.html @@ -24660,7 +24660,7 @@

Object.values ( _O_ )

Properties of the Object Prototype Object

The Object prototype object:

@@ -38792,7 +38792,7 @@

Properties of the AsyncFunction Prototype Object

  • is an ordinary object.
  • is not a function object and does not have an [[ECMAScriptCode]] internal slot or any other of the internal slots listed in .
  • is the value of the `prototype` property of %AsyncFunction%.
  • -
  • is the intrinsic object %AsyncFunction.prototype%.
  • +
  • is the intrinsic object %AsyncFunctionPrototype%.
  • has a [[Prototype]] internal slot whose value is %Function.prototype%.