Changeset 197418 in webkit for trunk/Source/JavaScriptCore/runtime/ProxyObject.h
- Timestamp:
- Mar 1, 2016, 3:42:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/ProxyObject.h
r197136 r197418 70 70 static bool deleteProperty(JSCell*, ExecState*, PropertyName); 71 71 static bool deletePropertyByIndex(JSCell*, ExecState*, unsigned propertyName); 72 static bool preventExtensions(JSObject*, ExecState*); 72 73 static void visitChildren(JSCell*, SlotVisitor&); 73 74 … … 79 80 template <typename PerformDefaultPutFunction> 80 81 void performPut(ExecState*, JSValue putValue, JSValue thisValue, PropertyName, PerformDefaultPutFunction); 82 bool performPreventExtensions(ExecState*); 81 83 82 84 WriteBarrier<JSObject> m_target;
Note:
See TracChangeset
for help on using the changeset viewer.