es-meta / esmeta

ECMAScript Specification (ECMA-262) Metalanguage
BSD 3-Clause "New" or "Revised" License
175 stars 12 forks source link

Reimplement ValidityChecker using GraalVM polyglot API #214

Closed hyp3rflow closed 4 months ago

hyp3rflow commented 4 months ago

ScriptEngineManager currently in use is considered as a legacy feature.

reference: https://www.graalvm.org/latest/reference-manual/js/ScriptEngine/

Most of the codes are directly ported from https://github.com/kaist-plrg/esmeta/tree/online-bug-sensitivity

d01c2 commented 4 months ago

LGTM! 👍🏻