Searched refs:PropertyKeyToArrayIndex (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_shared_array_test.cpp | 76 HWTEST_F_L0(JSSharedArrayTest, PropertyKeyToArrayIndex) in HWTEST_F_L0() argument 88 ASSERT_TRUE(JSSharedArray::PropertyKeyToArrayIndex(thread, key, &output)); in HWTEST_F_L0() 89 ASSERT_FALSE(JSSharedArray::PropertyKeyToArrayIndex(thread, key1, &output)); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| D | js_shared_array.h | 117 …static bool PropertyKeyToArrayIndex(JSThread *thread, const JSHandle<JSTaggedValue> &key, uint32_t…
|
| D | js_shared_array.cpp | 306 bool JSSharedArray::PropertyKeyToArrayIndex(JSThread *thread, const JSHandle<JSTaggedValue> &key, u… in PropertyKeyToArrayIndex() function in panda::ecmascript::JSSharedArray
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_array.h | 88 …static bool PropertyKeyToArrayIndex(JSThread *thread, const JSHandle<JSTaggedValue> &key, uint32_t…
|
| D | js_array.cpp | 362 bool JSArray::PropertyKeyToArrayIndex(JSThread *thread, const JSHandle<JSTaggedValue> &key, uint32_… in PropertyKeyToArrayIndex() function in panda::ecmascript::JSArray
|