Lines Matching defs:fromValue
1660 JSHandle<JSTaggedValue> fromValue = JSSharedArray::FastGetPropertyByValue(thread, thisObjVal, k);
1662 JSSharedArray::FastSetPropertyByValue(thread, thisObjVal, k - 1, fromValue);
1934 // i. Let fromValue be Get(O, from).
1935 // iii. Let status be CreateDataPropertyOrThrow(A, ToString(k), fromValue).
1946 JSHandle<JSTaggedValue> fromValue = JSSharedArray::FastGetPropertyByValue(thread, thisObjVal, fromKey);
1953 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, toKey, fromValue);
1970 // 1. Let fromValue be Get(O, from).
1971 // 3. Let setStatus be Set(O, to, fromValue, true).
1987 JSHandle<JSTaggedValue> fromValue = JSSharedArray::FastGetPropertyByValue(thread, thisObjVal, fromKey);
1989 JSSharedArray::FastSetPropertyByValue(thread, thisObjVal, toKey, fromValue);
2014 // 1. Let fromValue be Get(O, from).
2015 // 2. ReturnIfAbrupt(fromValue).
2016 // 3. Let setStatus be Set(O, to, fromValue, true).
2029 JSHandle<JSTaggedValue> fromValue = JSSharedArray::FastGetPropertyByValue(thread, thisObjVal, fromKey);
2031 JSSharedArray::FastSetPropertyByValue(thread, thisObjVal, toKey, fromValue);
2148 // 1. Let fromValue be Get(O, from).
2149 // 2. ReturnIfAbrupt(fromValue).
2150 // 3. Let setStatus be Set(O, to, fromValue, true).
2169 JSHandle<JSTaggedValue> fromValue = JSSharedArray::FastGetPropertyByValue(thread, thisObjVal, fromKey);
2171 JSSharedArray::FastSetPropertyByValue(thread, thisObjVal, toKey, fromValue);