Changeset 154459 in webkit for trunk/Source/JavaScriptCore/debugger/DebuggerActivation.cpp
- Timestamp:
- Aug 22, 2013, 1:35:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/debugger/DebuggerActivation.cpp
r154422 r154459 78 78 } 79 79 80 void DebuggerActivation::putDirectVirtual(JSObject* object, ExecState* exec, PropertyName propertyName, JSValue value, unsigned attributes)81 {82 DebuggerActivation* thisObject = jsCast<DebuggerActivation*>(object);83 thisObject->m_activation->methodTable()->putDirectVirtual(thisObject->m_activation.get(), exec, propertyName, value, attributes);84 }85 86 80 bool DebuggerActivation::deleteProperty(JSCell* cell, ExecState* exec, PropertyName propertyName) 87 81 {
Note:
See TracChangeset
for help on using the changeset viewer.