Changeset 196772 in webkit for trunk/Source/JavaScriptCore/runtime/ProxyObject.h
- Timestamp:
- Feb 18, 2016, 12:29:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/ProxyObject.h
r196722 r196772 64 64 static void visitChildren(JSCell*, SlotVisitor&); 65 65 66 bool getOwnPropertySlotCommon(ExecState*, PropertySlot&); 66 bool getOwnPropertySlotCommon(ExecState*, PropertyName, PropertySlot&); 67 bool performInternalMethodGetOwnProperty(ExecState*, PropertyName, PropertySlot&); 67 68 68 69 WriteBarrier<JSObject> m_target;
Note:
See TracChangeset
for help on using the changeset viewer.