adjust for updated v8 in 8.11

This commit is contained in:
Igor Klopov 2018-06-18 12:26:09 +03:00
parent 74347211e6
commit 768bdd9ac4

View File

@ -21,6 +21,9 @@ const script = `
kCpuFeaturesOffset = 0x0c;
} else
if (modules === 57) {
if (v8 === '6.2') {
kCpuFeaturesOffset = 0x0c;
} else
if (v8 === '5.8') {
kCpuFeaturesOffset = 0x0c;
} else {