quickjs/gen
Charlie Gordon f227746c6e
Add util.inspect emulation in REPL (#387)
- output values with controlable depth and detail
- add `.hidden` and `.depth` directives
- remove `eval_mode`
- add `use_strict` and `.strict` meta command
- add missing closures on global objects
- save and load command history to/from `~/.qjs_history`
- use USEPROFILE variable on Windows in addition to HOME
- use the same style names as util.inspect
2024-04-21 08:46:17 +02:00
..
function_source.c Add strip option in qjsc to reduce object size (#388) 2024-04-19 08:41:12 +02:00
hello.c Add strip option in qjsc to reduce object size (#388) 2024-04-19 08:41:12 +02:00
hello_module.c Add strip option in qjsc to reduce object size (#388) 2024-04-19 08:41:12 +02:00
repl.c Add util.inspect emulation in REPL (#387) 2024-04-21 08:46:17 +02:00
test_fib.c Add strip option in qjsc to reduce object size (#388) 2024-04-19 08:41:12 +02:00