Changeset 9352 in webkit for trunk/JavaScriptCore/kjs/nodes.h


Ignore:
Timestamp:
Jun 10, 2005, 11:02:33 AM (20 years ago)
Author:
darin
Message:

Change by Mark Rowe <[email protected]>.
Reviewed by me.

  • further improvements to exception file/line number fix
  • kjs/nodes.h: Added setExceptionDetailsIfNeeded function.
  • kjs/nodes.cpp: Updated macros to call the new setExceptionDetailsIfNeeded function. (Node::setExceptionDetailsIfNeeded): Added.
File:
1 edited

Legend:

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

    r9009 r9352  
    107107    Value throwError(ExecState *exec, ErrorType e, const char *msg, Value v, Node *expr);
    108108    Value throwError(ExecState *exec, ErrorType e, const char *msg, Identifier label);
     109    void setExceptionDetailsIfNeeded(ExecState *exec);
    109110    int line;
    110111    UString sourceURL;
Note: See TracChangeset for help on using the changeset viewer.