summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/self-test/baselineCompile-Bug1444894.js
blob: 768d4b655c474247a961a17a3ab0b18c42e90633 (plain)
1
2
3
4
5
if (typeof baselineCompile == "function") {
    gc();
    newGlobal().baselineCompile();
}