Changeset 9455 in webkit for trunk/JavaScriptCore/kjs/object_object.h
- Timestamp:
- Jun 21, 2005, 5:48:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object_object.h
r9441 r9455 54 54 virtual Value call(ExecState *exec, Object &thisObj, const List &args); 55 55 56 enum { ToString, ValueOf , HasOwnProperty};56 enum { ToString, ValueOf }; 57 57 private: 58 58 int id;
Note:
See TracChangeset
for help on using the changeset viewer.