luci/contrib/package
Jo-Philipp Wich 42201e336d ucode-mod-lua: support prototype lookups and method calls on ucode values
Expose ucode arrays and objects with prototypes as userdata proxy objects
to Lua and extend the userdata metadatable with an __index metamethod to
lookup not found properties in the ucode values prototype chain.

Also extend the __call metamethod implementation to infer method call
status from the activation record in order to invoke ucode functions with
the correct `this` context when called as method from Lua.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2022-08-26 10:11:17 +02:00
..
csstidy csstidy: update to latest Git HEAD 2021-06-13 19:54:36 +02:00
lucihttp lucihttp: update to latest Git HEAD 2022-07-08 15:26:23 +02:00
ucode-mod-lua ucode-mod-lua: support prototype lookups and method calls on ucode values 2022-08-26 10:11:17 +02:00
Makefile Rewrote host environment targets to work out of the box 2008-07-24 13:55:11 +00:00