Changeset 103697 in webkit for trunk/Source/JavaScriptCore/runtime/JSActivation.h
- Timestamp:
- Dec 26, 2011, 8:56:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSActivation.h
r103243 r103697 84 84 bool symbolTableGet(const Identifier&, PropertyDescriptor&); 85 85 bool symbolTableGet(const Identifier&, PropertySlot&, bool& slotIsWriteable); 86 bool symbolTablePut( JSGlobalData&, const Identifier&, JSValue);86 bool symbolTablePut(ExecState*, const Identifier&, JSValue, bool shouldThrow); 87 87 bool symbolTablePutWithAttributes(JSGlobalData&, const Identifier&, JSValue, unsigned attributes); 88 88
Note:
See TracChangeset
for help on using the changeset viewer.