Searched refs:arguments_function (Results 1 - 2 of 2) sorted by path

/external/chromium_org/v8/src/
H A Dobjects.cc5105 JSFunction* arguments_function = local
5121 if (ctxobj->map()->constructor() == arguments_function) {
5791 Handle<JSFunction> arguments_function(
5865 ((current->map()->constructor() != *arguments_function) &&
H A Druntime.cc13174 JSFunction* arguments_function) {
13191 obj->map()->constructor() == arguments_function) {
13253 Handle<JSFunction> arguments_function(
13266 NULL, 0, *arguments_function);
13277 *instances, count, *arguments_function);

Completed in 352 milliseconds