Changeset 36286 in webkit for trunk/JavaScriptCore/kjs/lookup.h
- Timestamp:
- Sep 9, 2008, 12:58:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/lookup.h
r36264 r36286 146 146 147 147 if (entry->attributes & Function) 148 s lot.setStaticEntry(thisObj, entry, staticFunctionGetter);148 setUpStaticFunctionSlot(exec, entry, thisObj, propertyName, slot); 149 149 else 150 150 slot.setStaticEntry(thisObj, entry, staticValueGetter<ThisImp>);
Note:
See TracChangeset
for help on using the changeset viewer.