load-mod.js (262B)
1 // Files for some of these tests are pre-generated and located in js/src/jit-test/lib/gen. 2 // There you will also find the script to update these files. 3 function loadMod(name) { 4 return decompressLZ4(os.file.readFile(libdir + "gen/" + name, "binary").buffer) 5 }