]> git.kaiwu.me - quickjs.git/commit
fixed 'return' handling with 'yield' in 'for of' or with finally blocks (gihub ticket...
authorFabrice Bellard <fabrice@bellard.org>
Wed, 13 Dec 2023 18:02:47 +0000 (19:02 +0100)
committerFabrice Bellard <fabrice@bellard.org>
Wed, 13 Dec 2023 18:02:47 +0000 (19:02 +0100)
commit4bb8c35da7c83b5eb67541772b857e822da855da
tree3e4d0e578217c85af579416d4d644fa132cc13da
parent57105c7f23d196b2a6d954d70c290d021f8bbefc
fixed 'return' handling with 'yield' in 'for of' or with finally blocks (gihub ticket #166)
quickjs-opcode.h
quickjs.c
tests/test_builtin.js