Skip to content

vm: fix `produceCachedData`

Rodrigo Muino Tomonari requested to merge github/fork/jray319/simple-fix into master

Fix segmentation faults when compiling the same code with produceCachedData option. V8 ignores the option when the code is in its compilation cache and does not return cached data. Added cachedDataProduced property to v8.Script to denote whether the cached data is produced successfully.

Merge request reports

Loading