Searched defs:bound_arguments (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/runtime/
H A Druntime-debug.cc172 Handle<FixedArray> bound_arguments = local
173 factory->CopyFixedArray(handle(function->bound_arguments(), isolate));
175 factory->NewJSArrayWithElements(bound_arguments);
/external/v8/src/
H A Dfactory.cc1975 Handle<FixedArray> bound_arguments; local
1977 bound_arguments = empty_fixed_array();
1979 bound_arguments = NewFixedArray(bound_args.length());
1981 bound_arguments->set(i, *bound_args[i]);
2003 result->set_bound_arguments(*bound_arguments);

Completed in 126 milliseconds