Changeset 108582 in webkit for trunk/Source/JavaScriptCore/runtime/Arguments.h
- Timestamp:
- Feb 22, 2012, 5:25:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Arguments.h
r104119 r108582 118 118 static bool deleteProperty(JSCell*, ExecState*, const Identifier& propertyName); 119 119 static bool deletePropertyByIndex(JSCell*, ExecState*, unsigned propertyName); 120 static bool defineOwnProperty(JSObject*, ExecState*, const Identifier& propertyName, PropertyDescriptor&, bool shouldThrow); 120 121 void createStrictModeCallerIfNecessary(ExecState*); 121 122 void createStrictModeCalleeIfNecessary(ExecState*);
Note:
See TracChangeset
for help on using the changeset viewer.