Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
Go to the source code of this file.
Classes | |
class | ScriptContext |
Abstraction around a SpiderMonkey JSContext. More... | |
Namespaces | |
namespace | Script |
Wraps SM APIs for manipulating JS objects. | |
Variables | |
constexpr int | DEFAULT_CONTEXT_SIZE = 16 * 1024 * 1024 |
constexpr int | DEFAULT_HEAP_GROWTH_BYTES_GCTRIGGER = 2 * 1024 * 1024 |
thread_local std::shared_ptr< ScriptContext > | g_ScriptContext |
|
constexpr |
|
constexpr |
|
extern |