Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Druntime.cc8147 int* total_argc) { in GetCallerArguments() argument
8163 *total_argc = prefix_argc + args_count; in GetCallerArguments()
8165 NewArray<Handle<Object> >(*total_argc)); in GetCallerArguments()
8179 *total_argc = prefix_argc + args_count; in GetCallerArguments()
8181 NewArray<Handle<Object> >(*total_argc)); in GetCallerArguments()
8294 int total_argc = 0; in RUNTIME_FUNCTION() local
8296 GetCallerArguments(isolate, bound_argc, &total_argc); in RUNTIME_FUNCTION()
8313 total_argc, param_data.get())); in RUNTIME_FUNCTION()