Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h455 V(JSObjectGrowElementsCapacity) \
Druntime_stubs.cpp518 DEF_RUNTIME_STUBS(JSObjectGrowElementsCapacity) in DEF_RUNTIME_STUBS() argument
520 RUNTIME_STUBS_HEADER(JSObjectGrowElementsCapacity); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp216 …elements = CallRuntime(glue, RTSTUB_ID(JSObjectGrowElementsCapacity), {thisValue, IntToTaggedInt(n… in Unshift()