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

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSGlobalObject.cpp171 JSValue valueAfter = thisObject->getDirect(exec->vm(), propertyName); local
172 if (valueAfter)
173 JSObject::putDirectVirtual(thisObject, exec, propertyName, valueAfter, attributes);

Completed in 124 milliseconds