Modules§
Structs§
- JSArray
- A JavaScript array.
- JSArray
Buffer - A JavaScript array buffer.
- JSClass
- A JavaScript class.
- JSContext
- A JavaScript context.
- JSContext
Group - A JavaScript execution context group.
- JSDate
- A JavaScript date object.
- JSError
- A JavaScript error.
- JSFunction
- A JavaScript function object.
- JSModule
Loader - @struct JSAPIModuleLoader @abstract The callbacks used to load and evaluate modules. @field moduleLoaderResolve The callback used to resolve a module specifier. @field moduleLoaderEvaluate The callback used to evaluate a module. @field moduleLoaderFetch The callback used to fetch a module.
- JSObject
- A JavaScript object.
- JSPromise
- A JavaScript promise.
- JSPromise
Resolving Functions - A JavaScript promise resolving functions.
- JSReg
Exp - A JavaScript regular expression object.
- JSString
- A JavaScript string. This struct is used to retain a reference to a JavaScript string. It will release the string when it goes out of scope.
- JSString
Proctected - A JavaScript string reference.
This struct is used to retain a reference to a JavaScript string.
It won’t release the string when it goes out of scope.
To release the string, use the
release
method. - JSTyped
Array - A JavaScript typed array.
- JSValue
- A JavaScript value.
- Property
Descriptor - Property
Descriptor Builder
Enums§
- JSClass
Attribute - A JavaScript class attribute.
- JSTyped
Array Type - A JavaScript typed array type.
- JSValue
Type - A JavaScript value type.