Lines Matching refs:CreateDataPropertyOrThrow
262 …thread, JSTaggedValue(JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, key, mapValue))); in From()
326 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, k, mapValue); in From()
401 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, key, kValue); in Of()
493 … JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, toKey, fromValHandle); in Concat()
509 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, n, ele); in Concat()
872 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, toIndexHandle, kValue); in FilterUnStableJSArray()
1508 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, k, mapResultHandle); in Map()
2150 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, nKey, kValueHandle); in Slice()
2364 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, toKey, fromValue); in Splice()
3054 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, fromKey, fromValue); in With()
3108 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, j, itemValue); in ToSorted()
3201 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, i, iValue); in ToSpliced()
3213 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, pi, element); in ToSpliced()
3230 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, pi, fromValue); in ToSpliced()
3421 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, toKey, fromValue); in ToReversed()