mirror of
https://github.com/ccxvii/mujs.git
synced 2026-02-06 01:41:37 +08:00
f6c5c56b446123b1d3ee7865870091a060ddd7d1
Create script (global/eval code) functions without a scope (they're not closures) and run them with js_eval so they can execute with the current scope chain. Normal functions still have a scope and are run with js_call.
…
…
…
libjs: An embeddable Javascript interpreter in C.
Description