Changeset 6768 in webkit for trunk/JavaScriptCore/kjs/object.cpp
- Timestamp:
- Jun 4, 2004, 11:49:54 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.cpp
r6717 r6768 493 493 494 494 Object Error::create(ExecState *exec, ErrorType errtype, const char *message, 495 int lineno, int sourceId )495 int lineno, int sourceId, const UString *sourceURL) 496 496 { 497 497 Object cons; … … 531 531 err.put(exec, "sourceId", Number(sourceId)); 532 532 533 err.put(exec,"sourceURL", String(*sourceURL)); 534 533 535 return err; 534 536
Note:
See TracChangeset
for help on using the changeset viewer.