CCF
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
ccf::JSRuntimeOptions::Defaults Struct Reference

#include <jsengine.h>

Static Public Attributes

static constexpr size_t max_heap_bytes = 100 * 1024 * 1024
 
static constexpr size_t max_stack_bytes = 1024 * 1024
 
static constexpr uint64_t max_execution_time_ms = 5000
 
static constexpr bool log_exception_details = false
 
static constexpr bool return_exception_details = false
 
static constexpr size_t max_cached_interpreters = 10
 

Member Data Documentation

◆ 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: