mrdocs::js::Scope::Scope
Constructor.
Synopsis
Declared in <mrdocs/Engines/JavaScript/Scope.hpp>
Scope(Context const& ctx) noexcept;
Description
Records the context for this scope. The context's mutex is NOT held for the lifetime of the Scope; instead, each operation locks briefly.
Parameters
Name |
Description |
ctx |
The context to use. |
Created with MrDocs