mrdocs::js::Scope::pushString

Push a string to the stack

Synopsis

Value
pushString(std::string_view value);

Return Value

A Value representing the string.

Parameters

Name

Description

value

The string value to push. The string is copied to the internal heap.

Created with MrDocs