Searched refs:propValue (Results 1 – 2 of 2) sorted by relevance
166 String propValue = valueToStringWithNullCheck(exec, value); in customPut() local168 propValue += "px"; in customPut()170 impl()->setProperty(prop, propValue, ec); in customPut()
111 …JSValuePtr propValue = ptr->GetValue().toObject(exec)->get(exec, CFStringToIdentifier(propertyName… in JSObjectCopyProperty() local112 JSValueWrapper* wrapperValue = new JSValueWrapper(propValue); in JSObjectCopyProperty()