Home
last modified time | relevance | path

Searched refs:ToElementsKind (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Delements.h100 static ElementsKind ToElementsKind(JSTaggedValue value, ElementsKind kind);
H A Delements.cpp128 ElementsKind Elements::ToElementsKind(JSTaggedValue value, ElementsKind kind) in ToElementsKind() function in panda::ecmascript::Elements
H A Djs_array.cpp268 newKind = Elements::ToElementsKind(val, newKind); in SetCapacity()
H A Djs_hclass.cpp729 auto newKind = Elements::ToElementsKind(value.GetTaggedValue(), kind); in TransitToElementsKind()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dliteral_data_extractor.cpp643 *newKind = Elements::ToElementsKind(jt, *newKind); in GetDatasIgnoreType()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_array.cpp108 newKind = Elements::ToElementsKind(value.GetTaggedValue(), newKind); in ArrayConstructor()

Completed in 12 milliseconds