Changeset 98177 in webkit for trunk/Source/JavaScriptCore/runtime/JSFunction.h
- Timestamp:
- Oct 21, 2011, 5:48:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSFunction.h
r97905 r98177 134 134 virtual void getOwnPropertyNames(ExecState*, PropertyNameArray&, EnumerationMode = ExcludeDontEnumProperties); 135 135 136 virtual void putVirtual(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&); 137 static void put(JSCell*, ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&); 138 136 139 static void visitChildren(JSCell*, SlotVisitor&); 137 140 … … 140 143 141 144 bool isHostFunctionNonInline() const; 142 143 virtual void putVirtual(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);144 static void put(JSCell*, ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);145 145 146 146 virtual bool deletePropertyVirtual(ExecState*, const Identifier& propertyName);
Note:
See TracChangeset
for help on using the changeset viewer.