See: Description
| Enum | Description |
|---|---|
| JavetErrorType |
The enum Javet error type is for categorizing the errors.
|
| JavetPromiseRejectEvent |
The enum Javet promise reject event represents the corresponding event in V8.
|
| JSFunctionType |
The enum JS function type.
|
| JSRuntimeType |
The enum JS runtime type.
|
| JSScopeType |
The enum JS scope type.
|
| RawPointerType |
The enum raw pointer type is for internal use only.
|
| V8AllocationSpace |
The enum V8 allocation space.
|
| V8AwaitMode |
The enum V8 await mode.
|
| V8ContextType |
The enum V8 context type.
|
| V8ConversionMode |
The enum V8 conversion mode.
|
| V8GCCallbackFlags |
The enum V8 GC callback flags.
|
| V8GCType |
The enum V8 gc type.
|
| V8Priority |
The enum V8 priority represents the different priorities that an isolate can have.
|
| V8ProxyMode |
The enum V8 proxy mode.
|
| V8RuntimeTerminationMode |
The enum V8 runtime termination mode.
|
| V8ScopeType |
The enum V8 scope type.
|
| V8ValueErrorType |
The enum V8 value error type.
|
| V8ValueInternalType |
The enum V8 value internal type.
|
| V8ValueReferenceType |
The enum V8 value reference type.
|
| V8ValueSymbolType |
The enum V8 value symbol type.
|
Key enums:
JSRuntimeType - Choose between Node.js and V8 runtime modes.V8ValueReferenceType - V8 reference types (Object, Function, Array, Promise, etc.).V8ValueInternalType - Comprehensive V8 internal value type enumeration.V8ConversionMode - Converter strategies: Transparent, AllowOnly, BlockOnly.V8ProxyMode - Proxy handler modes: Class, Function, Object.V8AwaitMode - Event loop execution modes: RunNoWait, RunOnce, RunTillNoMoreTasks.V8GCType / V8GCCallbackFlags - Garbage collection event types and flags.V8ValueErrorType - V8 error types: Error, RangeError, TypeError, SyntaxError, etc.JavetErrorType - Javet error categories: System, Compilation, Execution, Converter, etc.JSFunctionType - Function types: Native, API, UserDefined.