summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/change-code-write-protect.js
blob: d44a30a3b126667bf84567d825d6d13595497728 (plain)
1
2
3
// |jit-test| error:Can't change code write protection at runtime
var value = getJitCompilerOptions()["write-protect-code"];
setJitCompilerOption("write-protect-code", Number(!value));