Skip to content

Commit

Permalink
rename from optimizationLevel to mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Dec 21, 2024
1 parent e5f4def commit a7f7a1f
Show file tree
Hide file tree
Showing 70 changed files with 790 additions and 790 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public void worksWithUndefined() {
}

private static void canUseEvalSpecialWithThisSetTo(Object thisArg) {
Utils.runWithAllOptimizationLevels(
Utils.runWithAllModes(
cx -> {
ScriptableObject scope = cx.initStandardObjects();
Object o =
Expand Down
Loading

0 comments on commit a7f7a1f

Please sign in to comment.