org.chromium.sdk/src/org/chromium/sdk/CallFrame.java
changeset 355 8726e95bcbba
parent 52 f577ea64429e
equal deleted inserted replaced
354:0bceeb415e7f 355:8726e95bcbba
    30   JsVariable getReceiverVariable();
    30   JsVariable getReceiverVariable();
    31 
    31 
    32   /**
    32   /**
    33    * @return the current line number in the Script corresponding to this frame
    33    * @return the current line number in the Script corresponding to this frame
    34    *         (0-based) or {@code -1} if unknown
    34    *         (0-based) or {@code -1} if unknown
       
    35    * TODO(peter.rybin): consider returning absolute line number here, not in-script number.
    35    */
    36    */
    36   int getLineNumber();
    37   int getLineNumber();
    37 
    38 
    38   /**
    39   /**
    39    * @return the start character position in the line corresponding to the
    40    * @return the start character position in the line corresponding to the