Ignore:
Timestamp:
Jul 1, 2005, 2:55:02 AM (20 years ago)
Author:
eseidel
Message:

Bug #: 3687
Submitted by: eseidel
Reviewed by: darin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/interpreter.h

    r8585 r9554  
    109109     */
    110110    const Context callingContext() const;
     111   
     112    /**
     113     * The line number on which the current statement begins
     114     * NOTE: Only for source compatibility, JSC does not support this method.
     115     */
     116    int curStmtFirstLine() const { return 0; }
    111117
    112118  private:
Note: See TracChangeset for help on using the changeset viewer.