Home
last modified time | relevance | path

Searched refs:PropertyKeyToArrayIndex (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_shared_array_test.cpp76 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/
Djs_shared_array.h117 …static bool PropertyKeyToArrayIndex(JSThread *thread, const JSHandle<JSTaggedValue> &key, uint32_t…
Djs_shared_array.cpp306 bool JSSharedArray::PropertyKeyToArrayIndex(JSThread *thread, const JSHandle<JSTaggedValue> &key, u… in PropertyKeyToArrayIndex() function in panda::ecmascript::JSSharedArray
/arkcompiler/ets_runtime/ecmascript/
Djs_array.h88 …static bool PropertyKeyToArrayIndex(JSThread *thread, const JSHandle<JSTaggedValue> &key, uint32_t…
Djs_array.cpp362 bool JSArray::PropertyKeyToArrayIndex(JSThread *thread, const JSHandle<JSTaggedValue> &key, uint32_… in PropertyKeyToArrayIndex() function in panda::ecmascript::JSArray