Enum CheckSyntaxResult
- Namespace
- JavaScriptCore
- Assembly
- JavaScriptCore-6.0.dll
public enum CheckSyntaxResult
Fields
IrrecoverableError = 2OutOfMemoryError = 4RecoverableError = 1StackOverflowError = 5Success = 0UnterminatedLiteralError = 3
public enum CheckSyntaxResult
IrrecoverableError = 2OutOfMemoryError = 4RecoverableError = 1StackOverflowError = 5Success = 0UnterminatedLiteralError = 3