Home
last modified time | relevance | path

Searched refs:ToTypedArrayIndex (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string.h612 bool PUBLIC_API ToTypedArrayIndex(uint32_t *index);
1436 bool PUBLIC_API ToTypedArrayIndex(uint32_t *index) in ToTypedArrayIndex() function
1438 return string_->ToTypedArrayIndex(index); in ToTypedArrayIndex()
Dobject_fast_operator-inl.h1055 return EcmaStringAccessor(strObj).ToTypedArrayIndex(output); in TryStringOrSymbolToIndex()
Decma_string.cpp1019 bool EcmaString::ToTypedArrayIndex(uint32_t *index) in ToTypedArrayIndex() function in panda::ecmascript::EcmaString
/arkcompiler/ets_runtime/
Dlibark_jsruntime.map160 panda::ecmascript::EcmaString::ToTypedArrayIndex*;