From 3440ecbca405632e4ffda1028b70c3e19485d919 Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Mon, 13 May 2019 17:06:41 -0400 Subject: [PATCH] Editorial: Add some missing 'return value' invariants (#1539) ... in 6.1.7.3 Invariants of the Essential Internal Methods --- spec.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/spec.html b/spec.html index d809569ec0..80bf41f6fe 100644 --- a/spec.html +++ b/spec.html @@ -1649,6 +1649,9 @@

[[HasProperty]] ( _P_ )

[[Get]] ( _P_, _Receiver_ )

+

[[Call]] ( )

+

[[Construct]] ( )