diff options
Diffstat (limited to 'test/language/expressions/instanceof/S15.3.5.3_A2_T5.js')
-rw-r--r-- | test/language/expressions/instanceof/S15.3.5.3_A2_T5.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/expressions/instanceof/S15.3.5.3_A2_T5.js b/test/language/expressions/instanceof/S15.3.5.3_A2_T5.js index afb08477a..cec953c82 100644 --- a/test/language/expressions/instanceof/S15.3.5.3_A2_T5.js +++ b/test/language/expressions/instanceof/S15.3.5.3_A2_T5.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: > +info: | Assume F is a Function object. When the [[HasInstance]] method of F is called with value V and V is an object, the following steps are taken: i) Call the [[Get]] method of F with property name |