Value | Meaning |
---|---|
SUCCESS0 | no errors |
RECOVERABLE_ERROR1 | recoverable syntax error |
IRRECOVERABLE_ERROR2 | irrecoverable syntax error |
UNTERMINATED_LITERAL_ERROR3 | unterminated literal error |
OUT_OF_MEMORY_ERROR4 | out of memory error |
STACK_OVERFLOW_ERROR5 | stack overflow error |
Enum values to specify the result of jsc_context_check_syntax().