prepack
Version:
Execute a JS bundle, serialize global state and side effects to a snapshot that can be quickly restored.
13 lines (10 loc) • 373 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = function (realm, obj) {
obj.defineNativeProperty("name", new _index.StringValue(realm, "SyntaxError"));
obj.defineNativeProperty("message", realm.intrinsics.emptyString);
};
var _index = require("../../values/index.js");
//# sourceMappingURL=SyntaxErrorPrototype.js.map