boda_jsEnv/bodaEnv/env/webkitCancelAnimationFrame.js
xuxiaobo-bobo 842b34b5ca 0218
2024-02-18 15:40:48 +08:00

18 lines
635 B
JavaScript

// webkitCancelAnimationFrame对象
bodaEnv.memory.globlProtoObj["webkitCancelAnimationFrame"] = {
webkitCancelAnimationFrame(a) {
bodaEnv.toolsFunc.console_copy(`webkitCancelAnimationFrame 使用-- >`, a);
}
}.webkitCancelAnimationFrame;
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["webkitCancelAnimationFrame"], "length", {
configurable: true,
enumerable: false,
writable: false,
value: 1
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["webkitCancelAnimationFrame"], "name", {
configurable: true,
enumerable: false,
writable: false,
value: 'webkitCancelAnimationFrame'
});