Enumeration (GI Enum)

JavaScriptCore-6.0JavaScriptCoreCheckSyntaxResult

Enum values to specify the result of jsc_context_check_syntax().

Index
IRRECOVERABLE_ERROR: 2

irrecoverable syntax error

OUT_OF_MEMORY_ERROR: 4

out of memory error

RECOVERABLE_ERROR: 1

recoverable syntax error

STACK_OVERFLOW_ERROR: 5

stack overflow error

SUCCESS: 0

no errors

UNTERMINATED_LITERAL_ERROR: 3

unterminated literal error