UNPKG

prepack

Version:

Execute a JS bundle, serialize global state and side effects to a snapshot that can be quickly restored.

13 lines (10 loc) 391 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (realm, obj) { obj.defineNativeProperty("name", new _index.StringValue(realm, "__IntrospectionError")); obj.defineNativeProperty("message", realm.intrinsics.emptyString); }; var _index = require("../../values/index.js"); //# sourceMappingURL=__IntrospectionErrorPrototype.js.map