Changeset 36417 in webkit for trunk/JavaScriptCore/kjs/JSObject.h
- Timestamp:
- Sep 14, 2008, 7:13:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSObject.h
r36401 r36417 106 106 107 107 virtual bool implementsHasInstance() const; 108 virtual bool hasInstance(ExecState*, JSValue* );108 virtual bool hasInstance(ExecState*, JSValue*, JSValue* prototypeProperty); 109 109 110 110 virtual void getPropertyNames(ExecState*, PropertyNameArray&);
Note:
See TracChangeset
for help on using the changeset viewer.