Searched refs:set_internal_formal_parameter_count (Results 1 – 10 of 10) sorted by relevance
71 info->set_internal_formal_parameter_count(JSParameterCount(0)); in BUILTIN()
249 info->set_internal_formal_parameter_count(JSParameterCount(len)); in CreateBoundFunction()
57 set_internal_formal_parameter_count(JSParameterCount(0)); in Init()497 shared_info->set_internal_formal_parameter_count( in InitFromFunctionLiteral()
298 inline void set_internal_formal_parameter_count(int value);
135 void SharedFunctionInfo::set_internal_formal_parameter_count(int value) { in set_internal_formal_parameter_count() function
63 shared->set_internal_formal_parameter_count(JSParameterCount(len)); in CreateSharedFunctionInfo()
2016 shared->set_internal_formal_parameter_count(JSParameterCount(arity)); in New()2138 js_function->shared().set_internal_formal_parameter_count( in New()
554 fun->shared().set_internal_formal_parameter_count(JSParameterCount(len)); in SimpleCreateFunction()2418 shared->set_internal_formal_parameter_count(JSParameterCount(1)); in InitializeGlobal()2486 shared->set_internal_formal_parameter_count(JSParameterCount(2)); in InitializeGlobal()3782 proxy_function->shared().set_internal_formal_parameter_count( in InitializeGlobal()
940 fun->shared().set_internal_formal_parameter_count(i::JSParameterCount(0)); in GetBuiltin()
1778 raw.set_internal_formal_parameter_count(JSParameterCount(parameter_count)); in CreateJSFunction()