Home
last modified time | relevance | path

Searched refs:ToElementIndex (Results 1 - 20 of 20) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_array.h82 JSTaggedValue::ToElementIndex(key.GetTaggedValue(), &keyValue); in IsKeyInRange()
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_stack.cpp146 if (UNLIKELY(!JSTaggedValue::ToElementIndex(key.GetTaggedValue(), &index))) { in GetOwnProperty()
H A Djs_api_deque.cpp240 if (UNLIKELY(!JSTaggedValue::ToElementIndex(key.GetTaggedValue(), &index))) { in GetOwnProperty()
H A Djs_api_linked_list.cpp238 if (UNLIKELY(!JSTaggedValue::ToElementIndex(key.GetTaggedValue(), &index))) { in GetOwnProperty()
H A Djs_api_list.cpp251 if (UNLIKELY(!JSTaggedValue::ToElementIndex(key.GetTaggedValue(), &index))) { in GetOwnProperty()
H A Djs_api_queue.cpp198 if (UNLIKELY(!JSTaggedValue::ToElementIndex(key.GetTaggedValue(), &index))) { in GetOwnProperty()
H A Djs_api_vector.cpp418 if (UNLIKELY(!JSTaggedValue::ToElementIndex(key.GetTaggedValue(), &index))) { in GetOwnProperty()
H A Djs_api_bitvector.cpp467 if (UNLIKELY(!JSTaggedValue::ToElementIndex(key.GetTaggedValue(), &index))) { in GetOwnProperty()
H A Djs_api_arraylist.cpp423 if (UNLIKELY(!JSTaggedValue::ToElementIndex(key.GetTaggedValue(), &index))) { in GetOwnProperty()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dliteral_data_extractor.cpp68 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 Djs_tagged_value-inl.h1347 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 Decma_string.h614 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 Djs_tagged_value.h393 static bool ToElementIndex(JSTaggedValue key, uint32_t *output);
H A Dobject_operator.cpp39 if (JSTaggedValue::ToElementIndex(key.GetTaggedValue(), &index)) { in HandleKey()
H A Dobject_fast_operator-inl.h71 if (JSTaggedValue::ToElementIndex(key, &index)) { in HasOwnProperty()
H A Decma_string.cpp1074 bool EcmaString::ToElementIndex(uint32_t *index) in ToElementIndex() function in panda::ecmascript::EcmaString
H A Djs_object.cpp2675 if (UNLIKELY(JSTaggedValue::ToElementIndex(key.GetTaggedValue(), &index))) { in DefinePropertyByLiteral()
/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_parser.cpp499 if (stringAccessor.ToElementIndex(&index)) { in SetPropertyByValue()
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_private.cpp65 if (!JSTaggedValue::ToElementIndex(argv.GetTaggedValue(), &tag) || tag >= ContainerTag::END) { in Load()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp808 if (EcmaStringAccessor(string).ToElementIndex(&index)) { in DEF_RUNTIME_STUBS()

Completed in 41 milliseconds