Changeset 12911 in webkit for trunk/JavaScriptCore/kjs/object.h
- Timestamp:
- Feb 20, 2006, 11:54:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.h
r12728 r12911 50 50 class HashEntry; 51 51 class ListImp; 52 class InternalFunctionImp; 52 53 53 54 // ECMA 262-3 8.6.1 … … 510 511 void putDirect(const Identifier &propertyName, int value, int attr = 0); 511 512 513 // convenience to add a function property under the function's own built-in name 514 void putDirectFunction(InternalFunctionImp*, int attr = 0); 515 512 516 void fillGetterPropertySlot(PropertySlot& slot, JSValue **location); 513 517
Note:
See TracChangeset
for help on using the changeset viewer.