Changeset 98932 in webkit for trunk/Source/JavaScriptCore/runtime/JSNotAnObject.h
- Timestamp:
- Oct 31, 2011, 6:15:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSNotAnObject.h
r98501 r98932 66 66 67 67 // JSValue methods 68 virtual JSValue defaultValue(ExecState*, PreferredPrimitiveType) const;68 static JSValue defaultValue(const JSObject*, ExecState*, PreferredPrimitiveType); 69 69 70 70 // JSObject methods
Note:
See TracChangeset
for help on using the changeset viewer.