Changeset 87826 in webkit for trunk/Source/JavaScriptCore/runtime/JSFunction.h
- Timestamp:
- Jun 1, 2011, 11:08:07 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSFunction.h
r84556 r87826 92 92 bool isHostFunctionNonInline() const; 93 93 94 virtual void preventExtensions(JSGlobalData&); 94 95 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&); 95 96 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
Note:
See TracChangeset
for help on using the changeset viewer.