Home | History | Annotate | Download | only in src

Lines Matching defs:jsfun

949     Handle<JSFunction> jsfun =
951 has_stack_check = !jsfun.is_null() &&
952 (jsfun->code()->kind() == Code::FUNCTION ||
953 jsfun->code()->kind() == Code::OPTIMIZED_FUNCTION);