Home
last modified time | relevance | path

Searched refs:JSObjectGrowElementsCapacity (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp1396 …CallRuntime(glue, RTSTUB_ID(JSObjectGrowElementsCapacity), { thisValue, IntToTaggedInt(newLength) … in Push()
1839 …CallRuntime(glue, RTSTUB_ID(JSObjectGrowElementsCapacity), { thisValue, IntToTaggedInt(newCapacity… in Splice()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h378 V(JSObjectGrowElementsCapacity) \
Druntime_stubs.cpp419 DEF_RUNTIME_STUBS(JSObjectGrowElementsCapacity) in DEF_RUNTIME_STUBS() argument
421 RUNTIME_STUBS_HEADER(JSObjectGrowElementsCapacity); in DEF_RUNTIME_STUBS()