Home
last modified time | relevance | path

Searched defs:extraKind (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Delement_accessor-inl.h30 … const JSHandle<T> &value, bool needTransition, ElementsKind extraKind) in Set()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp659 ElementsKind extraKind = static_cast<ElementsKind>(GetArg(argv, argc, 4).GetInt()); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp9411 … GateRef index, GateRef needTransition, GateRef extraKind) in SetValueWithElementsKind()