Home | History | Annotate | Download | only in src

Lines Matching full:is_function

1982     bool is_function = value->IsSharedFunctionInfo();
1983 ASSERT(is_var + is_const + is_function == 1);
2004 } else if (is_function) {
2025 if (is_const || (is_native && is_function)) {
2031 if (!lookup.IsFound() || is_function) {
12533 if (!function->shared()->is_function() ||