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

/external/v8/src/
H A Ddeoptimizer.cc1118 unsigned arguments = function->shared()->formal_parameter_count() + 1;
1257 return function_->shared()->formal_parameter_count();
1566 int formal_parameter_count) {
1606 Vector<SlotRef>::New(formal_parameter_count);
1563 ComputeSlotMappingForArguments( JavaScriptFrame* frame, int inlined_jsframe_index, int formal_parameter_count) argument

Completed in 46 milliseconds