var a = (function *() {})(); var b = undefined; var c = null; var d = {next: () => ({value: 1, done: false})};