Searched refs:assertInstanceof (Results 1 – 12 of 12) sorted by relevance
/external/v8/test/mjsunit/ |
D | strict-mode-eval.js | 50 assertInstanceof(e, SyntaxError); 60 assertInstanceof(e, SyntaxError); 70 assertInstanceof(e, SyntaxError); 80 assertInstanceof(e, SyntaxError);
|
D | mjsunit.js | 97 var assertInstanceof; variable 309 assertInstanceof(e, type_opt); 321 assertInstanceof = function assertInstanceof(obj, type) { function
|
D | strict-mode-opt.js | 51 assertInstanceof(e, ReferenceError); 97 assertInstanceof(e, ReferenceError);
|
D | unusual-constructor.js | 32 assertInstanceof(e, TypeError);
|
D | arguments-apply.js | 78 assertInstanceof(NonObjectReceiver(42), Number);
|
D | strict-mode.js | 391 assertInstanceof(e, ReferenceError, "strict mode"); 846 assertInstanceof(e, TypeError); 1027 assertInstanceof(pill, Function);
|
/external/v8/test/mjsunit/harmony/ |
D | block-let-crankshaft.js | 173 assertInstanceof(e, ReferenceError); 181 assertInstanceof(e, ReferenceError); 196 assertInstanceof(e, ReferenceError); 207 assertInstanceof(e, ReferenceError); 255 assertInstanceof(e, ReferenceError); 261 assertInstanceof(e, ReferenceError);
|
D | block-let-semantics.js | 40 assertInstanceof(e, ReferenceError); 50 assertInstanceof(e, ReferenceError);
|
D | proxies.js | 671 try { o.x = 4 } catch (e) { assertInstanceof(e, Error) } 684 try { o.x = 4 } catch (e) { assertInstanceof(e, Error) } 1955 try { p.x } catch (e) { assertInstanceof(e, Error) } 1965 try { p.x } catch (e) { assertInstanceof(e, Error) } 1975 try { p.x } catch (e) { assertInstanceof(e, Error) } 1986 try { o.x } catch (e) { assertInstanceof(e, Error) } 1996 try { p.x = 4 } catch (e) { assertInstanceof(e, Error) } 2006 try { p.x = 4 } catch (e) { assertInstanceof(e, Error) } 2016 try { p.x } catch (e) { assertInstanceof(e, Error) } 2027 try { o.x = 4 } catch (e) { assertInstanceof(e, Error) } [all …]
|
D | block-early-errors.js | 32 assertInstanceof(e, SyntaxError);
|
D | block-const-assign.js | 120 assertInstanceof(e, SyntaxError);
|
/external/v8/test/mjsunit/regress/ |
D | regress-244.js | 62 assertInstanceof(e, URIError);
|