Home
last modified time | relevance | path

Searched refs:tmpChar (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_primitive_ref.cpp51 uint16_t tmpChar = 0; in StringGetIndexProperty() local
60 tmpChar = EcmaStringAccessor(strFlat).Get(index); in StringGetIndexProperty()
62 JSHandle<JSTaggedValue> value(thread->GetEcmaVM()->GetFactory()->NewFromUtf16(&tmpChar, 1)); in StringGetIndexProperty()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub-inl.h518 uint16_t tmpChar = 0; in LoadStringElement() local
525 tmpChar = EcmaStringAccessor(strFlat).Get(elementIndex); in LoadStringElement()
528 JSHandle<JSTaggedValue> value(factory->NewFromUtf16(&tmpChar, 1)); in LoadStringElement()

Completed in 2 milliseconds