| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
module linking and evaluation to avoid errors with cycling module dependencies
|
|
|
|
|
|
| |
Importing it from upstream.
(Hoping this revert actually worked...)
|
|
|
|
|
|
|
|
| |
property"
This reverts commit 82aa85ef0458e1b97917ffe2626e5631bb444c58.
A-ha, it was just a linking error. We have to fix the Makefile instead.
|
|
|
|
|
|
|
|
| |
property"
This reverts commit 1b38f7b7a7709c3fe21f1adcf1d5de6b2e0e48f7.
Breaks tostring setter for some reason; we'll have to investigate...
|
| |
|
|
|
|
|
|
|
| |
* Expose js_create_from_ctor from QuickJS and directly use that (instead
of badly recreating it)
* Do not call defineUnforgeable twice (it is inevitably called in toJSP0,
so jsctor does not need it)
|
|
|
|
|
| |
We now expose some functions from QuickJS to interact with JavaScript
strings without re-encoding them into UTF-8.
|
|
|
|
| |
Add a JS_GetClassID function to QJS instead.
|
|
|
|
| |
I believe this works correctly. Hopefully I'm not wrong.
|
|
Taken from txiki.js, so it includes zamofex's top-level await patch.
|