diff options
Diffstat (limited to 'test/language/expressions/instanceof/symbol-hasinstance-not-callable.js')
-rw-r--r-- | test/language/expressions/instanceof/symbol-hasinstance-not-callable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/expressions/instanceof/symbol-hasinstance-not-callable.js b/test/language/expressions/instanceof/symbol-hasinstance-not-callable.js index 6dab31768..a5317c4e7 100644 --- a/test/language/expressions/instanceof/symbol-hasinstance-not-callable.js +++ b/test/language/expressions/instanceof/symbol-hasinstance-not-callable.js @@ -5,7 +5,7 @@ es6id: 12.9.4 description: > Error thrown when constructor's @@hasInstance property is defined but not callable -info: > +info: | 1. If Type(C) is not Object, throw a TypeError exception. 2. Let instOfHandler be GetMethod(C,@@hasInstance). 3. ReturnIfAbrupt(instOfHandler). |