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