// makeswf -v 7 -s 200x150 -r 1 -o delete-prototypes.swf delete-prototypes.as trace ("Check that delete doesn't delete from prototypes."); x = "this"; this.__proto__.x = "prototype"; trace (x); del
http://www.codebf.com/read/462670/1543667
Check that deleting from an object does not delete from the prototype 1 2 2
http://www.codebf.com/read/462670/1543679
Check that delete doesn't delete from prototypes. this prototype prototype
http://www.codebf.com/read/462670/1543684
// makeswf -v 7 -s 200x150 -r 1 -o delete-object.swf delete-object.as trace ("Check that deleting from an object does not delete from the prototype"); o = { x: 1 }; o.__proto__ = { x: 2 }; trace (o.
http://www.codebf.com/read/462670/1543708
http://www.codebf.com/read/462670/1543714
package jmathlib.toolbox.io; import jmathlib.core.tokens.*; import jmathlib.core.functions.ExternalFunction; import java.io.*; public class delete extends ExternalFunction { public OperandT
http://www.codebf.com/read/459034/1575026
http://www.codebf.com/read/455325/1620694
http://www.codebf.com/read/455305/1620963
http://www.codebf.com/read/455305/1620970
http://www.codebf.com/read/455305/1620972
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机