Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
config:javascript [2021/03/06 16:35] – created digital man | config:javascript [2022/03/14 19:44] (current) – [See Also] Andre | ||
---|---|---|---|
Line 16: | Line 16: | ||
|'' | |'' | ||
|'' | |'' | ||
- | |'' | + | |'' |
+ | |||
+ | ===== Notes ===== | ||
+ | |||
+ | === JavaScriptTimeLimit === | ||
+ | Default: '' | ||
+ | |||
+ | Maximum number of ticks (100ms) before auto-termination of a JavaScript script (i.e. //infinite loop detection// | ||
+ | |||
+ | Set to '' | ||
+ | |||
+ | Note: This key replaces the old '' | ||
+ | |||
+ | === JavaScriptGcInterval === | ||
+ | Default: '' | ||
+ | |||
+ | JavaScript Garbage Collection interval (in ticks). | ||
+ | |||
+ | Set to '' | ||
+ | |||
+ | === JavaScriptYieldInterval === | ||
+ | |||
+ | Default: '' | ||
+ | |||
+ | Time-slice yield interval (in ticks). | ||
+ | |||
+ | Set to '' | ||
+ | |||
+ | === JavaScriptLoadPath === | ||
+ | Default: '' | ||
+ | |||
+ | Comma-separated list of load paths (relative to '' | ||
+ | |||
+ | These are the directories/ | ||
===== Options ===== | ===== Options ===== | ||
Line 34: | Line 68: | ||
The default JavaScript option flags (when the key is not specified) are: | The default JavaScript option flags (when the key is not specified) are: | ||
- | JIT | METHODJIT | + | JIT | COMPILE_N_GO |
===== See Also ===== | ===== See Also ===== | ||
* [[: | * [[: | ||
- | {{tag> | + | |
+ | {{tag>configuration | ||