From 329b93834774812a1d6c44f1197dfdb204952687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bargull?= Date: Mon, 23 Jan 2017 06:51:28 -0800 Subject: [PATCH] Editorial: Use emu-xref instead of fixed section number for async function constructor/instances section --- spec.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.html b/spec.html index c308e9b1f4..15c27730ed 100644 --- a/spec.html +++ b/spec.html @@ -36431,7 +36431,7 @@

AsyncFunction( _p1_, _p2_, … , _pn_, _body_ )

3. Return CreateDynamicFunction(_C_, NewTarget, `"async"`, _args_). - See note for 19.2.1.1 + See NOTE for . @@ -36495,7 +36495,7 @@

length

name

-

The specification for the `name` property of Function instances given in 19.2.4.2 also applies to AsyncFunction instances.

+

The specification for the `name` property of Function instances given in also applies to AsyncFunction instances.