| 508 | } |
| 509 | |
| 510 | Squirrel::Squirrel(std::string_view api_name) : |
| 511 | api_name(api_name), allocator(std::make_unique<ScriptAllocator>()) |
| 512 | { |
| 513 | this->Initialize(); |
| 514 | } |
| 515 | |
| 516 | void Squirrel::Initialize() |
| 517 | { |
nothing calls this directly
no test coverage detected