Searched refs:attributesValue (Results 1 – 1 of 1) sorted by relevance
496 ScriptArray attributesValue = m_frontend->newScriptArray(); in buildArrayForElementAttributes() local500 return attributesValue; in buildArrayForElementAttributes()506 attributesValue.set(index++, attribute->name().toString()); in buildArrayForElementAttributes()507 attributesValue.set(index++, attribute->value()); in buildArrayForElementAttributes()509 return attributesValue; in buildArrayForElementAttributes()