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

  /external/v8/test/mjsunit/
debug-backtrace-text.js 83 assertEquals("#<a Point>.distanceTo(p=#<a Point>)", exec_state.frame(0).invocationText());
84 assertEquals("#<a Point>.distanceTo(p=#<a Point>)", exec_state.frame(1).invocationText());
85 assertEquals("#<an Array>[2](aka distance)(p=#<a Point>, q=#<a Point>)", exec_state.frame(2).invocationText());
86 assertEquals("[anonymous]()", exec_state.frame(3).invocationText());
93 assertEquals("new Point(x=0, y=0)", exec_state.frame(0).invocationText());
94 assertEquals("createPoint(x=0, y=0)", exec_state.frame(1).invocationText());
95 assertEquals("[anonymous]()", exec_state.frame(2).invocationText());
  /external/v8/src/
debug-debugger.js 853 body: { invocationText: this.exec_state_.frame(0).invocationText(),
    [all...]
mirror-debugger.js     [all...]
d8.js 158 result += body.invocationText;
    [all...]

Completed in 352 milliseconds