Home
last modified time | relevance | path

Searched defs:needTransition (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Delement_accessor-inl.h30 … const JSHandle<T> &value, bool needTransition, ElementsKind extraKind) in Set()
59 … const JSTaggedValue &value, bool needTransition, ElementsKind extraKind) in Set()
Djs_stable_array.cpp52 bool needTransition = true; in Push() local
106 bool needTransition = true; in Splice() local
205 bool needTransition = false; in Shift() local
831 bool needTransition = true; in Reverse() local
977 bool needTransition = true; in With() local
1014 bool needTransition = true; in ToSpliced() local
1062 bool needTransition = true; in ToReversed() local
Djs_object.cpp394 bool needTransition = true; in AddElementInternal() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp533 bool needTransition = static_cast<bool>(GetArg(argv, argc, 3).GetInt()); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp8229 … GateRef index, GateRef needTransition, GateRef extraKind) in SetValueWithElementsKind()