mrdocs::js::Scope::pushString
Push a string to the stack
Synopsis
Declared in <mrdocs/Support/JavaScript.hpp>
Value
pushString(std::string_view value);
Parameters
Name |
Description |
value |
The string value to push. The string is copied to the internal heap. |
Created with MrDocs