#include <jsengine.h>
◆ log_exception_details
constexpr bool ccf::JSRuntimeOptions::Defaults::log_exception_details = false |
|
staticconstexpr |
◆ max_cached_interpreters
constexpr size_t ccf::JSRuntimeOptions::Defaults::max_cached_interpreters = 10 |
|
staticconstexpr |
◆ max_execution_time_ms
constexpr uint64_t ccf::JSRuntimeOptions::Defaults::max_execution_time_ms = 5000 |
|
staticconstexpr |
◆ max_heap_bytes
constexpr size_t ccf::JSRuntimeOptions::Defaults::max_heap_bytes = 100 * 1024 * 1024 |
|
staticconstexpr |
◆ max_stack_bytes
constexpr size_t ccf::JSRuntimeOptions::Defaults::max_stack_bytes = 1024 * 1024 |
|
staticconstexpr |
◆ return_exception_details
constexpr bool ccf::JSRuntimeOptions::Defaults::return_exception_details = false |
|
staticconstexpr |
The documentation for this struct was generated from the following file: