Lines Matching defs:mode
523 static const char* VisitModeString(VisitMode mode) {
524 return mode == ITERATE ? "for-of" : "for-in";
818 // For scripts in repl mode there is exactly one catch block with
889 // sloppy-mode block-scoped functions have a var binding, which is changed
1504 HoleCheckMode mode = HoleCheckModeField::decode(bit_field_);
1505 DCHECK_IMPLIES(mode == HoleCheckMode::kRequired,
1508 return mode;
1635 switch (var->mode()) {
2034 // The assignment was generated as part of block-scoped sloppy-mode
2041 void set_lookup_hoisting_mode(LookupHoistingMode mode) {
2043 LookupHoistingModeField::update(bit_field_, static_cast<bool>(mode));