gpt4 book ai didi

javascript - 当我通过断点或通过 console.warn 打印时,类的属性显示不同

转载 作者:行者123 更新时间:2023-11-30 20:32:48 26 4
gpt4 key购买 nike

这很奇怪。我有一个具有 bool 属性的对象。我想看看它是怎么做的,所以我做了一个 console.warn,它给了我预期的结果。但是,如果我在 console.warn 上放置一个断点并通过我的开发工具控制台显示该变量,我将得到 undefined。这是怎么回事?

我的代码大概是这样的:

export default class {
constructor () {
this.myProperty = true
}

doStuff () {
return {
doSomething: (...args) => {
console.warn('this.myProperty', this.myProperty) // will display true
// If I put a breakpoint on the console.warn and print it through my dev tools, it will display undefined.
}
}
}

}

最佳答案

正如 Bergi 所提到的,这看起来像是一个 Chrome 错误:https://crbug.com/760225

关于javascript - 当我通过断点或通过 console.warn 打印时,类的属性显示不同,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50163302/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com