mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-06-01 08:24:48 +08:00
update
This commit is contained in:
9
node_modules/inversify/amd/utils/exceptions.js
generated
vendored
Normal file
9
node_modules/inversify/amd/utils/exceptions.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
define(["require", "exports", "../constants/error_msgs"], function (require, exports, ERROR_MSGS) {
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
function isStackOverflowExeption(error) {
|
||||
return (error instanceof RangeError ||
|
||||
error.message === ERROR_MSGS.STACK_OVERFLOW);
|
||||
}
|
||||
exports.isStackOverflowExeption = isStackOverflowExeption;
|
||||
});
|
||||
Reference in New Issue
Block a user