Home | History | Annotate | Download | only in src

Lines Matching full:is_function

2078     bool is_function = value->IsSharedFunctionInfo();
2079 ASSERT(is_var + is_const + is_function == 1);
2100 } else if (is_function) {
2121 if (is_const || (is_native && is_function)) {
2127 if (!lookup.IsFound() || is_function) {
12732 if (!function->shared()->is_function() ||