代码搜索:construct

找到约 6,584 项符合「construct」的源代码

代码结果 6,584
www.eeworm.com/read/243950/12905007

trace construct-constructors-5.swf.trace

Check that [] and {} don't call their constructors new Array () [] new Object () {}
www.eeworm.com/read/243950/12905130

trace construct-constructors-7.swf.trace

Check that [] and {} don't call their constructors new Array () Array [] new Object () Object {}
www.eeworm.com/read/243950/12905151

trace construct-properties-7.swf.trace

Check initial properties of script-constructed objects >>> new Object () [type Function] false [type Function] true [object Object] true >>> {} [type Function] true undefined false [object Object] tru
www.eeworm.com/read/243950/12905218

trace construct-properties-5.swf.trace

Check initial properties of script-constructed objects >>> new Object () [type Function] undefined undefined undefined [object Object] undefined >>> {} [type Function] undefined undefined undefined [o
www.eeworm.com/read/243950/12905225

trace 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] true undefined false [object Object] true