Searched refs:testTrace (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/mjsunit/
H A Dstack-traces.js116 function testTrace(name, fun, expected, unexpected) { function
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("testValu
[all...]
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt044trace.py60 def testTrace(self): member in class:T

Completed in 75 milliseconds