-
Updated
Apr 1, 2022 - C++
javascript-engine
Here are 64 public repositories matching this topic...
-
Updated
Jul 6, 2022 - C
-
Updated
Jul 6, 2022 - JavaScript
Describe the bug
The expression /=/ does not get parsed as a regexp
To Reproduce
let myRegex = /=/;That throws this: "unexpected token '/=', primary expression at line 1, col 15"
Expected behavior
It should give me the regu
-
Updated
Mar 19, 2022 - C
The README recommends adding ~/.jsvu to the $PATH. If you look at its contents, however:
▲ ~/ ls ~/.jsvu
. .. engines status.json v8
you'll see that I get the v8 binary (good!), but also I'm exposing status.json and engines to my $PATH
▲ ~/ engines
zsh: permission denied: engines
▲ ~/ status.json
zsh: permission deni
-
Updated
Jun 6, 2022 - C
-
Updated
Oct 14, 2021 - Go
right now, we have a bunch of warnings in Clippy. We could fix them gradually. And set up Clippy in Ci at last.
Replace copy_dir
copy_dir is quite outdated and tends to introduce a duplicate dependency on walkdir.
We can either ship a compressed version of the code, which is then uncompressed instead of copying the source directory.
Or switch to a different dependency like fs-extra.
See libquickjs-sys/build.rs.
-
Updated
Oct 12, 2021 - C++
-
Updated
Jun 29, 2022 - C#
-
Updated
Sep 14, 2021 - Pascal
-
Updated
Sep 17, 2021 - Python
-
Updated
Jul 6, 2022 - C++
-
Updated
Apr 20, 2022 - C
-
Updated
Nov 22, 2021 - C#
-
Updated
Aug 14, 2019 - C
-
Updated
Jul 20, 2021 - Python
-
Updated
Nov 18, 2021 - Kotlin
-
Updated
May 24, 2021 - C#
-
Updated
May 28, 2020 - Rust
-
Updated
Jul 3, 2022 - JavaScript
-
Updated
Jun 28, 2018 - Java
-
Updated
Jun 22, 2022 - C#
-
Updated
Jul 6, 2022 - JavaScript
-
Updated
Nov 26, 2021 - C
Improve this page
Add a description, image, and links to the javascript-engine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the javascript-engine topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

the following poc cause a assertion failure in "debug" build on ubuntu.