Open Issues Need Help
View All on GitHub bug: GC may misalign Object Shapes about 1 month ago
AI Summary: Debug a garbage collection (GC) issue in a Rust-based JavaScript engine where object shapes may be misaligned after garbage collection, leading to runtime errors. The issue manifests when a specific test case (`staging/sm/RegExp/unicode-ignoreCase.js`) fails with a "not a callable Object" error, potentially due to `String.prototype` or `RegExp.prototype` memory relocation during GC.
Complexity:
5/5
bug good first issue help wanted