Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-scopes.cc421 int* total_argc) { in GetCallerArguments() argument
445 *total_argc = prefix_argc + argument_count; in GetCallerArguments()
447 NewArray<Handle<Object>>(*total_argc)); in GetCallerArguments()
466 *total_argc = prefix_argc + args_count; in GetCallerArguments()
468 NewArray<Handle<Object>>(*total_argc)); in GetCallerArguments()