The following code: ` mounted() { let str = Object.getPrototypeOf(this.test1).constructor; console.log(str); // ƒ Function() { [native code] } } methods: { async test1() { } } `