Options
All
  • Public
  • Public/Protected
  • All
Menu

Used for repeated expressions Normally we'd try to use something like dup but wasm weird First time it's compiled it stores value in a new local After that it just does local.get

Hierarchy

Index

Constructors

Properties

_datatype: DataType
_isCompiled: boolean = false
locals: FunLocalTracker[] = null
token: LexerToken
type: ValueType
value: any
Type: typeof ValueType = ValueType

Accessors

  • get expensive(): boolean

Methods

  • isConstExpr(): boolean
  • typename(): string

Generated using TypeDoc