construct-properties-7.swf.trace

来自「Swfdec is a decoder/renderer for Macrome」· TRACE 代码 · 共 94 行

TRACE
94
字号
Check initial properties of script-constructed objects>>> new Object ()[type Function]false[type Function]true[object Object]true>>> {}[type Function]trueundefinedfalse[object Object]true>>> [][type Function]trueundefinedfalsetrue>>> [type Function]false[type Function]true[object Object]true>>> new Foo ()[type Function]false[type Function]true[object Object]true>>> [type Function]false[type Function]true[object Object]true>>> new this.Foo ()[type Function]false[type Function]true[object Object]trueundefined>>> undefinedundefined[type Function]undefinedundefinedundefined>>> new Foo () - without prototypeundefinedundefined[type Function]undefinedundefinedundefined>>> undefinedundefined[type Function]undefinedundefinedundefined>>> new this.Foo () - without prototypeundefinedfalse[type Function]trueundefinedfalse>>> 42[type Function]false[type Function]true[type Object]true>>> true[type Function]false[type Function]true[type Object]true

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?