Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2152 size_t argvIndex = 0; in RuntimeGetCallSpreadArgs() local
2161 if (UNLIKELY(argvIndex + 1 >= argvMayMaxLength)) { in RuntimeGetCallSpreadArgs()
2165 argv->Set(thread, argvIndex++, nextArg); in RuntimeGetCallSpreadArgs()
2167 argv = factory->CopyArray(argv, argvMayMaxLength, argvIndex); in RuntimeGetCallSpreadArgs()