Files
dusk/test
YourWishes 5f34cb34b2 Add a thin declarative API for defining script methods/properties
scriptvalue.h/.c holds the scriptvalue_t tagged-union type and its
JS<->C decode/encode helpers; scriptdef.h/.c holds the declarative
scriptfuncdef_t/scriptpropdef_t definitions, the binding registry,
and the JerryScript trampolines. Lets a module declare its JS-facing
methods/properties/globals as typed data instead of hand-writing
argument-checking boilerplate per method. Framework only for now --
no existing module has been migrated onto it yet.
2026-08-03 19:36:08 -05:00
..
2026-07-21 18:55:23 -05:00
2026-06-25 19:56:14 -05:00
2026-07-21 09:29:14 -05:00
2026-06-01 10:57:40 -05:00
2026-05-26 19:24:17 -05:00
2026-05-26 19:24:17 -05:00
2026-05-26 19:24:17 -05:00
2026-01-05 16:13:14 -06:00