first commit
This commit is contained in:
12
build/node_modules/prepack/lib/intrinsics/ecma262/EvalError.js
generated
vendored
Normal file
12
build/node_modules/prepack/lib/intrinsics/ecma262/EvalError.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
|
||||
exports.default = function (realm) {
|
||||
return (0, _Error.build)("EvalError", realm);
|
||||
};
|
||||
|
||||
var _Error = require("./Error.js");
|
||||
//# sourceMappingURL=EvalError.js.map
|
||||
Reference in New Issue
Block a user