Searched defs:exception (Results 1 - 25 of 460) sorted by relevance

1234567891011>>

/external/v8/test/mjsunit/wasm/
H A Dunreachable.js41 var exception = ""; variable
46 exception = e;
48 assertEquals("unreachable", exception);
/external/v8/test/mjsunit/regress/
H A Dregress-1132.js28 // Test the case when exception is thrown from the parser when lazy
44 var exception = false; variable
48 exception = true;
50 assertTrue(exception);
H A Dregress-crbug-100859.js32 var exception = false; variable
37 exception = true;
39 assertTrue(exception);
H A Dregress-1130.js33 var exception = false; variable
37 exception = true;
40 assertTrue(exception);
H A Dregress-1172-bis.js28 // Verifies that exception thrown from JS accessors when attempting a call
32 var exception = false; variable
36 exception = true;
39 assertTrue(exception);
H A Dregress-2825.js21 var exception = null;
31 exception = e;
43 assertNull(exception);
18 var exception = null; variable
H A Dregress-4309-1.js9 var exception = null; variable
20 exception = e;
37 assertNull(exception);
H A Dregress-4309-2.js9 var exception = null; variable
17 exception = e;
34 assertNull(exception);
H A Dregress-4309-3.js9 var exception = null; variable
21 exception = e;
39 assertNull(exception);
H A Dregress-crbug-409614.js8 var exception = null; variable
25 exception = e;
36 assertNull(exception);
H A Dregress-crbug-517592.js15 var exception = null; variable
27 exception = e;
36 assertNull(exception);
H A Dregress-opt-after-debug-deopt.js43 exception = e;
48 var exception = null; variable
76 assertNull(exception);
H A Dregress-1327557.js31 var exception = false; variable
35 exception = true;
38 assertTrue(exception);
H A Dregress-crbug-119800.js14 var exception = null; variable
24 exception = e;
36 assertNull(exception);
H A Dregress-crbug-432493.js13 var exception = null; variable
29 exception = e;
45 // Trigger exception event.
57 assertNull(exception);
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
H A Dttl.py18 import dns.exception namespace
20 class BadTTL(dns.exception.SyntaxError):
/external/v8/test/mjsunit/
H A Ddebug-liveedit-stepin.js14 var exception = null; variable
39 exception = e;
59 assertNull(exception);
H A Ddebug-set-script-source.js34 var exception = null; variable
44 exception = e;
62 assertEquals("illegal access", exception);
/external/v8/test/mjsunit/es6/debug-promises/
H A Dreject-in-constructor.js14 var exception = null; variable
20 assertEquals("uncaught", event_data.exception().message);
27 exception = e;
39 assertNull(exception);
H A Dthrow-in-constructor.js8 // an exception is thrown in the Promise constructor.
14 var exception = null; variable
20 assertEquals("uncaught", event_data.exception().message);
28 exception = e;
40 assertNull(exception);
H A Dtry-reject-in-constructor.js14 var exception = null; variable
20 assertEquals("uncaught", event_data.exception().message);
28 exception = e;
42 assertNull(exception);
H A Dtry-throw-reject-in-constructor.js8 // an exception is thrown in the Promise constructor, but caught in an
15 var exception = null; variable
21 assertEquals("uncaught", event_data.exception().message);
29 exception = e;
44 assertNull(exception);
/external/v8/test/mjsunit/harmony/
H A Ddebug-step-destructuring-assignment.js8 var exception = null; variable
24 exception = e;
86 assertNull(exception);
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/exception/
H A DPlotRenderException.java17 package com.androidplot.exception;
/external/v8/test/mjsunit/es7/
H A Dobject-observe-debug-event.js11 var exception = null; variable
37 exception = e;
52 assertNull(exception);

Completed in 711 milliseconds

1234567891011>>