xuxiaobo-bobo 28c0fc3999 '0218'
2023-02-18 03:07:48 +08:00

6 lines
344 B
JavaScript

// Comment对象
bodavm.memory.globalobj['Comment'] = function Comment(){}
bodavm.toolsFunc.safeProto(bodavm.memory.globalobj['Comment'], "Comment");
bodavm.memory.globalobj['Comment'].prototype.__proto__=bodavm.memory.globalobj['CharacterData'].prototype;
bodavm.memory.globalobj['Comment'].__proto__=bodavm.memory.globalobj['CharacterData'];