UNPKG

prepack

Version:

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

16 lines (13 loc) 374 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (realm, obj) { // ECMA262 25.1.2.1 obj.defineNativeMethod(realm.intrinsics.SymbolIterator, 0, context => { // 1. Return the this value. return context; }); }; var _index = require("../../values/index.js"); //# sourceMappingURL=IteratorPrototype.js.map