issues
search
bellard
/
quickjs
Public repository of the QuickJS Javascript Engine.
https://bellard.org/quickjs
Other
8.52k
stars
892
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
not a constructor
#368
Stubbsware
opened
1 day ago
0
Fix undefined behavior
#367
pitust
opened
5 days ago
0
Fixing QuickJS bug with nan value handling, causing an infinite loop on Nintendo Switch
#366
AlexDenfordSkyboxLabs
opened
1 week ago
0
Support for JSON.rawJSON
#365
chrisdickinson
opened
2 weeks ago
0
`fetch` functionality
#364
nv08
opened
2 weeks ago
4
No error showed when error threw with `--module` flag
#363
zhuscat
opened
3 weeks ago
2
Can quickjs be used in multithreading?
#362
penneryu
opened
1 month ago
3
Improve JS_GetArrayBuffer
#361
jiangjieke
opened
1 month ago
0
examples/point.c: add PointEnumerable class
#360
leoplo
opened
1 month ago
0
Missing setenv() and getenviron() in library std
#359
technobuddha
closed
1 month ago
2
Undefined behavior in bf_set_si
#358
cryptocode
opened
1 month ago
1
Return missing in module
#357
nv08
opened
1 month ago
3
skip verification of class ID in JS_GetOpaque if class_id is 0
#356
bendmorris
opened
1 month ago
0
When will QuickJS have a new release version?
#355
buddyliao
opened
2 months ago
7
Fix compiling with undefined to `bfdec_normalize_and_round`
#354
HarlonWang
opened
2 months ago
0
Add JS_DumpObjects support
#353
HarlonWang
opened
2 months ago
3
Source map support for rewriting error
#352
stevefan1999-personal
opened
2 months ago
2
Async Module Loader
#351
stevefan1999-personal
opened
2 months ago
0
Fix SIGSEGV cause by WeakMap mem leak
#350
kasonyang
opened
2 months ago
0
Out-of-bound write in __bf_div, libbf.c
#349
3393304070
opened
2 months ago
0
Fixed out-of-bound write in libbf.c
#348
3393304070
opened
2 months ago
1
Question: how many CPU cores does V8 use in benchmark?
#347
linrongbin16
closed
2 months ago
2
Add a version of `JS_SetPropertyFunctionList()` that handles errors.
#346
xeioex
opened
2 months ago
0
This simple example of JS_GetModuleNamespace can't be run successfully.
#345
JustDooooIt
closed
2 months ago
0
Date.toLocaleTimeString does not support option hour12
#344
saibing
opened
2 months ago
0
Static linked binary generation
#343
nv08
closed
1 month ago
1
Add native windows support (not MinGW)
#342
ethindp
opened
3 months ago
2
Uncaughtable error seems to be caughtable when it occurs inside a Promise, is that an expected behavior?
#341
laishere
opened
3 months ago
0
The error malloc_consolidate(): unaligned fastbin chunk detected occurs when calling JS_FreeRuntime.
#340
Mr-TianLang
closed
3 months ago
0
Expose `JS_ToBoolean()`, `JS_ToNumber()`, and `JS_ToObject()`
#339
kasperisager
opened
3 months ago
0
Strange behavior of QuickJS interpreter
#338
LazataknesSoftware
opened
3 months ago
2
Add WeakRef Implementation
#337
LanderlYoung
opened
3 months ago
7
Fix termination in Worker test
#336
akosthekiss
closed
3 months ago
2
Ensure not creating a worker with non-existing module
#335
renatahodovan
opened
4 months ago
0
Ensure that workers in fuzzers can create their own context
#334
renatahodovan
opened
4 months ago
2
Example of C class extending JS class
#333
Sytten
opened
4 months ago
7
Get/Set property of object passed as an argument
#332
jockm
closed
4 months ago
2
How to monitor js_runtime or js_context healthness and gracefully shutdown after specified timeout
#331
laishere
closed
4 months ago
8
docs: website typo
#330
agorushkin
closed
4 months ago
2
Segmentation fault with cyclic imports
#329
malbarbo
opened
4 months ago
1
Please use the variable CC as a compiler when available
#328
yurivict
opened
4 months ago
0
bump license year
#327
LiamSwayne
closed
4 months ago
0
bf_atof_internal should check `USE_BF_DEC` macro before using bfdec_normalize_and_round
#326
laishere
opened
4 months ago
2
Cannot compile qjs in MinGW64 for windows...
#325
Honya2000
opened
4 months ago
3
Allow trapping `Object.getPrototypeOf` in a C proxy class
#324
ruochenjia
opened
4 months ago
0
Cannot parse simple js code...
#323
Honya2000
opened
4 months ago
4
Windows - MSVC support ?
#322
Honya2000
opened
5 months ago
1
Some 32-bit archs require explicit liking to `libatomic`, otherwise build fails: Undefined symbols: "___atomic_compare_exchange_8", "___atomic_fetch_xor_8" etc.
#321
barracuda156
opened
5 months ago
27
[macOS] Compiler should not be hardcoded, as gcc can also be used (and _should_ be used on some platforms)
#320
barracuda156
opened
5 months ago
2
heap-buffer-overflow in js_printf_internal
#319
renatahodovan
opened
5 months ago
0
Next