about summary refs log tree commit diff stats
path: root/src/js
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary unsigned castsbptato2024-04-261-1/+1
* data: replace std/base64 with atobbptato2024-04-251-64/+4
* js: fix some incorrect defineProperty usagebptato2024-04-212-3/+2
* js: override default toString tag of globalbptato2024-04-211-1/+5
* base64: rewrite btoa toobptato2024-04-211-3/+39
* base64: rewrite atobbptato2024-04-211-6/+65
* Update code stylebptato2024-04-1711-256/+273
* js: remove automatic function -> closure conversionbptato2024-04-153-68/+24
* remove dead code, fix openArray casingbptato2024-04-081-2/+2
* js: proper distinction between Opt/Optionbptato2024-03-243-38/+19
* io: derive DynStream from RootObj (not Stream)bptato2024-03-243-17/+16
* config: clean up/simplifybptato2024-03-171-4/+6
* man: rewrite in Nimbptato2024-03-131-21/+22
* loader: rework process modelbptato2024-03-111-1/+1
* quickjs: reduce diff with upstreambptato2024-03-022-6/+8
* dom: add onload content attribute to bodybptato2024-02-243-3/+26
* dom: print parse errors to consolebptato2024-02-241-6/+8
* Replace Chakasu with Chagashibptato2024-02-222-53/+147
* regex: compileSearchRegex improvementsbptato2024-02-181-9/+7
* regex: re-work compileSearchRegexbptato2024-02-175-65/+62
* js: fix fromJSEnumbptato2024-02-082-6/+17
* regex: fix 8-bit narrow strings in JSbptato2024-02-051-1/+1
* js: always use var destructorbptato2024-01-291-8/+2
* js: update pragma docsbptato2024-01-241-3/+9
* js: define toStringTag properlybptato2024-01-242-3/+12
* js: allow specifying static function name, small refactoringbptato2024-01-241-58/+60
* js: small improvementsbptato2024-01-172-21/+53
* Use errDOMException template everywherebptato2024-01-111-4/+4
* js: merge some type modules into jstypesbptato2024-01-119-44/+45
* js: use Nim allocatorbptato2024-01-081-1/+19
* Use std/* imports everywherebptato2024-01-076-19/+19
* tojs: document + remove unused JSCFunction converterbptato2024-01-071-7/+41
* Fix some casing issuesbptato2024-01-061-4/+4
* Compile with styleCheck:usagesbptato2023-12-283-3/+3
* dom: use JS_EvalFunction; add module fetching stubsbptato2023-12-251-0/+7
* bindings/quickjs: cint -> csize_tbptato2023-12-231-2/+3
* js: fix nil deref in jsgetpropbptato2023-12-201-4/+9
* pager: add marksbptato2023-12-091-0/+15
* event: remove ctx from CustomEventbptato2023-12-032-23/+38
* pager, container: add text selection/copyingbptato2023-12-032-0/+26
* Get rid of clang 16 workaroundbptato2023-12-021-2/+3
* js: get rid of emitbptato2023-12-021-22/+15
* js: get rid of getJSValuebptato2023-12-021-10/+9
* html: add HTMLElement.dataset (+ some twtstr cleanup)bptato2023-12-011-6/+14
* js: simplify toJSP0bptato2023-11-302-31/+11
* js: allow subclassing platform objects in JSbptato2023-11-303-5/+50
* intl: stub out Intl.PluralRulesbptato2023-11-302-0/+26
* js: remove nonsensical comment linebptato2023-11-261-1/+0
* fromjs: fix fromJSOption with nilbptato2023-11-211-1/+1
* js: refine isInstanceOf check in functionsbptato2023-10-253-13/+30