property Script.prototype.cachedDataRejected
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 Jump to heading
boolean | undefined