index
:
chawan
this commit
master
Chawan - a web browser for your terminal (mirror)
ahoang <ahoang@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
quickjs
/
quickjs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
added container_of macro
Fabrice Bellard
2023-12-22
1
-1
/
+1
*
safer typed array finalizer
Fabrice Bellard
2023-12-22
1
-2
/
+17
*
fixed js_strtod with large integers (github issue #206)
Fabrice Bellard
2023-12-22
1
-2
/
+6
*
quickjs: avoid an unnecessary null check for can_destroy
bptato
2023-12-22
1
-4
/
+4
*
fixed 'return' handling with 'yield' in 'for of' or with finally blocks (gihu...
Fabrice Bellard
2023-12-14
1
-72
/
+120
*
fixed async generator in case of exception in the implicit await in the 'retu...
Fabrice Bellard
2023-12-14
1
-9
/
+20
*
Fix AsyncGenerator.prototype.return error handling (bnoordhuis)
Fabrice Bellard
2023-12-14
1
-4
/
+13
*
raise an error if a private method is added twice to an object
Fabrice Bellard
2023-12-14
1
-0
/
+6
*
Reapply "reworked set property and fixed corner cases of typed array set prop...
bptato
2023-12-09
1
-166
/
+110
*
Revert "reworked set property and fixed corner cases of typed array set prope...
bptato
2023-12-09
1
-110
/
+166
*
added Array.prototype.findLast{Index} and TypeArray.prototype.findLast{index}...
Fabrice Bellard
2023-12-09
1
-16
/
+61
*
fixed duplicate static private setter/getter test
Fabrice Bellard
2023-12-09
1
-7
/
+12
*
fixed delete super.x error
Fabrice Bellard
2023-12-09
1
-12
/
+4
*
reworked set property and fixed corner cases of typed array set property
Fabrice Bellard
2023-12-09
1
-166
/
+110
*
Retrieve RegExp 'g' flag in spec conformant way (original patch by bnoordhuis)
Fabrice Bellard
2023-12-09
1
-8
/
+27
*
fixed lexical scope of 'this' with eval (github issue #192)
Fabrice Bellard
2023-12-09
1
-6
/
+7
*
fixed negative zero date
Fabrice Bellard
2023-12-09
1
-12
/
+14
*
Revert "add_eval_variables: do not close over `this' twice"
bptato
2023-12-09
1
-2
/
+1
*
fixed private field setters (github issue #194)
Fabrice Bellard
2023-12-08
1
-1
/
+2
*
added missing bignum error tests (github issue #159)
Fabrice Bellard
2023-12-08
1
-12
/
+64
*
added String.prototype.at, Array.prototype.at and TypedArray.prototype.at
Fabrice Bellard
2023-12-08
1
-3
/
+72
*
Revert "quickjs: add Array.prototype.at"
bptato
2023-12-08
1
-30
/
+0
*
the BigInt support is now always included
bellard
2023-12-05
1
-841
/
+430
*
quickjs: improve can_destroy hook
bptato
2023-12-05
1
-19
/
+40
*
qjs: fix a warning
bptato
2023-12-02
1
-1
/
+1
*
js: simplify toJSP0
bptato
2023-11-30
1
-0
/
+6
*
base64: reduce pointless re-coding using JSString
bptato
2023-10-21
1
-1
/
+28
*
add_eval_variables: do not close over `this' twice
bptato
2023-10-13
1
-1
/
+2
*
Fix stack overflow in CVE-2023-31922
Nick Vatamaniuc
2023-09-23
1
-0
/
+6
*
quickjs: add Array.prototype.at
bptato
2023-09-03
1
-0
/
+30
*
Remove getClassID hack
bptato
2023-06-27
1
-0
/
+9
*
Working Nim-QuickJS GC integration
bptato
2023-06-24
1
-2
/
+58
*
Include QuickJS sources in the repository
bptato
2023-06-22
1
-0
/
+54186