Changeset 196775 in webkit for trunk/Source/JavaScriptCore/runtime/ProxyObject.cpp
- Timestamp:
- Feb 18, 2016, 1:55:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/ProxyObject.cpp
r196772 r196775 144 144 CallType callType; 145 145 JSValue getOwnPropertyDescriptorMethod = handler->getMethod(exec, callData, callType, makeIdentifier(vm, "getOwnPropertyDescriptor"), ASCIILiteral("'getOwnPropertyDescriptor' property of a Proxy's handler should be callable.")); 146 if (exec->hadException()) 147 return false; 146 148 JSObject* target = this->target(); 147 149 if (getOwnPropertyDescriptorMethod.isUndefined())
Note:
See TracChangeset
for help on using the changeset viewer.