mrdocs::js::Scope::pushInteger

Push an integer to the stack

Synopsis

Value
pushInteger(int64_t value);

Return Value

A Value representing the integer.

Parameters

Name

Description

value

The integer value to push.

Created with MrDocs