Home
last modified time | relevance | path

Searched refs:valueAfter (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalObject.cpp138 JSValue valueAfter = getDirect(exec->globalData(), propertyName); in putWithAttributes() local
139 if (valueAfter) in putWithAttributes()
140 JSObject::putWithAttributes(exec, propertyName, valueAfter, attributes); in putWithAttributes()