Tor Andersson f6c5c56b44 Keep the current environment scope chain in the js_State struct.
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.
2014-01-17 14:58:03 +01:00
2014-01-11 18:11:23 +01:00
2014-01-16 20:48:43 +01:00
2014-01-16 02:14:07 +01:00
2014-01-17 03:21:20 +01:00
2014-01-12 13:39:22 +01:00
2014-01-16 02:04:25 +01:00

libjs: An embeddable Javascript interpreter in C.
Description
An embeddable Javascript interpreter in C.
Readme 1.7 MiB