HomeSort by relevance Sort by last modified time
    Searched refs:testTrace (Results 1 - 4 of 4) sorted by null

  /external/v8/test/mjsunit/
stack-traces.js 116 function testTrace(name, fun, expected, unexpected) {
237 testTrace("testArrayNative", testArrayNative, ["Array.map (native)"]);
238 testTrace("testNested", testNested, ["at one", "at two", "at three"]);
239 testTrace("testMethodNameInference", testMethodNameInference, ["at Foo.bar"]);
240 testTrace("testImplicitConversion", testImplicitConversion, ["at Nirk.valueOf"]);
241 testTrace("testEval", testEval, ["at Doo (eval at testEval"]);
242 testTrace("testNestedEval", testNestedEval, ["eval at Inner (eval at Outer"]);
243 testTrace("testEvalWithSourceURL", testEvalWithSourceURL,
245 testTrace("testNestedEvalWithSourceURL", testNestedEvalWithSourceURL,
248 testTrace("testValue", testValue, ["at Number.causeError"])
    [all...]
  /external/chromium_org/v8/test/mjsunit/
stack-traces.js 128 function testTrace(name, fun, expected, unexpected) {
249 testTrace("testArrayNative", testArrayNative, ["Array.map (native)"]);
250 testTrace("testNested", testNested, ["at one", "at two", "at three"]);
251 testTrace("testMethodNameInference", testMethodNameInference, ["at Foo.bar"]);
252 testTrace("testImplicitConversion", testImplicitConversion, ["at Nirk.valueOf"]);
253 testTrace("testEval", testEval, ["at Doo (eval at testEval"]);
254 testTrace("testNestedEval", testNestedEval, ["eval at Inner (eval at Outer"]);
255 testTrace("testEvalWithSourceURL", testEvalWithSourceURL,
257 testTrace("testNestedEvalWithSourceURL", testNestedEvalWithSourceURL,
260 testTrace("testValue", testValue, ["at Number.causeError"])
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t044trace.py 60 def testTrace(self):
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 577 TestTrace t = new TestTrace();
680 TestTrace t = new TestTrace();
813 public void testTrace() throws Exception {
815 TestTrace t = new TestTrace();
    [all...]

Completed in 426 milliseconds