📄 construct-properties-6.swf.trace
字号:
Check initial properties of script-constructed objects>>> new Object ()[type Function]true[type Function]true[object Object]true>>> {}[type Function]trueundefinedfalse[object Object]true>>> [][type Function]trueundefinedfalsetrue>>> [type Function]true[type Function]true[object Object]true>>> new Foo ()[type Function]true[type Function]true[object Object]true>>> [type Function]true[type Function]true[object Object]true>>> new this.Foo ()[type Function]true[type Function]true[object Object]trueundefined>>> [type Function]undefined[type Function]undefinedundefinedundefined>>> new Foo () - without prototype[type Function]undefined[type Function]undefinedundefinedundefined>>> [type Function]undefined[type Function]undefinedundefinedundefined>>> new this.Foo () - without prototype[type Function]true[type Function]trueundefinedfalse>>> 42[type Function]true[type Function]true[type Object]true>>> true[type Function]true[type Function]true[type Object]true
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -