Lines Matching refs:cachedData
63 description: The `cachedData` and `produceCachedData` options are
75 * `cachedData` {Buffer|TypedArray|DataView} Provides an optional `Buffer` or
79 * `produceCachedData` {boolean} When `true` and no `cachedData` is present, V8
82 `cachedData` property of the returned `vm.Script` instance.
112 `cachedData` option. Returns a `Buffer`. This method may be called at any
641 * `cachedData` {Buffer|TypedArray|DataView} Provides an optional `Buffer` or
644 `cachedData` was created.
733 `cachedData` option. Returns a `Buffer`. This method may be called any number
741 const cachedData = module.createCachedData();
744 const module2 = new vm.SourceTextModule('const a = 1;', { cachedData });
864 * `cachedData` {Buffer|TypedArray|DataView} Provides an optional `Buffer` or
1072 * `cachedData` {Buffer|TypedArray|DataView} Provides an optional `Buffer` or
1076 * `produceCachedData` {boolean} When `true` and no `cachedData` is present, V8
1079 `cachedData` property of the returned `vm.Script` instance.
1170 * `cachedData` {Buffer|TypedArray|DataView} Provides an optional `Buffer` or
1174 * `produceCachedData` {boolean} When `true` and no `cachedData` is present, V8
1177 `cachedData` property of the returned `vm.Script` instance.
1249 * `cachedData` {Buffer|TypedArray|DataView} Provides an optional `Buffer` or
1253 * `produceCachedData` {boolean} When `true` and no `cachedData` is present, V8
1256 `cachedData` property of the returned `vm.Script` instance.