Home
last modified time | relevance | path

Searched defs:ArrayTrim (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp1880 DEF_CALL_SIGNATURE(ArrayTrim) in DEF_CALL_SIGNATURE() argument
1883 … CallSignature ArrayTrim("ArrayTrim", 0, 3, ArgumentsOrder::DEFAULT_ORDER, VariableType::JS_ANY()); in DEF_CALL_SIGNATURE() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp4062 void RuntimeStubs::ArrayTrim(uintptr_t argGlue, TaggedArray *array, int64_t newLength) in DEF_RUNTIME_STUBS() function in panda::ecmascript::RuntimeStubs