Charlie Gordon
74bdb4967c
Improve tests
...
- split test_bigfloat.js from test_bignum.js
- make test_date() compatible with node
- document Date constructor string argument format:
should add test cases for invalid strings
- test_argument_scope(): only test this syntax error in strict mode:
`var f = function(a = eval("var arguments")) {};`
2024-02-17 21:54:19 +01:00
Charlie Gordon
85fb2caeae
Fix UB signed integer overflow in js_math_imul
...
- Use uint32_t arithmetics and Standard conformant conversion to
avoid UB in js_math_imul.
- add builtin tests
- use specific object directories for SAN targets
2024-02-17 21:15:29 +01:00
Charlie Gordon
8e21b96738
pass node-js command line arguments to microbench
2024-02-15 09:59:50 +01:00
Ben Noordhuis
626e0d4e60
Unbroke tests/test_test_bjson.js
2024-02-11 18:38:47 +01:00
Ben Noordhuis
2e1013429a
Add more tests
...
- add regexp tests in tests/microbench.js
- add bjson_test_regexp in tests/test_test_bjson.js
2024-02-11 16:20:39 +01:00
Charlie Gordon
c9e6c56c70
Improve microbench
...
- remove import statements (invoke with qjs --std)
- fix compatibility issues with node
- add more loop styles
- add more string concatenation tests
- use === and !=== where appropriate
- fix sort timing log
- add `-r ref_file` command line option to specify reference file
- add .gitignore file with target file patterns
2024-02-11 12:11:53 +01:00
Charlie Gordon
37bd4ae62d
Strip trailing spaces
2024-02-10 16:19:17 +01:00
Fabrice Bellard
cd666a851f
simplified and fixed arrow function parsing (github issue #226 )
2024-01-27 13:12:54 +01:00
Fabrice Bellard
10fc744ae4
regexp: fixed the zero advance logic in quantifiers (github issue #158 )
2024-01-10 14:36:19 +01:00
Fabrice Bellard
f25e5d4094
optional chaining fixes (github issue #103 )
2024-01-09 19:15:40 +01:00
Fabrice Bellard
aac24640b1
fix worker termination in example (github issue #98 )
2024-01-08 18:41:03 +01:00
Fabrice Bellard
c06c399f4f
fixed next token parsing after a function definition (github issue #77 )
2024-01-08 18:40:35 +01:00
Fabrice Bellard
5935a26eae
fixed class name init in static initializers
2024-01-08 18:39:58 +01:00
Fabrice Bellard
df3781d082
make for in faster and spec compliant (github issue #137 )
2024-01-06 14:43:29 +01:00
Fabrice Bellard
2ee6be705f
added os.now()
2023-12-27 19:09:29 +01:00
Fabrice Bellard
2785ede778
fixed JS module autodetection with shebang (github issue #91 )
2023-12-27 18:19:46 +01:00
Fabrice Bellard
7414e5f67f
fixed the garbage collection of async functions with closures (github issue #156 )
2023-12-27 17:21:46 +01:00
Fabrice Bellard
a96f440746
fixed js_strtod with large integers (github issue #206 )
2023-12-22 11:02:39 +01:00
Fabrice Bellard
4bb8c35da7
fixed 'return' handling with 'yield' in 'for of' or with finally blocks (gihub ticket #166 )
2023-12-13 19:02:47 +01:00
bellard
b5e62895c6
2021-03-27 release
2021-03-27 11:17:31 +01:00
bellard
b1f67dfc1a
2020-11-08 release
2020-11-08 14:30:56 +01:00
bellard
7c312df422
2020-09-06 release
2020-09-06 19:10:15 +02:00
bellard
8900766099
2020-07-05 release
2020-09-06 19:07:30 +02:00
bellard
1722758717
2020-04-12 release
2020-09-06 19:04:20 +02:00
bellard
383e2b06c8
2020-03-16 release
2020-09-06 19:02:03 +02:00
bellard
0e8fffd4de
2020-01-19 release
2020-09-06 18:57:11 +02:00
bellard
91459fb672
2020-01-05 release
2020-09-06 18:53:08 +02:00