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