Searched defs:thrower (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2410.js33 'thrower',
35 var obj = { thrower: 'local' };
36 assertEquals(['thrower'], Object.getOwnPropertyNames(obj));
/external/chromium_org/v8/test/mjsunit/
H A Dstack-traces-2.js33 var thrower = { valueOf: function() { FAIL; },
41 new nativeFunc(thrower);
53 nativeFunc(thrower);
82 testNotOmittedBuiltin(function(){ [thrower, 2].sort(function (a,b) {
87 testNotOmittedBuiltin(function(){ thrower + 2; }, "ADD");
H A Dstack-traces.js211 var thrower = { valueOf: function() { FAIL; },
219 new nativeFunc(thrower);
231 nativeFunc(thrower);
286 testOmittedBuiltin(function(){ [thrower, 2].sort(function (a,b) {
291 testOmittedBuiltin(function(){ thrower + 2; }, "ADD");
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java1282 * DexMakerTest.thrower(i);
1303 MethodId<?, ?> thrower = TEST_TYPE.getMethod(TypeId.VOID, "thrower", TypeId.INT);
1304 code.invokeStatic(thrower, null, localI);
1334 public static void thrower(int a) throws Exception { method in class:DexMakerTest
1355 * DexMakerTest.thrower(a);
1357 * DexMakerTest.thrower(b);
1361 * DexMakerTest.thrower(c);
1380 MethodId<?, ?> thrower = TEST_TYPE.getMethod(TypeId.VOID, "thrower", TypeI
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 182 milliseconds