From 59a94d57c9b1a5f3ac9289199634bec6bc303f76 Mon Sep 17 00:00:00 2001 From: tangyouyi Date: Mon, 22 Jan 2018 20:27:26 +0800 Subject: [PATCH] delete the reflection check point for checkpoint.js --- openrasp-plugin-devtool/dist/checkpoint.js | 21 ------------------- .../lib/environment/checkpoint.js | 14 ------------- 2 files changed, 35 deletions(-) diff --git a/openrasp-plugin-devtool/dist/checkpoint.js b/openrasp-plugin-devtool/dist/checkpoint.js index 98e29ff29..24ef1cb46 100644 --- a/openrasp-plugin-devtool/dist/checkpoint.js +++ b/openrasp-plugin-devtool/dist/checkpoint.js @@ -223,27 +223,6 @@ Object.defineProperty(global, 'CheckPointDeserialization', { enumerable: true }); -var CheckPointReflection = function () { - function CheckPointReflection(data) { - _classCallCheck(this, CheckPointReflection); - - this.clazz = data.clazz; - } - - _createClass(CheckPointReflection, null, [{ - key: 'name', - get: function get() { - return 'reflection'; - } - }]); - - return CheckPointReflection; -}(); -Object.defineProperty(global, 'CheckPointReflection', { - value: CheckPointReflection, - enumerable: true -}); - var CheckPointWebdav = function () { function CheckPointWebdav(data) { _classCallCheck(this, CheckPointWebdav); diff --git a/openrasp-plugin-devtool/lib/environment/checkpoint.js b/openrasp-plugin-devtool/lib/environment/checkpoint.js index 210db2487..47fb55177 100644 --- a/openrasp-plugin-devtool/lib/environment/checkpoint.js +++ b/openrasp-plugin-devtool/lib/environment/checkpoint.js @@ -149,20 +149,6 @@ Object.defineProperty(global, 'CheckPointDeserialization', { enumerable: true }); -const CheckPointReflection = class { - constructor(data) { - this.clazz = data.clazz; - } - - static get name() { - return 'reflection'; - } -}; -Object.defineProperty(global, 'CheckPointReflection', { - value: CheckPointReflection, - enumerable: true -}); - const CheckPointWebdav = class { constructor(data) { this.clazz = data.clazz;