Home
last modified time | relevance | path

Searched refs:ErrorAlways (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
H A Dinstanceof-symbol-hasinstance.js49 function ErrorAlways () { } function
51 Object.defineProperty (ErrorAlways, Symbol.hasInstance, {
52 value: function (arg) { throw new URIError ("ErrorAlways"); }
56 (new Object ()) instanceof ErrorAlways;

Completed in 1 milliseconds