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
Throw a named subclass of Error carrying a .code field (UNRECOGNIZED_OPERATOR, UNDEFINED_FUNCTION, UNEXPECTED_TOKEN, UNEXPECTED_RETURN_TYPE, EXPECTED_EXPRESSION). Existing .message strings preserved; instanceof Error still holds.
Throw a named subclass of
Errorcarrying a.codefield (UNRECOGNIZED_OPERATOR,UNDEFINED_FUNCTION,UNEXPECTED_TOKEN,UNEXPECTED_RETURN_TYPE,EXPECTED_EXPRESSION). Existing.messagestrings preserved;instanceof Errorstill holds.