| Value | Meaning |
|---|---|
| Success0 | no errors |
| RecoverableError1 | recoverable syntax error |
| IrrecoverableError2 | irrecoverable syntax error |
| UnterminatedLiteralError3 | unterminated literal error |
| OutOfMemoryError4 | out of memory error |
| StackOverflowError5 | stack overflow error |
Enum values to specify the result of javascriptcore.context.Context.checkSyntax.