Skip to content

Commit

Permalink
serenity-js -> ladybird-js (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg authored Nov 9, 2024
1 parent 7bbd02c commit e05671b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Independent daily [test262](https://github.com/tc39/test262) (standard test suit
- [X] JavaScriptCore <small>[source](https://github.com/WebKit/WebKit/tree/main/Source/JavaScriptCore)</small>
- [X] ChakraCore <small>[source](https://github.com/chakra-core/ChakraCore)</small>
- [X] Hermes <small>[site](https://hermesengine.dev)</small> <small>[source](https://github.com/facebook/hermes)</small>
- [X] LibJS <small>[site](https://libjs.dev)</small> <small>[source](https://github.com/SerenityOS/serenity/tree/master/Userland/Libraries/LibJS)</small>
- [X] LibJS <small>[source](https://github.com/LadybirdBrowser/ladybird/tree/master/Userland/Libraries/LibJS)</small>
- [X] engine262 <small>[site](https://engine262.js.org)</small> <small>[source](https://github.com/engine262/engine262)</small>
- [X] GraalJS <small>[source](https://github.com/oracle/graaljs)</small>
- [X] QuickJS <small>[site](https://bellard.org/quickjs/)</small> <small>[source](https://github.com/bellard/quickjs)</small>
Expand Down
2 changes: 1 addition & 1 deletion scripts/engines/libjs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

./scripts/install/esvu.sh libjs
./scripts/test262.sh serenity-js "${HOME}/.esvu/bin/serenity-js" 16
./scripts/test262.sh libjs "${HOME}/.esvu/bin/ladybird-js" 16

0 comments on commit e05671b

Please sign in to comment.