Lines Matching refs:CreateDataProperty
640 JSObject::CreateDataProperty(thread, array, resultNum, matchValue); in Match()
1013 JSObject::CreateDataProperty(thread, resultsList, resultsIndex, execResult); in ReplaceInternal()
1431 JSObject::CreateDataProperty(thread, array, 0, jsString); in Split()
1474 JSObject::CreateDataProperty(thread, array, aLength, tValue); in Split()
1507 JSObject::CreateDataProperty(thread, array, aLength, nextCapture); in Split()
1535 JSObject::CreateDataProperty(thread, array, aLength, tValue); in Split()
1810 JSObject::CreateDataProperty(thread, results, groupsKey, groups); in MakeMatchIndicesIndexPairArray()
1833 JSObject::CreateDataProperty(thread, results, i, matchIndexPair); in MakeMatchIndicesIndexPairArray()
1838 JSObject::CreateDataProperty(thread, groupObject, groupName, matchIndexPair); in MakeMatchIndicesIndexPairArray()
1924 JSObject::CreateDataProperty(thread, results, indexKey, indexValue); in RegExpBuiltinExec()
1928 JSObject::CreateDataProperty(thread, results, inputKey, inputValue); in RegExpBuiltinExec()
1935 JSObject::CreateDataProperty(thread, results, 0, zeroValue); in RegExpBuiltinExec()
1961 JSObject::CreateDataProperty(thread, results, groupsKey, groups); in RegExpBuiltinExec()
1985 JSObject::CreateDataProperty(thread, results, captureIndex, iValue); in RegExpBuiltinExec()
1991 JSObject::CreateDataProperty(thread, groupObject, skey, iValue); in RegExpBuiltinExec()
2006 JSObject::CreateDataProperty(thread, results, indicesKey, indicesArray); in RegExpBuiltinExec()