Home
last modified time | relevance | path

Searched refs:StringToElementIndex (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1363 return StringToElementIndex(key, output); in ToElementIndex()
1368 inline bool JSTaggedValue::StringToElementIndex(JSTaggedValue key, uint32_t *output) in StringToElementIndex() function
1421 return !StringToElementIndex(key, &idx); in IsPureString()
Djs_tagged_value.h394 static bool StringToElementIndex(JSTaggedValue key, uint32_t *output);
Djs_array.cpp218 JSTaggedValue::StringToElementIndex(value, &output); in SetCapacity()
Dobject_fast_operator-inl.h1195 if (JSTaggedValue::StringToElementIndex(key, &index)) { in TryToElementsIndex()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h622 if (JSTaggedValue::StringToElementIndex(key, &index)) { in TryToElementsIndex()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp157 if (JSTaggedValue::StringToElementIndex(firstValue.GetTaggedValue(), &elementIndex)) { in ExtractAndReturnWhetherWithElements()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h628 GateRef StringToElementIndex(GateRef glue, GateRef string);
Dstub_builder.cpp2182 GateRef StubBuilder::StringToElementIndex(GateRef glue, GateRef string) in StringToElementIndex() function in panda::ecmascript::kungfu::StubBuilder
2298 resultKey = StringToElementIndex(glue, key); in TryToElementsIndex()