runonce.js (333B)
1 load(libdir + "asserts.js") 2 3 // Incremental XDR doesn't have run-once script restrictions. 4 evaluate(cacheEntry(""), { saveBytecodeWithDelazifications: true }); 5 evaluate(cacheEntry(""), { saveBytecodeWithDelazifications: true, isRunOnce: false }); 6 evaluate(cacheEntry(""), { saveBytecodeWithDelazifications: true, isRunOnce: true });