Changeset 98932 in webkit for trunk/Source/JavaScriptCore/runtime/ExceptionHelpers.h
- Timestamp:
- Oct 31, 2011, 6:15:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/ExceptionHelpers.h
r97292 r98932 63 63 } 64 64 65 virtual JSValue defaultValue(ExecState*, PreferredPrimitiveType) const;65 static JSValue defaultValue(const JSObject*, ExecState*, PreferredPrimitiveType); 66 66 67 67 public: … … 90 90 } 91 91 92 virtual JSValue defaultValue(ExecState*, PreferredPrimitiveType) const;92 static JSValue defaultValue(const JSObject*, ExecState*, PreferredPrimitiveType); 93 93 94 94 public:
Note:
See TracChangeset
for help on using the changeset viewer.