/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_array.cpp | 311 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 …]
|
D | builtins_typedarray.cpp | 301 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 …]
|
D | builtins_regexp.cpp | 69 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 …]
|
D | builtins_object.cpp | 83 value = ObjectFastOperator::FastGetPropertyByValue(thread, from.GetTaggedValue(), in AssignTaggedValue() 149 … value = ObjectFastOperator::FastGetPropertyByValue(thread, from.GetTaggedValue(), in Assign()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_array_iterator_test.cpp | 86 …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()
|
D | js_serializer_test.cpp | 140 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/ |
D | array_helper.cpp | 116 …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()
|
D | json_stringifier.cpp | 201 … thread_, ObjectFastOperator::FastGetPropertyByValue(thread_, tagValue, toJson.GetTaggedValue())); in GetSerializeValue() 430 ObjectFastOperator::FastGetPropertyByValue(thread_, obj.GetTaggedValue(), in SerializeJSONObject()
|
D | fast_json_stringifier.cpp | 74 … thread_, ObjectFastOperator::FastGetPropertyByValue(thread_, tagValue, toJson.GetTaggedValue())); in GetSerializeValue()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_array.h | 92 …static JSHandle<JSTaggedValue> FastGetPropertyByValue(JSThread *thread, const JSHandle<JSTaggedVal… 95 …static JSHandle<JSTaggedValue> FastGetPropertyByValue(JSThread *thread, const JSHandle<JSTaggedVal…
|
D | js_array.cpp | 383 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()
|
D | js_array_iterator.cpp | 87 JSHandle<JSTaggedValue> value = JSArray::FastGetPropertyByValue(thread, array, index); in NextInternal()
|
D | js_stable_array.cpp | 87 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()
|
D | object_fast_operator.h | 76 …static inline JSTaggedValue FastGetPropertyByValue(JSThread *thread, JSTaggedValue receiver, JSTag…
|
D | js_list_format.cpp | 271 JSHandle<JSTaggedValue> kValue = JSArray::FastGetPropertyByValue(thread, listArray, k); in ToUnicodeStringArray()
|
D | object_fast_operator-inl.h | 547 JSTaggedValue ObjectFastOperator::FastGetPropertyByValue(JSThread *thread, JSTaggedValue receiver, … in FastGetPropertyByValue() function 549 INTERPRETER_TRACE(thread, FastGetPropertyByValue); in FastGetPropertyByValue()
|
D | runtime_call_id.h | 171 V(FastGetPropertyByValue) \
|
D | js_serializer.cpp | 2044 JSHandle<JSTaggedValue> element = JSArray::FastGetPropertyByValue(thread, transfer, k); in PrepareTransfer()
|
/arkcompiler/ets_runtime/ecmascript/serializer/ |
D | value_serializer.cpp | 387 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/ |
D | jsnapi_expo.cpp | 1680 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/ |
D | serializer_test.cpp | 395 JSHandle<JSTaggedValue> value = JSArray::FastGetPropertyByValue(thread, arrayValue, i); in JSArrayTest()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 463 … JSTaggedValue reg2 = JSArray::FastGetPropertyByValue(thread, src, i).GetTaggedValue(); in RuntimeStArraySpread()
|
D | runtime_stubs.cpp | 3344 JSHandle<JSTaggedValue> kValue = JSArray::FastGetPropertyByValue(thread, thisObjVal, i); in DEF_RUNTIME_STUBS()
|