Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | javascript: add JSDict type | bptato | 2023-09-09 | 1 | -1/+16 |
| | | | | And use that in extern(). | ||||
* | buffer: basic click event support | bptato | 2023-08-31 | 1 | -3/+14 |
| | | | | | | | Mostly a proof of concept. Just bubble it unconditionally for now and never prevent default. Also, fix fromJSFunction by Dup'ing its closure JSValue. | ||||
* | javascript: fix fromJSFunction, simplify setOpaque | bptato | 2023-08-30 | 1 | -1/+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 fromJS | bptato | 2023-08-29 | 1 | -0/+457 |