class: compiles body into fresh chunk, emits MakeClass+decorators+StoreName. */
(&mut self)
| 476 | |
| 477 | /* class: compiles body into fresh chunk, emits MakeClass+decorators+StoreName. */ |
| 478 | pub(super) fn class_def(&mut self) { self.class_def_with(0) } |
| 479 | |
| 480 | pub(super) fn class_def_with(&mut self, decorators: u16) { |
| 481 | // Missing name: non-syncing diagnostic + synthetic name so body still parses. |