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

/external/chromium_org/v8/src/
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);
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) &&

Completed in 144 milliseconds