summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/xdr/tagged-template-literals.js
blob: b37f3bbbf33e2570424e44e3243cc13e402a03c3 (plain)
1
2
3
4
var code = cacheEntry("assertEq('bar', String.raw`bar`);");
var g = newGlobal({ cloneSingletons: true });
evaluate(code, { global: g, saveIncrementalBytecode: true });
evaluate(code, { global: g, loadBytecode: true })