Lines Matching refs:pos
747 function GetStackTraceLine(recv, fun, pos, isGlobal) {
748 return FormatSourcePosition(new CallSite(recv, fun, pos));
777 function CallSite(receiver, fun, pos) {
780 this.pos = pos;
882 if (this.pos == -1) {
888 location = script.locationFromPosition(this.pos, true);
894 if (this.pos == -1) {
900 location = script.locationFromPosition(this.pos, true);
911 return this.pos;
922 SetUpLockedPrototype(CallSite, $Array("receiver", "fun", "pos"), $Array(
1074 var pos = %FunctionGetPositionForOffset(code, pc);
1075 frames.push(new CallSite(recv, fun, pos));