bellard

Results 5 issues of bellard

This reverts commit db9dbd0a2b6d115c9ef3c0dc37e0c669ef4844e4.

The QuickJS results in test262.fyi are meaningless because of two problems: 1) The binary run for the tests must be "run-test262" with the -N option (and --module for modules). It...

Hi, Many tests (about 70) in language/module-code are failing for all engines while they should not. It is likely the problem is that the module fixtures are loaded using a...

bug
results

The existence of JSRuntime and JSContext complicates the QuickJS API because many functions are duplicated and sometimes it is not clear whether a JSRuntime or JSContext parameter is required. The...