Changeset 48542 in webkit for trunk/JavaScriptCore/interpreter
- Timestamp:
- Sep 18, 2009, 4:12:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/interpreter/Interpreter.cpp
r47738 r48542 3732 3732 Identifier& ident = callFrame->codeBlock()->identifier(property); 3733 3733 ASSERT(callFrame->r(function).jsValue().isObject()); 3734 baseObj->defineSetter(callFrame, ident, asObject(callFrame->r(function).jsValue()) );3734 baseObj->defineSetter(callFrame, ident, asObject(callFrame->r(function).jsValue()), 0); 3735 3735 3736 3736 ++vPC;
Note:
See TracChangeset
for help on using the changeset viewer.