Home | History | Annotate | Download | only in parsing

Lines Matching defs:is_const

3293     Scope* inner_scope, bool is_const, ZoneList<const AstRawString*>* names,
3398 VariableMode mode = is_const ? CONST : LET;
3543 bool is_const = false;
3560 is_const = parsing_result.descriptor.mode == CONST;
3833 inner_scope, is_const, &lexical_bindings, loop, init, cond,