V8CacheOptions Type
Union cases
| Union case |
Description
|
Full Usage:
BypassHeatCheck
|
Bypass code caching heuristics but with lazy compilation |
Full Usage:
BypassHeatCheckAndEagerCompile
|
Same as above except compilation is eager. Default policy is code. |
Full Usage:
Code
|
Heuristic based code caching |
Full Usage:
None
|
Disables code caching |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsBypassHeatCheck
Returns: bool
|
|
Full Usage:
this.IsBypassHeatCheckAndEagerCompile
Returns: bool
|
|
Full Usage:
this.IsCode
Returns: bool
|
|
Full Usage:
this.IsNone
Returns: bool
|
|
fable-electron-docs-api