Home | History | Annotate | Download | only in src

Lines Matching refs:jsfun

7459     Handle<JSFunction> jsfun, int argument_count) {
7460 HValue* target = Add<HConstant>(jsfun);
7463 int formal_parameter_count = jsfun->shared()->formal_parameter_count();
7471 if (jsfun.is_identical_to(current_info()->closure())) {