HomeSort by relevance Sort by last modified time
    Searched refs:catch (Results 1 - 25 of 674) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/webkit/
exception-propagate-from-dfg-to-llint.js 34 try { shouldThrow = !shouldThrow; h(o); } catch (e) {}
35 try { shouldThrow = !shouldThrow; h(o); } catch (e) {}
36 try { shouldThrow = !shouldThrow; h(o); } catch (e) {}
37 try { shouldThrow = !shouldThrow; h(o); } catch (e) {}
38 try { shouldThrow = !shouldThrow; h(o); } catch (e) {}
39 try { shouldThrow = !shouldThrow; h(o); } catch (e) {}
40 try { shouldThrow = !shouldThrow; h(o); } catch (e) {}
41 try { shouldThrow = !shouldThrow; h(o); } catch (e) {}
42 try { shouldThrow = !shouldThrow; h(o); } catch (e) {}
43 try { shouldThrow = !shouldThrow; h(o); } catch (e) {
    [all...]
eval-throw-return.js 40 shouldBe('eval("1; try { foo = [2,3,throwFunc(), 4]; } catch (e){}")', "1");
41 shouldBe('eval("1; try { 2; throw \\"\\"; } catch (e){}")', "2");
42 shouldBe('eval("1; try { 2; throwFunc(); } catch (e){}")', "2");
43 shouldBe('eval("1; try { 2; throwFunc(); } catch (e){3;} finally {}")', "3");
44 shouldBe('eval("1; try { 2; throwFunc(); } catch (e){3;} finally {4;}")', "4");
49 shouldBe('eval("try{1; if (true) { 2; throw \\"\\"; } else { 2; }} catch(e){}")', "2");
51 shouldBe('eval("try{1; var i = 0; do { ++i; 2; throw \\"\\"; } while(i!=1);} catch(e){}")', "2");
52 shouldBe('eval("1; try{2; throwOnReturn();} catch(e){}")', "2");
exception-with-handler-inside-eval-with-dynamic-scope.js 29 eval("try { throw ''; } catch (e) { result = test; shouldBe('result', '\"inner scope\"'); }");
31 eval("try { with({test:'innermost scope'}) throw ''; } catch (e) { result = test; shouldBe('result', '\"inner scope\"'); }");
33 eval("with ({test:'innermost scope'}) try { throw ''; } catch (e) { result = test; shouldBe('result', '\"innermost scope\"'); }");
35 with ({test:'innermost scope'}) eval("try { throw ''; } catch (e) { result = test; shouldBe('result', '\"innermost scope\"'); }");
39 } catch(e) {
43 eval("try { with({test:'innermost scope'}) throw ''; } catch (e) { result = test; shouldBe('result', '\"inner scope\"'); }");
45 eval("with ({test:'innermost scope'}) try { throw ''; } catch (e) { result = test; shouldBe('result', '\"innermost scope\"'); }");
47 with ({test:'innermost scope'}) eval("try { throw ''; } catch (e) { result = test; shouldBe('result', '\"innermost scope\"'); }");
51 eval("try { throw ''; } catch (e) { result = test; shouldBe('result', '\"outer scope\"'); }");
53 eval("try { throw ''; } catch (e) { result = test; shouldBe('result', '\"outer scope\"'); }")
    [all...]
try-catch-try-try-catch-try-finally-return-catch-finally.js 25 "Tests what would happen if you a throwing operation at the beginning of a finally blow that gets inlined inside a complicated catch/finally stack. The correct outcome is for this test to not crash during exception throwing."
31 } catch(x) {
35 } catch(x) {
41 } catch (a) {
50 } catch (e) {
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1200351.js 41 } catch (e) { if (e.message.length > 0) { print (e.message); } };
45 } catch (e) { if (e.message.length > 0) { print (e.message); } };
49 } catch (e) { if (e.message.length > 0) { print (e.message); } };
53 } catch (e) { if (e.message.length > 0) { print (e.message); } };
57 } catch (e) { if (e.message.length > 0) { print (e.message); } };
61 } catch (e) { if (e.message.length > 0) { print (e.message); } };
65 } catch (e) { if (e.message.length > 0) { print (e.message); } };
69 } catch (e) { if (e.message.length > 0) { print (e.message); } };
73 } catch (e) { if (e.message.length > 0) { print (e.message); } };
77 } catch (e) { if (e.message.length > 0) { print (e.message); } }
    [all...]
