about summary refs log tree commit diff stats
path: root/src/js/opaque.nim
Commit message (Collapse)AuthorAgeFilesLines
* dom: add onload content attribute to bodybptato2024-02-241-2/+6
|
* regex: re-work compileSearchRegexbptato2024-02-171-2/+6
| | | | | | | I've gotten tired of not being able to search for forward slashes. Now it works like in vim, and you can also set default ignore case in the config.
* Use std/* imports everywherebptato2024-01-071-1/+1
|
* event: remove ctx from CustomEventbptato2023-12-031-1/+3
| | | | | Instead, make finalizers optionally pass their runtime for resource deallocation.
* pager, container: add text selection/copyingbptato2023-12-031-0/+1
| | | | | | | | | | * Add select & copy selection functionality to container * Fix bug in generateSwapOutput where output could be misplaced because of zero-width cells * Add fromJSPromise, call runJSJobs in every iteration of the headed event loop * "await" pager actions that output a promise * Change default view source keybinding to `\'
* js: allow subclassing platform objects in JSbptato2023-11-301-0/+1
|
* js: refine isInstanceOf check in functionsbptato2023-10-251-0/+1
| | | | Special case the global object, check for inheritance, etc.
* javascript: add TextEncoder, TextDecoderbptato2023-10-211-0/+4
|
* dom: add document.all, misc fixesbptato2023-09-191-0/+1
| | | | | | | | * Fix an issue with Collection cache invalidation (we must invalidate collections of the parent node on insertion, so that it triggers a refresh). * Remove circular reference of document.document, now we use a function instead.
* move around more modulesbptato2023-09-141-1/+1
| | | | | | | | | | * ips -> io/ * loader related stuff -> loader/ * tempfile -> extern/ * buffer, forkserver -> server/ * lineedit, window -> display/ * cell -> types/ * opt -> types/
* javascript: fix a GC bugbptato2023-09-091-0/+1
| | | | | | | GC_unref may indirectly call nim_finalize_for_js, which could mess up execution of checkDestroy. I haven't encountered it in refc, but it's definitely present in orc.
* javascript: fix fromJSFunction, simplify setOpaquebptato2023-08-301-3/+3
| | | | | | * fromJSFunction: dup the value, so that it cannot go out of context. * setOpaque no longer calls GC_ref, so no need for it to be generic instead of just taking a pointer.
* javascript: factor out fromJSbptato2023-08-291-0/+37
|
* javascript: refactorbptato2023-08-281-0/+82
Split out parts of the JS module, because it was starting to confuse the compiler a little. (Peakmem is back at 750M. Interesting.)
62@gmail.com> 2022-07-13 22:56:28 +0200 Initial QuickJS integration' href='/ahoang/chawan/commit/src/bindings/quickjs.nim?id=e780de79f0193a67a74b834c9bfbf2e0ef8e3c03'>e780de79 ^
c9588388 ^









7e77bced ^
2e37c2ce ^
7e77bced ^
51ea622d ^

10d3154e ^

7e77bced ^
51ea622d ^

7e77bced ^



1b7f6849 ^
c9588388 ^

1b7f6849 ^
7e77bced ^
51ea622d ^
7e77bced ^
69870f3b ^
bfaf210d ^







7e77bced ^
bfaf210d ^
7e77bced ^
98865ac7 ^
bfaf210d ^
7e77bced ^

bfaf210d ^

7e77bced ^

bfaf210d ^
7e77bced ^
bfaf210d ^



51ea622d ^




bfaf210d ^
644f8256 ^
bfaf210d ^


c20df592 ^
51ea622d ^













cea4aa03 ^
e780de79 ^





51ea622d ^



10d3154e ^

51ea622d ^





d91d1dda ^
51ea622d ^







d91d1dda ^
51ea622d ^



d91d1dda ^
51ea622d ^






















17097052 ^




7e77bced ^












d91d1dda ^
51ea622d ^




17097052 ^


e780de79 ^


















51ea622d ^










e780de79 ^
51ea622d ^










51d83224 ^
51ea622d ^







a02c408f ^


65ad7f9f ^

51ea622d ^



10d3154e ^
230ad787 ^










10d3154e ^


51ea622d ^
65ad7f9f ^

51ea622d ^



10d3154e ^



65ad7f9f ^










af3dbce8 ^
10d3154e ^







51ea622d ^
51d83224 ^
51ea622d ^


7e77bced ^
51ea622d ^



bd12a8be ^
e780de79 ^
51ea622d ^


e780de79 ^
51ea622d ^

e780de79 ^
51d83224 ^
51ea622d ^


51d83224 ^
80b45c0d ^
51ea622d ^


756ac127 ^
69870f3b ^
c20572d3 ^


3803b94f ^
69870f3b ^



69870f3b ^


51ea622d ^






17097052 ^
e780de79 ^
51ea622d ^




51ea622d ^

10d3154e ^
51ea622d ^

98865ac7 ^
51ea622d ^

e38f831d ^
51ea622d ^



7eee2e1f ^
51ea622d ^


a04485f2 ^
b69d0cd7 ^
3419a65f ^
51ea622d ^
51d83224 ^


51ea622d ^


e780de79 ^
51ea622d ^
229f199e ^


51ea622d ^
d3a32a80 ^





7728bad5 ^

17097052 ^

51ea622d ^



51d83224 ^
51ea622d ^




















e780de79 ^
18008acc ^
3419a65f ^


18008acc ^
f231ffef ^

1bc63e1c ^
51ea622d ^

bb2d3724 ^
e780de79 ^
51ea622d ^











e780de79 ^
51ea622d ^

e780de79 ^
51ea622d ^


bfaf210d ^
51ea622d ^




e780de79 ^
1b7f6849 ^


e38f831d ^

1b7f6849 ^
80b45c0d ^



51ea622d ^

e780de79 ^
51ea622d ^

6f7bcc54 ^
98865ac7 ^


51ea622d ^

3b76f5f0 ^

3803b94f ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528