Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-scopes.cc356 int* total_argc) { in GetCallerArguments() argument
380 *total_argc = argument_count; in GetCallerArguments()
382 NewArray<Handle<Object>>(*total_argc)); in GetCallerArguments()
403 *total_argc = args_count; in GetCallerArguments()
405 NewArray<Handle<Object>>(*total_argc)); in GetCallerArguments()