Searched defs:thrower (Results 1 – 6 of 6) sorted by relevance
35 var obj = { thrower: 'local' }; property
8 void thrower(void); function
33 var thrower = { valueOf: function() { FAIL; }, variable
29 function assertNotIn(thrower, error) { argument
211 var thrower = { valueOf: function() { FAIL; }, variable
1303 MethodId<?, ?> thrower = TEST_TYPE.getMethod(TypeId.VOID, "thrower", TypeId.INT); in testCatchExceptions() local1334 public static void thrower(int a) throws Exception { in thrower() method in DexMakerTest1380 MethodId<?, ?> thrower = TEST_TYPE.getMethod(TypeId.VOID, "thrower", TypeId.INT); in testNestedCatchClauses() local