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 fbe036f
Show file tree
Hide file tree
Showing 70 changed files with 793 additions and 833 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 fbe036f

Please sign in to comment.