property Script.prototype.cachedDataRejected Usage in Deno```typescript import { Script } from "node:node__vm.d.ts"; ``` When `cachedData` is supplied to create the `vm.Script`, this value will be set to either `true` or `false` depending on acceptance of the data by V8. Otherwise the value is `undefined`. Type boolean | undefined