Enumeration (GI Enum)

JavaScriptCore-6.0JavaScriptCoreCheckSyntaxResult

Enum values to specify the result of jsc_context_check_syntax().

Index

Enumeration Members

IRRECOVERABLE_ERROR: number

irrecoverable syntax error

OUT_OF_MEMORY_ERROR: number

out of memory error

RECOVERABLE_ERROR: number

recoverable syntax error

STACK_OVERFLOW_ERROR: number

stack overflow error

SUCCESS: number

no errors

UNTERMINATED_LITERAL_ERROR: number

unterminated literal error