Home
last modified time | relevance | path

Searched refs:FastGetPropertyByValue (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp311 JSHandle<JSTaggedValue> kValue = JSArray::FastGetPropertyByValue(thread, arrayLike, k); in From()
490 JSArray::FastGetPropertyByValue(thread, ele, fromKey); in Concat()
627 …JSHandle<JSTaggedValue> fromValHandle = JSArray::FastGetPropertyByValue(thread, thisObjVal, fromKe… in CopyWithin()
722 JSHandle<JSTaggedValue> kValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, k); in Every()
861 JSHandle<JSTaggedValue> kValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, k); in FilterUnStableJSArray()
985 JSHandle<JSTaggedValue> kValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, k); in Find()
1057 JSHandle<JSTaggedValue> kValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, k); in FindIndex()
1128 JSHandle<JSTaggedValue> kValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, k); in ForEach()
1308 JSHandle<JSTaggedValue> element = JSArray::FastGetPropertyByValue(thread, thisObjVal, k); in Join()
1498 JSHandle<JSTaggedValue> kValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, k); in Map()
[all …]
Dbuiltins_typedarray.cpp301 kValue.Update(ObjectFastOperator::FastGetPropertyByValue(thread, arrayLike.GetTaggedValue(), in From()
621 … kValue.Update(ObjectFastOperator::FastGetPropertyByValue(thread, thisHandle.GetTaggedValue(), in Filter()
961 … kValue.Update(ObjectFastOperator::FastGetPropertyByValue(thread, thisHandle.GetTaggedValue(), in Map()
1050 lowerValueHandle = JSArray::FastGetPropertyByValue(thread, thisObjVal, lowerP); in Reverse()
1052 upperValueHandle = JSArray::FastGetPropertyByValue(thread, thisObjVal, upperP); in Reverse()
1150 ObjectFastOperator::FastGetPropertyByValue(thread, in Set()
1189 kValue.Update(ObjectFastOperator::FastGetPropertyByValue( in Set()
1385 … kValue.Update(ObjectFastOperator::FastGetPropertyByValue(thread, thisHandle.GetTaggedValue(), in Slice()
1489 …presentValue.Update(ObjectFastOperator::FastGetPropertyByValue(thread, thisObjHandle.GetTaggedValu… in Sort()
1495 …middleValue.Update(ObjectFastOperator::FastGetPropertyByValue(thread, thisObjHandle.GetTaggedValue… in Sort()
[all …]
Dbuiltins_regexp.cpp69 JSTaggedValue patternConstructor = ObjectFastOperator::FastGetPropertyByValue( in RegExpConstructor()
557 …ObjectFastOperator::FastGetPropertyByValue(thread, thisObj.GetTaggedValue(), global.GetTaggedValue… in Match()
591 …ObjectFastOperator::FastGetPropertyByValue(thread, thisObj.GetTaggedValue(), unicode.GetTaggedValu… in Match()
631 JSTaggedValue matchVal = ObjectFastOperator::FastGetPropertyByValue( in Match()
644 …JSTaggedValue lastIndex = ObjectFastOperator::FastGetPropertyByValue(thread, thisObj.GetTaggedValu… in Match()
761 ObjectFastOperator::FastGetPropertyByValue(thread, regexp.GetTaggedValue(), in RegExpReplaceFast()
918 …ObjectFastOperator::FastGetPropertyByValue(thread, thisObj.GetTaggedValue(), global.GetTaggedValue… in ReplaceInternal()
927 …ObjectFastOperator::FastGetPropertyByValue(thread, thisObj.GetTaggedValue(), unicode.GetTaggedValu… in ReplaceInternal()
1020 JSTaggedValue getMatchVal = ObjectFastOperator::FastGetPropertyByValue( in ReplaceInternal()
1030 JSTaggedValue thisIndexVal = ObjectFastOperator::FastGetPropertyByValue( in ReplaceInternal()
[all …]
Dbuiltins_object.cpp83 value = ObjectFastOperator::FastGetPropertyByValue(thread, from.GetTaggedValue(), in AssignTaggedValue()
149 … value = ObjectFastOperator::FastGetPropertyByValue(thread, from.GetTaggedValue(), in Assign()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_array_iterator_test.cpp86 …EXPECT_EQ(JSArray::FastGetPropertyByValue(thread, JSHandle<JSTaggedValue>(handleJSArrayTo1), i)->G… in HWTEST_F_L0()
96 …EXPECT_EQ(JSArray::FastGetPropertyByValue(thread, JSHandle<JSTaggedValue>(handleJSArrayTo2), i)->G… in HWTEST_F_L0()
Djs_serializer_test.cpp140 JSHandle<JSTaggedValue> value2 = JSArray::FastGetPropertyByValue(thread, value1, 0); in JSPlainObjectTest2()
347 JSHandle<JSTaggedValue> value = JSArray::FastGetPropertyByValue(thread, arrayValue, i); in JSArrayTest()
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp116 …JSHandle<JSTaggedValue> valueHandle = JSArray::FastGetPropertyByValue(thread, thisObjVal, keyHandl… in ElementIsStrictEqualTo()
134 …JSTaggedValue spreadable = ObjectFastOperator::FastGetPropertyByValue(thread, obj.GetTaggedValue(), in IsConcatSpreadable()
328 element.Update(JSArray::FastGetPropertyByValue(thread, thisObjVal, p).GetTaggedValue()); in FlattenIntoArray()
410 JSHandle<JSTaggedValue> kValue = JSArray::FastGetPropertyByValue(thread, thisObj, k); in SortIndexedProperties()
Djson_stringifier.cpp201 … thread_, ObjectFastOperator::FastGetPropertyByValue(thread_, tagValue, toJson.GetTaggedValue())); in GetSerializeValue()
430 ObjectFastOperator::FastGetPropertyByValue(thread_, obj.GetTaggedValue(), in SerializeJSONObject()
Dfast_json_stringifier.cpp74 … thread_, ObjectFastOperator::FastGetPropertyByValue(thread_, tagValue, toJson.GetTaggedValue())); in GetSerializeValue()
/arkcompiler/ets_runtime/ecmascript/
Djs_array.h92 …static JSHandle<JSTaggedValue> FastGetPropertyByValue(JSThread *thread, const JSHandle<JSTaggedVal…
95 …static JSHandle<JSTaggedValue> FastGetPropertyByValue(JSThread *thread, const JSHandle<JSTaggedVal…
Djs_array.cpp383 JSHandle<JSTaggedValue> JSArray::FastGetPropertyByValue(JSThread *thread, const JSHandle<JSTaggedVa… in FastGetPropertyByValue() function in panda::ecmascript::JSArray
391 JSHandle<JSTaggedValue> JSArray::FastGetPropertyByValue(JSThread *thread, const JSHandle<JSTaggedVa… in FastGetPropertyByValue() function in panda::ecmascript::JSArray
394 …auto result = ObjectFastOperator::FastGetPropertyByValue(thread, obj.GetTaggedValue(), key.GetTagg… in FastGetPropertyByValue()
544 JSHandle<JSTaggedValue> vv = JSArray::FastGetPropertyByValue(thread, obj, middle); in IncludeInSortedValue()
565 JSHandle<JSTaggedValue> vv = JSArray::FastGetPropertyByValue(thread, obj, idx); in ToTaggedArray()
Djs_array_iterator.cpp87 JSHandle<JSTaggedValue> value = JSArray::FastGetPropertyByValue(thread, array, index); in NextInternal()
Djs_stable_array.cpp87 result = JSArray::FastGetPropertyByValue(thread, thisObjVal, index).GetTaggedValue(); in Pop()
132 … JSHandle<JSTaggedValue> fromValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, fromKey); in Splice()
338 auto res = JSArray::FastGetPropertyByValue(thread, thisObjVal, k).GetTaggedValue(); in HandleFindIndexOfStable()
380 auto res = JSArray::FastGetPropertyByValue(thread, thisObjVal, k).GetTaggedValue(); in HandleFindLastIndexOfStable()
435 … JSHandle<JSTaggedValue> kValue1 = JSArray::FastGetPropertyByValue(thread, thisObjVal, k); in HandleEveryOfStable()
483 … JSHandle<JSTaggedValue> kValue1 = JSArray::FastGetPropertyByValue(thread, thisObjVal, k); in HandleforEachOfStable()
745 value = JSArray::FastGetPropertyByValue(thread, thisObjVal, k).GetTaggedValue(); in Filter()
792 value = JSArray::FastGetPropertyByValue(thread, thisObjVal, k).GetTaggedValue(); in Map()
1125 value = JSArray::FastGetPropertyByValue(thread, thisObjVal, i + k).GetTaggedValue(); in Slice()
Dobject_fast_operator.h76 …static inline JSTaggedValue FastGetPropertyByValue(JSThread *thread, JSTaggedValue receiver, JSTag…
Djs_list_format.cpp271 JSHandle<JSTaggedValue> kValue = JSArray::FastGetPropertyByValue(thread, listArray, k); in ToUnicodeStringArray()
Dobject_fast_operator-inl.h547 JSTaggedValue ObjectFastOperator::FastGetPropertyByValue(JSThread *thread, JSTaggedValue receiver, … in FastGetPropertyByValue() function
549 INTERPRETER_TRACE(thread, FastGetPropertyByValue); in FastGetPropertyByValue()
Druntime_call_id.h171 V(FastGetPropertyByValue) \
Djs_serializer.cpp2044 JSHandle<JSTaggedValue> element = JSArray::FastGetPropertyByValue(thread, transfer, k); in PrepareTransfer()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp387 JSHandle<JSTaggedValue> element = JSArray::FastGetPropertyByValue(thread, transfer, k); in PrepareTransfer()
411 … JSHandle<JSTaggedValue> element = JSArray::FastGetPropertyByValue(thread, cloneList, index); in PrepareClone()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1680 JSTaggedValue ret = ObjectFastOperator::FastGetPropertyByValue(thread, obj.GetTaggedValue(), in Get()
2421 JSHandle<JSTaggedValue> result = JSArray::FastGetPropertyByValue(thread, object, index); in GetValueAt()
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp395 JSHandle<JSTaggedValue> value = JSArray::FastGetPropertyByValue(thread, arrayValue, i); in JSArrayTest()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h463 … JSTaggedValue reg2 = JSArray::FastGetPropertyByValue(thread, src, i).GetTaggedValue(); in RuntimeStArraySpread()
Druntime_stubs.cpp3344 JSHandle<JSTaggedValue> kValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, i); in DEF_RUNTIME_STUBS()