regress-91120.js 28 // We intend that the function declaration for g inside catch is hoisted to
29 // function f's scope. Invoke it before try/catch, in the try block, in the
30 // catch block, after try/catch, and outside f, and verify that it has
39 throw 'catch';
40 } catch (x) {
  /external/v8/test/mjsunit/regress/
regress-1200351.js 41 } catch (e) { if (e.message.length > 0) { print (e.message); } };
45 } catch (e) { if (e.message.length > 0) { print (e.message); } };
49 } catch (e) { if (e.message.length > 0) { print (e.message); } };
53 } catch (e) { if (e.message.length > 0) { print (e.message); } };
57 } catch (e) { if (e.message.length > 0) { print (e.message); } };
61 } catch (e) { if (e.message.length > 0) { print (e.message); } };
65 } catch (e) { if (e.message.length > 0) { print (e.message); } };
69 } catch (e) { if (e.message.length > 0) { print (e.message); } };
73 } catch (e) { if (e.message.length > 0) { print (e.message); } };
77 } catch (e) { if (e.message.length > 0) { print (e.message); } }
    [all...]
regress-91120.js 28 // We intend that the function declaration for g inside catch is hoisted to
29 // function f's scope. Invoke it before try/catch, in the try block, in the
30 // catch block, after try/catch, and outside f, and verify that it has
39 throw 'catch';
40 } catch (x) {
  /external/chromium_org/v8/test/webkit/fast/js/kde/
exception_propagation.js 37 catch (e) {
47 catch (e) {
57 catch (e) {
67 catch (e) {
77 catch (e) {
150 "catch (e) {\n"+
157 "catch (e) {\n"+
202 catch (e) {
216 catch (e) {
231 catch (e)
    [all...]
exceptions.js 38 } catch (e) {
50 } catch (e) {
62 } catch (e) {
80 } catch (e) {
91 } catch (e) {
92 debug("catch");
107 } catch (e) {
115 } catch (e) {
  /external/chromium_org/third_party/sqlite/src/test/
async.test 22 catch {db close}
23 catch {db2 close}
24 catch {db3 close}
48 # above contain lines like "catch flush_async_queue" in places where
  /external/proguard/examples/dictionaries/
keywords.txt 26 catch
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
keywords.txt 26 catch
  /external/chromium_org/v8/test/mjsunit/
stack-traces-overflow.js 35 } catch (e) {
44 } catch (e) {
54 } catch (e) {
71 } catch (e) {
78 } catch (e) {
84 } catch (e) {
91 } catch (e) {
98 } catch (e) {
105 } catch (e) {
112 } catch (e)
    [all...]
global-const-var-conflicts.js 34 try { eval("var a"); } catch (e) { caught++; assertTrue(e instanceof TypeError); }
36 try { eval("var a = 1"); } catch (e) { caught++; assertTrue(e instanceof TypeError); }
40 try { eval("var b"); } catch (e) { caught++; assertTrue(e instanceof TypeError); }
42 try { eval("var b = 1"); } catch (e) { caught++; assertTrue(e instanceof TypeError); }
46 try { eval("const c"); } catch (e) { caught++; assertTrue(e instanceof TypeError); }
48 try { eval("const c = 1"); } catch (e) { caught++; assertTrue(e instanceof TypeError); }
52 try { eval("const d"); } catch (e) { caught++; assertTrue(e instanceof TypeError); }
54 try { eval("const d = 1"); } catch (e) { caught++; assertTrue(e instanceof TypeError); }
try.js 30 function Catch(f, g) {
32 try { r = f(); } catch (o) { return g(o); }
37 try { return f(); } catch (o) { return g(o); }
41 var a = [Catch, CatchReturn]
60 function guard(f) { try { f(); } catch (o) { return o; } }
62 assertEquals(2, (function() { try { throw {}; } catch(e) {} finally { return 2; } })());
82 } catch (o) {
86 } catch (o) {
109 } catch (o) {
112 } catch (o)
    [all...]
throw-and-catch-function.js 33 } catch (e) {
38 } catch (e) {
42 try { throw e; } catch (e) { assertTrue(e() === g); }
47 } catch (e) {
debug-stepout-scope-part8.js 136 } catch (e) {
146 } catch (e) {
159 } catch (e) {
173 } catch (e) {
187 } catch (e) {
213 } catch (e) {
225 } catch (e) {
  /external/v8/test/mjsunit/
global-const-var-conflicts.js 34 try { eval("var a"); } catch (e) { caught++; assertTrue(e instanceof TypeError); }
36 try { eval("var a = 1"); } catch (e) { caught++; assertTrue(e instanceof TypeError); }
40 try { eval("var b"); } catch (e) { caught++; assertTrue(e instanceof TypeError); }
42 try { eval("var b = 1"); } catch (e) { caught++; assertTrue(e instanceof TypeError); }
46 try { eval("const c"); } catch (e) { caught++; assertTrue(e instanceof TypeError); }
48 try { eval("const c = 1"); } catch (e) { caught++; assertTrue(e instanceof TypeError); }
52 try { eval("const d"); } catch (e) { caught++; assertTrue(e instanceof TypeError); }
54 try { eval("const d = 1"); } catch (e) { caught++; assertTrue(e instanceof TypeError); }
try.js 30 function Catch(f, g) {
32 try { r = f(); } catch (o) { return g(o); }
37 try { return f(); } catch (o) { return g(o); }
41 var a = [Catch, CatchReturn]
60 function guard(f) { try { f(); } catch (o) { return o; } }
62 assertEquals(2, (function() { try { throw {}; } catch(e) {} finally { return 2; } })());
82 } catch (o) {
86 } catch (o) {
109 } catch (o) {
112 } catch (o)
    [all...]
throw-and-catch-function.js 33 } catch (e) {
38 } catch (e) {
42 try { throw e; } catch (e) { assertTrue(e() === g); }
47 } catch (e) {
  /ndk/tests/device/test-gnustl_shared-exception/jni/
Android.mk 3 # Test -1: Throw in exec, catch in exec covered elsewhere
5 # Test 0: Throw in lib, catch in lib
18 # Test 1: Throw in lib, catch in exec
30 # Test 2: Throw in exec, catch in lib
50 # Test 3: Throw in lib2, catch in exec
69 # Test 4: Throw in lib2, catch in lib1
  /ndk/tests/device/test-gnustl_static-exception/jni/
Android.mk 3 # Test -1: Throw in exec, catch in exec covered elsewhere
5 # Test 0: Throw in lib, catch in lib
18 # Test 1: Throw in lib, catch in exec
30 # Test 2: Throw in exec, catch in lib
50 # Test 3: Throw in lib2, catch in exec
69 # Test 4: Throw in lib2, catch in lib1
  /external/chromium_org/v8/test/mjsunit/harmony/
block-scoping.js 168 } catch (a) {
170 // catch variable shadowing argument
174 // let variable shadowing catch variable
179 } catch (a) {
181 // catch variable shadowing let variable
191 } catch (c) {
192 // catch variable shadowing var variable
195 // const variable shadowing catch variable
202 } catch(c) {
204 // catch variable shadowing catch variabl
    [all...]
  /external/v8/test/mjsunit/harmony/
block-scoping.js 168 } catch (a) {
170 // catch variable shadowing argument
174 // let variable shadowing catch variable
179 } catch (a) {
181 // catch variable shadowing let variable
191 } catch (c) {
192 // catch variable shadowing var variable
195 // const variable shadowing catch variable
202 } catch(c) {
204 // catch variable shadowing catch variabl
    [all...]

Completed in 582 milliseconds

1 2 3 4 5 6 7 8 91011>>