Skip to content

numberValue

function numberValue(n): Value;

Defined in: packages/engine/src/vm/Value.ts:399

Create a Number-typed Value. Uses the arena when active for zero-allocation. This is the most common factory, over 90% of all Value creations.

ParameterType
nnumber

Value