class Person { constructor(name) { this.name = name; const xxx = async ()=> { alert("XXXXX"); } xxx(); } }