Skip to content

Handle strict mode better in direct eval. #178

Handle strict mode better in direct eval.

Handle strict mode better in direct eval. #178

Triggered via push July 19, 2026 01:19
Status Success
Total duration 26m 32s
Artifacts

bazel.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Bazel Tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Bazel Tests: tests/src/test/java/org/mozilla/javascript/tests/SecurityControllerTest.java#L111
[removal] getSecurityManager() in System has been deprecated and marked for removal
Bazel Tests: tests/src/test/java/org/mozilla/javascript/tests/SecurityControllerTest.java#L111
[removal] SecurityManager in java.lang has been deprecated and marked for removal
Bazel Tests: tests/src/test/java/org/mozilla/javascript/tests/SecurityControllerTest.java#L57
[removal] Policy in java.security has been deprecated and marked for removal
Bazel Tests: tests/src/test/java/org/mozilla/javascript/tests/SecurityControllerTest.java#L51
[removal] Policy in java.security has been deprecated and marked for removal
Bazel Tests: tests/src/test/java/org/mozilla/javascript/tests/SecurityControllerTest.java#L51
[removal] Policy in java.security has been deprecated and marked for removal
Bazel Tests: tests/src/test/java/org/mozilla/javascript/tests/SecurityControllerTest.java#L46
[removal] setSecurityManager(SecurityManager) in System has been deprecated and marked for removal
Bazel Tests: tests/src/test/java/org/mozilla/javascript/tests/SecurityControllerTest.java#L46
[removal] SecurityManager in java.lang has been deprecated and marked for removal
Bazel Tests: tests/src/test/java/org/mozilla/javascript/tests/SecurityControllerTest.java#L45
[removal] Policy in java.security has been deprecated and marked for removal
Bazel Tests: rhino/src/main/java/org/mozilla/javascript/InterpreterV2.java#L588
[UnusedMethod] Constructor 'V2CompilationResult' is never used.