Home | History | Annotate | Download | only in src

Lines Matching defs:is_function

2214                               bool is_const, bool is_function) {
2228 DCHECK(is_function);
2277 bool is_function = initial_value->IsSharedFunctionInfo();
2278 DCHECK(is_var + is_const + is_function == 1);
2281 if (is_function) {
2299 if (is_function && is_native) attr |= READ_ONLY;
2304 is_var, is_const, is_function);
2391 bool is_function = initial_value->IsJSFunction();
2392 DCHECK(is_var + is_const + is_function == 1);
2403 is_function ? initial_value
2412 value, attr, is_var, is_const, is_function);
2424 DCHECK(is_function);
12958 if (!function->shared()->is_function()) return target;