Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buke/quickjs-go
/ exit
Function
exit
deps/quickjs/repl.js:1524–1527 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
1522
}
1523
1524
function
exit(e) {
1525
save_history();
1526
std.exit(e);
1527
}
1528
1529
function
to_bool(s, def) {
1530
return
s ?
"1 true yes Yes"
.includes(s) : def;
Callers
15
parse_unicode_data
Function · 0.85
parse_special_casing
Function · 0.85
parse_case_folding
Function · 0.85
parse_composition_exclusions
Function · 0.85
parse_derived_core_properties
Function · 0.85
parse_derived_norm_properties
Function · 0.85
parse_prop_list
Function · 0.85
parse_scripts
Function · 0.85
parse_script_extensions
Function · 0.85
build_conv_table
Function · 0.85
check_case_conv
Function · 0.85
check_flags
Function · 0.85
Calls
1
save_history
Function · 0.85
Tested by
3
fatal
Function · 0.68
perror_exit
Function · 0.68
help
Function · 0.68