Home | History | Annotate | Download | only in src

Lines Matching defs:is_function

2407   bool is_function() { return IsFunction::decode(bitfield_) == kIsFunction; }
2453 IsFunctionFlag is_function,
2471 IsFunction::encode(is_function) |
3488 FunctionLiteral::IsFunctionFlag is_function,
3494 has_duplicate_parameters, is_function, is_parenthesized, kind, position,
3497 if (is_function == FunctionLiteral::kIsFunction) {