Home
last modified time | relevance | path

Searched refs:type_opt (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/test/intl/
Dassert.js131 function assertThrows(code, type_opt, cause_opt) { argument
141 if (typeof type_opt == 'function') {
142 assertInstanceof(e, type_opt);
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-347914.js42type_opt, cause_opt) { var threwException = true; try { if (typeof code == 'function') { code(); }… argument
/external/chromium_org/v8/test/mjsunit/
Dmjsunit.js326 assertThrows = function assertThrows(code, type_opt, cause_opt) { argument
336 if (typeof type_opt == 'function') {
337 assertInstanceof(e, type_opt);