/arkcompiler/ets_runtime/ecmascript/shared_objects/ |
H A D | js_shared_array.h | 82 JSTaggedValue::ToElementIndex(key.GetTaggedValue(), &keyValue); in IsKeyInRange()
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
H A D | js_api_stack.cpp | 146 if (UNLIKELY(!JSTaggedValue::ToElementIndex(key.GetTaggedValue(), &index))) { in GetOwnProperty()
|
H A D | js_api_deque.cpp | 240 if (UNLIKELY(!JSTaggedValue::ToElementIndex(key.GetTaggedValue(), &index))) { in GetOwnProperty()
|
H A D | js_api_linked_list.cpp | 238 if (UNLIKELY(!JSTaggedValue::ToElementIndex(key.GetTaggedValue(), &index))) { in GetOwnProperty()
|
H A D | js_api_list.cpp | 251 if (UNLIKELY(!JSTaggedValue::ToElementIndex(key.GetTaggedValue(), &index))) { in GetOwnProperty()
|
H A D | js_api_queue.cpp | 198 if (UNLIKELY(!JSTaggedValue::ToElementIndex(key.GetTaggedValue(), &index))) { in GetOwnProperty()
|
H A D | js_api_vector.cpp | 418 if (UNLIKELY(!JSTaggedValue::ToElementIndex(key.GetTaggedValue(), &index))) { in GetOwnProperty()
|
H A D | js_api_bitvector.cpp | 467 if (UNLIKELY(!JSTaggedValue::ToElementIndex(key.GetTaggedValue(), &index))) { in GetOwnProperty()
|
H A D | js_api_arraylist.cpp | 423 if (UNLIKELY(!JSTaggedValue::ToElementIndex(key.GetTaggedValue(), &index))) { in GetOwnProperty()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | literal_data_extractor.cpp | 68 if (JSTaggedValue::ToElementIndex(jt, &elementIndex) && ppos % pairSize == 0) { in ExtractObjectDatas() 442 if (JSTaggedValue::ToElementIndex(jt, &elementIndex) && ppos % pairSize == 0) { in ExtractObjectDatas()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_tagged_value-inl.h | 1347 inline bool JSTaggedValue::ToElementIndex(JSTaggedValue key, uint32_t *output) in ToElementIndex() function in panda::ecmascript::JSTaggedValue 1372 return EcmaStringAccessor(strObj).ToElementIndex(output); in StringToElementIndex()
|
H A D | ecma_string.h | 614 bool PUBLIC_API ToElementIndex(uint32_t *index); 1438 bool ToElementIndex(uint32_t *index) in ToElementIndex() function in panda::EcmaStringAccessor 1440 return string_->ToElementIndex(index); in ToElementIndex()
|
H A D | js_tagged_value.h | 393 static bool ToElementIndex(JSTaggedValue key, uint32_t *output);
|
H A D | object_operator.cpp | 39 if (JSTaggedValue::ToElementIndex(key.GetTaggedValue(), &index)) { in HandleKey()
|
H A D | object_fast_operator-inl.h | 71 if (JSTaggedValue::ToElementIndex(key, &index)) { in HasOwnProperty()
|
H A D | ecma_string.cpp | 1074 bool EcmaString::ToElementIndex(uint32_t *index) in ToElementIndex() function in panda::ecmascript::EcmaString
|
H A D | js_object.cpp | 2675 if (UNLIKELY(JSTaggedValue::ToElementIndex(key.GetTaggedValue(), &index))) { in DefinePropertyByLiteral()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | json_parser.cpp | 499 if (stringAccessor.ToElementIndex(&index)) { in SetPropertyByValue()
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
H A D | containers_private.cpp | 65 if (!JSTaggedValue::ToElementIndex(argv.GetTaggedValue(), &tag) || tag >= ContainerTag::END) { in Load()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.cpp | 808 if (EcmaStringAccessor(string).ToElementIndex(&index)) { in DEF_RUNTIME_STUBS()
|