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_ )
+ -
+ The return value must be an ECMAScript language value.
+
-
If _P_ was previously observed as a non-configurable, non-writable own data property of the target with value _V_, then [[Get]] must return the SameValue as _V_.
@@ -1695,6 +1698,12 @@ [[OwnPropertyKeys]] ( )
If the object is non-extensible, the returned List must contain only the keys of all own properties of the object that are observable using [[GetOwnProperty]].
+ [[Call]] ( )
+
+ -
+ The return value must be an ECMAScript language value.
+
+
[[Construct]] ( )