You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unexpectedUntil='Encountered an OP_UNTIL that is not preceded by a matching OP_BEGIN.',
5
5
unexpectedUntilMissingEndIf='Encountered an OP_UNTIL before the previous OP_IF was closed by an OP_ENDIF.',
6
6
excessiveLooping='Program attempted an OP_UNTIL operation that would exceed the limit of repeated bytes.',
7
-
functionIdentifierInvalid='Program attempted to OP_DEFINE an invalid function identifier.',
7
+
exceededMaximumMemorySlots='Program attempted to use an excessive number of memory slots: stack items, alternate stack items, and/or defined functions.',
8
+
functionIdentifierExcessiveLength='Program attempted to OP_DEFINE a function identifier of excessive length.',
8
9
functionIdentifierPreviouslyDefined='Program attempted to OP_DEFINE a previously-defined function identifier.',
9
10
functionIdentifierUndefined='Program attempted to OP_INVOKE an undefined function identifier.',
10
11
malformedFunction='Program attempted to OP_INVOKE malformed bytecode.',
`Function identifier (${functionIdentifier}) is outside of the valid range: ${minimumFunctionIdentifier} to ${maximumFunctionIdentifier} (inclusive).`,
0 commit comments