Versions in this module Expand all Collapse all v0 v0.1.1 Sep 2, 2026 v0.1.0 Sep 2, 2026 Changes in this version + const KindAnotherIsolateEntered — windows/amd64 + const KindEmbedderCppHeap — windows/amd64 + const KindLiveWeakHandlesOrPendingFinalizers — windows/amd64 + const KindSnapshotCreator — windows/amd64 + const MsgAll — windows/amd64 + const MsgDebug — windows/amd64 + const MsgError — windows/amd64 + const MsgInfo — windows/amd64 + const MsgLog — windows/amd64 + const MsgWarning — windows/amd64 + const NoContextSnapshotIndex — windows/amd64 + var ErrFunctionNotCacheable = errors.New("gov8: function is not a cacheable CompileFunction result") — windows/amd64 + var ErrModuleNotCacheable = errors.New("gov8: module script is not cacheable") — windows/amd64 + var ErrNotInitialized = errors.New("gov8: v8 platform is not initialized") — windows/amd64 + var ErrSingleThreadedPlatformFlagRequired = errors.New("gov8: single-threaded platform requires the --single-threaded V8 flag") — windows/amd64 + var TypedArrayKinds = []TypedArrayKind — windows/amd64 + func ArrayLength(s *Scope, v Value) (int, error) — windows/amd64 + func CRDTPCBORToJSON(input []byte) (result []byte, ok bool, err error) — windows/amd64 + func CRDTPJSONToCBOR(input []byte) (result []byte, ok bool, err error) — windows/amd64 + func CachedDataVersionTag() (uint32, error) — windows/amd64 + func CaptureStackTrace(c *Context, s *Scope, obj Value) (bool, error) — windows/amd64 + func ConfigureCustomPlatform(options CustomPlatformOptions, impl PlatformImpl) error — windows/amd64 + func ConfigurePlatform(options PlatformOptions) error — windows/amd64 + func Dispose() (bool, error) — windows/amd64 + func DisposePlatform() error — windows/amd64 + func DrainGuaranteedWeakFinalizers(i *Isolate) error — windows/amd64 + func EnableWebAssemblyTrapHandler(useV8SignalHandler bool) (bool, error) — windows/amd64 + func ExceptionMessageText(s *Scope, errValue Value) (string, error) — windows/amd64 + func ICUGetDefaultTimeZone() (string, error) — windows/amd64 + func ICUGetLanguageTag() (string, error) — windows/amd64 + func ICUSetCommonData78(data []byte) error — windows/amd64 + func ICUSetDefaultLocale(locale string) error — windows/amd64 + func ICUSetDefaultTimeZone(timeZoneID string) (accepted bool, err error) — windows/amd64 + func Initialize() error — windows/amd64 + func InitializeCppGCProcess() error — windows/amd64 + func InspectorCanDispatchMethod(method InspectorStringView) (bool, error) — windows/amd64 + func IsException(err error) bool — windows/amd64 + func IsLocked(i *Isolate) bool — windows/amd64 + func Latin1ToUTF8(input, output []byte) (int, error) — windows/amd64 + func PlatformPresent() bool — windows/amd64 + func ReleaseIsolateHostState(i *Isolate) error — windows/amd64 + func RuntimeVersionString() (string, error) — windows/amd64 + func SIMDUTFBase64LengthFromBinary(length uint64, options SIMDUTFBase64Options) (uint64, error) — windows/amd64 + func SIMDUTFBinaryToBase64(input, output []byte, options SIMDUTFBase64Options) (int, error) — windows/amd64 + func SIMDUTFConvertLatin1ToUTF16LE(input []byte, output []uint16) (int, error) — windows/amd64 + func SIMDUTFConvertLatin1ToUTF8(input, output []byte) (int, error) — windows/amd64 + func SIMDUTFConvertUTF16BEToUTF8(input []uint16, output []byte) (int, error) — windows/amd64 + func SIMDUTFConvertUTF16LEToLatin1(input []uint16, output []byte) (int, error) — windows/amd64 + func SIMDUTFConvertUTF16LEToUTF8(input []uint16, output []byte) (int, error) — windows/amd64 + func SIMDUTFConvertUTF32ToUTF8(input []uint32, output []byte) (int, error) — windows/amd64 + func SIMDUTFConvertUTF8ToLatin1(input, output []byte) (int, error) — windows/amd64 + func SIMDUTFConvertUTF8ToUTF16BE(input []byte, output []uint16) (int, error) — windows/amd64 + func SIMDUTFConvertUTF8ToUTF16LE(input []byte, output []uint16) (int, error) — windows/amd64 + func SIMDUTFConvertUTF8ToUTF32(input []byte, output []uint32) (int, error) — windows/amd64 + func SIMDUTFConvertValidUTF16LEToUTF8(input []uint16, output []byte) (int, error) — windows/amd64 + func SIMDUTFConvertValidUTF8ToLatin1(input, output []byte) (int, error) — windows/amd64 + func SIMDUTFConvertValidUTF8ToUTF16LE(input []byte, output []uint16) (int, error) — windows/amd64 + func SIMDUTFCountUTF16BE(v []uint16) (int, error) — windows/amd64 + func SIMDUTFCountUTF16LE(v []uint16) (int, error) — windows/amd64 + func SIMDUTFCountUTF8(v []byte) (int, error) — windows/amd64 + func SIMDUTFLatin1LengthFromUTF8(v []byte) (int, error) — windows/amd64 + func SIMDUTFMaximalBinaryLengthFromBase64(input []byte) (int, error) — windows/amd64 + func SIMDUTFUTF16LengthFromUTF32(v []uint32) (int, error) — windows/amd64 + func SIMDUTFUTF16LengthFromUTF8(v []byte) (int, error) — windows/amd64 + func SIMDUTFUTF32LengthFromUTF16LE(v []uint16) (int, error) — windows/amd64 + func SIMDUTFUTF32LengthFromUTF8(v []byte) (int, error) — windows/amd64 + func SIMDUTFUTF8LengthFromLatin1(v []byte) (int, error) — windows/amd64 + func SIMDUTFUTF8LengthFromUTF16BE(v []uint16) (int, error) — windows/amd64 + func SIMDUTFUTF8LengthFromUTF16LE(v []uint16) (int, error) — windows/amd64 + func SIMDUTFUTF8LengthFromUTF32(v []uint32) (int, error) — windows/amd64 + func SIMDUTFValidateASCII(input []byte) (bool, error) — windows/amd64 + func SIMDUTFValidateUTF16BE(input []uint16) (bool, error) — windows/amd64 + func SIMDUTFValidateUTF16LE(input []uint16) (bool, error) — windows/amd64 + func SIMDUTFValidateUTF32(input []uint32) (bool, error) — windows/amd64 + func SIMDUTFValidateUTF8(input []byte) (bool, error) — windows/amd64 + func Same(a, b Value) (bool, error) — windows/amd64 + func SetEntropySource(src EntropySource) error — windows/amd64 + func SetFatalErrorHandler(h FatalErrorHandler) error — windows/amd64 + func SetFlagsFromCommandLine(args []string) ([]string, error) — windows/amd64 + func SetFlagsFromCommandLineWithUsage(args []string, usage string) ([]string, error) — windows/amd64 + func SetFlagsFromString(flags string) error — windows/amd64 + func Shutdown() error — windows/amd64 + func ShutdownCppGCProcess() error — windows/amd64 + func StringMaxLength() (int, error) — windows/amd64 + func VersionString() (string, error) — windows/amd64 + type AccessorConfiguration struct — windows/amd64 + Attribute PropertyAttribute + Data Value + Getter AccessorGetterCallback + Setter AccessorSetterCallback + type AccessorGetterCallback func(cs *CallbackScope, args PropertyCallbackArguments, rv ReturnValue) — windows/amd64 + type AccessorSetterCallback func(cs *CallbackScope, args PropertyCallbackArguments, value Value) — windows/amd64 + type AllowJavascriptExecutionScope struct — windows/amd64 + func (a *AllowJavascriptExecutionScope) Close() error + type AllowWasmCodeGenerationCallback func(*CallbackScope, Value) bool — windows/amd64 + type Array struct — windows/amd64 + func AsArray(v Value) (*Array, error) + func (a *Array) GetIndex(s *Scope, c *Context, index uint32) (Value, error) + func (a *Array) HasIndex(s *Scope, c *Context, index uint32) (bool, error) + func (a *Array) Length() (int64, error) + func (a *Array) SetIndex(s *Scope, c *Context, index uint32, v Value) (bool, error) + type ArrayBuffer struct — windows/amd64 + func AsArrayBuffer(v Value) (*ArrayBuffer, error) + func NewArrayBuffer(s *Scope, c *Context, byteLength int) (*ArrayBuffer, error) + func NewArrayBufferWithBackingStore(s *Scope, c *Context, bs *BackingStore) (*ArrayBuffer, error) + func (ab *ArrayBuffer) ByteLength() (int, error) + func (ab *ArrayBuffer) Data() (uintptr, bool, error) + func (ab *ArrayBuffer) Detach(c *Context, key Value) (bool, error) + func (ab *ArrayBuffer) GetBackingStore() (*BackingStore, error) + func (ab *ArrayBuffer) IsDetachable() (bool, error) + func (ab *ArrayBuffer) SetDetachKey(key Value) error + func (ab *ArrayBuffer) WasDetached() (bool, error) + type ArrayBufferAllocator struct — windows/amd64 + func NewArrayBufferAllocator(callbacks ArrayBufferAllocatorCallbacks) (*ArrayBufferAllocator, error) + func NewDefaultArrayBufferAllocator() (*ArrayBufferAllocator, error) + func (a *ArrayBufferAllocator) Close() error + func (a *ArrayBufferAllocator) UseCount() (int, error) + type ArrayBufferAllocatorCallbacks struct — windows/amd64 + Allocate func(byteLength int) bool + AllocateUninitialized func(byteLength int) bool + Drop func() + Free func(byteLength int, firstByte byte) + type BackingStore struct — windows/amd64 + func (bs *BackingStore) ByteLength() (int, error) + func (bs *BackingStore) Close() error + func (bs *BackingStore) IsResizableByUserJavaScript() (bool, error) + func (bs *BackingStore) IsShared() (bool, error) + func (bs *BackingStore) ReadAt(buf []byte, off int) (int, error) + func (bs *BackingStore) UseCount() (int, error) + func (bs *BackingStore) WriteAt(data []byte, off int) (int, error) + type BackingStoreDeleter func(data unsafe.Pointer, byteLength int, deleterData uintptr) — windows/amd64 + type BackingStoreDeleterEntry struct — windows/amd64 + type BoundScript struct — windows/amd64 + func (b BoundScript) Run(c *Context, s *Scope, tc *TryCatch) (Value, error) + type CFunction struct — windows/amd64 + func NewCFunction(address uintptr, typeInfo *CFunctionInfo) (CFunction, error) + func (f CFunction) Address() uintptr + func (f CFunction) TypeInfo() *CFunctionInfo + type CFunctionInfo struct — windows/amd64 + func NewCFunctionInfo(returnInfo FastTypeInfo, arguments []FastTypeInfo, ...) (*CFunctionInfo, error) + func (i *CFunctionInfo) ArgumentCount() int + func (i *CFunctionInfo) ArgumentInfo(index int) (FastTypeInfo, bool) + func (i *CFunctionInfo) HasOptions() bool + func (i *CFunctionInfo) Int64Representation() FastInt64Representation + func (i *CFunctionInfo) ReturnInfo() FastTypeInfo + type CRDTPCallbackDropper interface — windows/amd64 + CRDTPCallbackDropped func() + type CRDTPDispatchRequest struct — windows/amd64 + func (r *CRDTPDispatchRequest) AssociatedData() ([]byte, error) + func (r *CRDTPDispatchRequest) CallID() (int32, bool, error) + func (r *CRDTPDispatchRequest) Method() ([]byte, error) + func (r *CRDTPDispatchRequest) Params() ([]byte, error) + func (r *CRDTPDispatchRequest) SessionID() ([]byte, error) + type CRDTPDispatchResponse struct — windows/amd64 + func NewCRDTPFallThroughResponse() (*CRDTPDispatchResponse, error) + func NewCRDTPInvalidParams(message string) (*CRDTPDispatchResponse, error) + func NewCRDTPInvalidRequest(message string) (*CRDTPDispatchResponse, error) + func NewCRDTPMethodNotFound(message string) (*CRDTPDispatchResponse, error) + func NewCRDTPParseError(message string) (*CRDTPDispatchResponse, error) + func NewCRDTPServerError(message string) (*CRDTPDispatchResponse, error) + func NewCRDTPSuccessResponse() (*CRDTPDispatchResponse, error) + func (r *CRDTPDispatchResponse) Close() error + func (r *CRDTPDispatchResponse) Code() (int32, error) + func (r *CRDTPDispatchResponse) IsError() (bool, error) + func (r *CRDTPDispatchResponse) IsFallThrough() (bool, error) + func (r *CRDTPDispatchResponse) IsSuccess() (bool, error) + func (r *CRDTPDispatchResponse) Message() (string, error) + type CRDTPDispatchable struct — windows/amd64 + func NewCRDTPDispatchable(cbor, associatedData []byte) (*CRDTPDispatchable, error) + func NewCRDTPDispatchableWithFallthrough(cbor, associatedData []byte, callback CRDTPFallthroughCallback) (*CRDTPDispatchable, error) + func (d *CRDTPDispatchable) AssociatedData() ([]byte, error) + func (d *CRDTPDispatchable) CallID() (id int32, has bool, err error) + func (d *CRDTPDispatchable) Close() error + func (d *CRDTPDispatchable) Method() ([]byte, error) + func (d *CRDTPDispatchable) MethodString() (string, error) + func (d *CRDTPDispatchable) OK() (bool, error) + func (d *CRDTPDispatchable) Params() ([]byte, error) + func (d *CRDTPDispatchable) SessionID() ([]byte, error) + type CRDTPDomainDispatcher interface — windows/amd64 + Dispatch func(command []byte, request *CRDTPDispatchRequest, responder *CRDTPDomainResponder) bool + type CRDTPDomainResponder struct — windows/amd64 + func (r *CRDTPDomainResponder) SendResponse(callID int32, response *CRDTPDispatchResponse, result *CRDTPSerializable) error + type CRDTPFallthroughCallback interface — windows/amd64 + FallThrough func(callID int32, method, message, associatedData []byte) + type CRDTPFallthroughFunc func(callID int32, method, message, associatedData []byte) — windows/amd64 + func (f CRDTPFallthroughFunc) FallThrough(callID int32, method, message, associatedData []byte) + type CRDTPFrontendChannel interface — windows/amd64 + FlushProtocolNotifications func() + SendProtocolNotification func(message *CRDTPSerializable) + SendProtocolResponse func(callID int32, message *CRDTPSerializable) + type CRDTPFrontendChannelHandle struct — windows/amd64 + func NewCRDTPFrontendChannel(handler CRDTPFrontendChannel) (*CRDTPFrontendChannelHandle, error) + func (c *CRDTPFrontendChannelHandle) Close() error + type CRDTPSerializable struct — windows/amd64 + func CreateCRDTPErrorNotification(response *CRDTPDispatchResponse) (*CRDTPSerializable, error) + func CreateCRDTPErrorResponse(callID int32, response *CRDTPDispatchResponse) (*CRDTPSerializable, error) + func CreateCRDTPNotification(method string, params *CRDTPSerializable) (*CRDTPSerializable, error) + func CreateCRDTPResponse(callID int32, params *CRDTPSerializable) (*CRDTPSerializable, error) + func (s *CRDTPSerializable) Bytes() ([]byte, error) + func (s *CRDTPSerializable) Close() error + type CRDTPUberDispatcher struct — windows/amd64 + func NewCRDTPUberDispatcher(channel *CRDTPFrontendChannelHandle) (*CRDTPUberDispatcher, error) + func (d *CRDTPUberDispatcher) Close() error + func (d *CRDTPUberDispatcher) Dispatch(message *CRDTPDispatchable) error + func (d *CRDTPUberDispatcher) WireDomain(domain string, handler CRDTPDomainDispatcher) error + type CallbackMessage struct — windows/amd64 + func (m *CallbackMessage) AsMessage() (*Message, error) + func (m *CallbackMessage) CreateMessage(c *Context, exception Value) (*Message, error) + func (m *CallbackMessage) EndPosition() (int64, error) + func (m *CallbackMessage) ErrorLevel() (int64, error) + func (m *CallbackMessage) LineNumber() (line int32, ok bool, err error) + func (m *CallbackMessage) StartPosition() (int64, error) + func (m *CallbackMessage) Text() (string, error) + func (m *CallbackMessage) ValueText(exception Value) (string, error) + type CallbackPropertyDescriptor struct — windows/amd64 + func (d CallbackPropertyDescriptor) Configurable() bool + func (d CallbackPropertyDescriptor) Enumerable() bool + func (d CallbackPropertyDescriptor) HasConfigurable() bool + func (d CallbackPropertyDescriptor) HasEnumerable() bool + func (d CallbackPropertyDescriptor) HasValue() bool + func (d CallbackPropertyDescriptor) HasWritable() bool + func (d CallbackPropertyDescriptor) Value() (Value, bool, error) + func (d CallbackPropertyDescriptor) Writable() bool + type CallbackScope struct — windows/amd64 + func (cs *CallbackScope) CallFunction(fn Value, recv Value, args []Value) (Value, bool, error) + func (cs *CallbackScope) CurrentContextGlobal() (Value, error) + func (cs *CallbackScope) IntegerValue(v Value) (int64, bool, error) + func (cs *CallbackScope) Isolate() *Isolate + func (cs *CallbackScope) NewArrayWithElements(elements []Value) (Value, error) + func (cs *CallbackScope) NewCallbackPromiseResolver() (PromiseResolver, Promise, error) + func (cs *CallbackScope) NewError(message string) (Value, error) + func (cs *CallbackScope) NewObject() (Value, error) + func (cs *CallbackScope) NewString(str string) (Value, error) + func (cs *CallbackScope) NewTypeError(message string) (Value, error) + func (cs *CallbackScope) NumberValue(v Value) (float64, bool, error) + func (cs *CallbackScope) ObjectGet(obj Value, key string) (Value, bool, error) + func (cs *CallbackScope) ObjectSet(obj Value, key string, v Value) (bool, error) + func (cs *CallbackScope) Scope() *Scope + func (cs *CallbackScope) SettleCallbackPromise(resolver PromiseResolver, value Value, reject bool) (bool, error) + func (cs *CallbackScope) ThrowException(v Value) error + func (cs *CallbackScope) ToString(v Value) (string, error) + type CompileOptions uint32 — windows/amd64 + const OptConsumeCodeCache + const OptConsumeCompileHints + const OptEagerCompile + const OptFollowCompileHintsMagicComment + const OptFollowCompileHintsPerFunctionMagicComment + const OptNoCompileOptions + const OptProduceCompileHints + type CompiledWasmModule struct — windows/amd64 + func (m *CompiledWasmModule) Close() error + func (m *CompiledWasmModule) Serialize() (*SerializedWasmModuleCache, error) + func (m *CompiledWasmModule) SourceURL() (string, error) + func (m *CompiledWasmModule) WireBytes() ([]byte, error) + type ConstructorBehavior uint8 — windows/amd64 + const ConstructorBehaviorAllow + const ConstructorBehaviorDefault + const ConstructorBehaviorThrow + type Context struct — windows/amd64 + func (c *Context) AllowCodeGenerationFromStrings(allow bool) error + func (c *Context) ClearAllSlots() + func (c *Context) Close() error + func (c *Context) Compile(s *Scope, source string, tc *TryCatch) (*Script, error) + func (c *Context) CompileCached(s *Scope, source string, origin *Origin, cache []byte, tc *TryCatch) (script *Script, rejected bool, err error) + func (c *Context) CompileFunction(s *Scope, source string, params []string, tc *TryCatch) (Value, error) + func (c *Context) CompileFunctionAdvanced(s *Scope, source string, params []string, cache *FunctionCodeCache, ...) (function *Function, rejected bool, err error) + func (c *Context) CompileModule(s *Scope, source, resourceName string, tc *TryCatch) (*Module, error) + func (c *Context) CompileModuleCached(s *Scope, source string, options ModuleCompileOptions, cache *ModuleCodeCache, ...) (module *Module, rejected bool, err error) + func (c *Context) CompileModuleWithOptions(s *Scope, source string, options ModuleCompileOptions, tc *TryCatch) (*Module, error) + func (c *Context) CompileScriptCompilerSource(scope *Scope, source *ScriptCompilerSource, options CompileOptions, ...) (*Script, error) + func (c *Context) CompileSourceTextModule(s *Scope, source, resourceName string, tc *TryCatch) (*Module, error) + func (c *Context) CompileUnbound(s *Scope, source string, origin *Origin, opts CompileOptions, tc *TryCatch) (*UnboundScript, error) + func (c *Context) CompileUncaughtWithOrigin(s *Scope, source string, origin *Origin) (*Script, error) + func (c *Context) CompileWasmModule(s *Scope, wireBytes []byte, tc *TryCatch) (*WasmModuleObject, error) + func (c *Context) CompileWithOrigin(s *Scope, source string, origin *Origin, tc *TryCatch) (*Script, error) + func (c *Context) CreateMessage(s *Scope, exception Value) (*Message, error) + func (c *Context) Data(s *Scope) (Data, error) + func (c *Context) Enter() (*ContextScope, error) + func (c *Context) GetAlignedPointerFromEmbedderData(slot int) (uintptr, error) + func (c *Context) GetEmbedderData(s *Scope, slot int) (Value, bool, error) + func (c *Context) GetExceptionStackTrace(s *Scope, exception Value) (*StackTrace, bool, error) + func (c *Context) GetExtrasBindingObject(s *Scope) (*Object, error) + func (c *Context) GetMicrotaskQueue() (uintptr, error) + func (c *Context) GetSecurityToken(s *Scope) (Value, error) + func (c *Context) GetSlot(key any) (any, bool) + func (c *Context) GlobalObject(s *Scope) (*Object, error) + func (c *Context) IsCodeGenerationFromStringsAllowed() (bool, error) + func (c *Context) NewError(s *Scope, message string) (Value, error) + func (c *Context) NewErrorFromStringValue(s *Scope, message Value) (Value, error) + func (c *Context) NewRangeError(s *Scope, message string) (Value, error) + func (c *Context) NewRangeErrorFromStringValue(s *Scope, message Value) (Value, error) + func (c *Context) NewReferenceError(s *Scope, message string) (Value, error) + func (c *Context) NewReferenceErrorFromStringValue(s *Scope, message Value) (Value, error) + func (c *Context) NewSyntaxError(s *Scope, message string) (Value, error) + func (c *Context) NewSyntaxErrorFromStringValue(s *Scope, message Value) (Value, error) + func (c *Context) NewSyntheticModule(s *Scope, moduleName string, exportNames []string, ...) (*Module, error) + func (c *Context) NewTypeError(s *Scope, message string) (Value, error) + func (c *Context) NewTypeErrorFromStringValue(s *Scope, message Value) (Value, error) + func (c *Context) RemoveSlot(key any) (any, bool) + func (c *Context) SetAlignedPointerInEmbedderData(slot int, p uintptr) error + func (c *Context) SetEmbedderData(s *Scope, slot int, v Value) error + func (c *Context) SetMicrotaskQueue(m *MicrotaskQueue) error + func (c *Context) SetPromiseHooks(hooks ContextPromiseHooks) error + func (c *Context) SetSecurityToken(s *Scope, token Value) error + func (c *Context) SetSlot(key, value any) (previous any, wasEmpty bool) + func (c *Context) UseDefaultSecurityToken() error + func (c *Context) WasmModuleFromCompiled(s *Scope, compiled *CompiledWasmModule) (result *WasmModuleObject, err error) + type ContextOptions struct — windows/amd64 + GlobalObject *Object + GlobalTemplate *ObjectTemplate + MicrotaskQueue *MicrotaskQueue + type ContextPromiseHooks struct — windows/amd64 + After *Function + Before *Function + Init *Function + Resolve *Function + type ContextRef struct — windows/amd64 + func (r *ContextRef) Enter() (*ContextScope, error) + func (r *ContextRef) GlobalObject(s *Scope) (*Object, error) + func (r *ContextRef) IsEmpty() (bool, error) + func (r *ContextRef) SameAs(c *Context) (bool, error) + func (r *ContextRef) SameAsRef(other *ContextRef) (bool, error) + type ContextScope struct — windows/amd64 + func (cs *ContextScope) Close() error + type CounterLookupCallback func(name string) — windows/amd64 + type CppGCEmbedderStackState uint8 — windows/amd64 + const CppGCStackMayContainHeapPointers + const CppGCStackNoHeapPointers + type CppGCGenericCallbacks struct — windows/amd64 + CellDropped func(int32) + Destroy func() + NameObserved func() + type CppGCGenericGraph struct — windows/amd64 + func NewCppGCGenericGraph[T any](iso *Isolate, scope *Scope, options CppGCGenericGraphOptions[T]) (*CppGCGenericGraph[T], error) + func (graph *CppGCGenericGraph[T]) ClearStrong(index uint32) error + func (graph *CppGCGenericGraph[T]) ClearWeak(index uint32) error + func (graph *CppGCGenericGraph[T]) Close() error + func (graph *CppGCGenericGraph[T]) ReplaceState(value T) error + func (graph *CppGCGenericGraph[T]) SetStrong(index uint32, child *CppGCGenericGraph[T]) error + func (graph *CppGCGenericGraph[T]) SetTraced(scope *Scope, value Value) error + func (graph *CppGCGenericGraph[T]) SetWeak(index uint32, child *CppGCGenericGraph[T]) error + func (graph *CppGCGenericGraph[T]) State() (T, error) + func (graph *CppGCGenericGraph[T]) Strong(index uint32) (CppGCGenericGraphObservation[T], bool, error) + func (graph *CppGCGenericGraph[T]) Traced(scope *Scope) (Value, bool, error) + func (graph *CppGCGenericGraph[T]) UpdateState(update func(*T) error) error + func (graph *CppGCGenericGraph[T]) Weak(index uint32) (CppGCGenericGraphObservation[T], bool, error) + type CppGCGenericGraphCallbacks struct — windows/amd64 + Clone func(T) (T, error) + Destroy func() + Drop func(T) + NameObserved func() + TraceObserved func() + type CppGCGenericGraphObservation struct — windows/amd64 + State T + type CppGCGenericGraphOptions struct — windows/amd64 + Callbacks CppGCGenericGraphCallbacks[T] + Name string + State T + StrongSlots uint32 + Traced Value + WeakSlots uint32 + type CppGCGenericLayout struct — windows/amd64 + AddressAligned bool + Alignment uint32 + CellStorageStable bool + Size uint32 + type CppGCGenericObject struct — windows/amd64 + func (object *CppGCGenericObject) Cell() (int32, error) + func (object *CppGCGenericObject) ClearOptionalMember() error + func (object *CppGCGenericObject) Close() error + func (object *CppGCGenericObject) Layout() (CppGCGenericLayout, error) + func (object *CppGCGenericObject) NewWeakPersistent() (*CppGCWeakPersistent, error) + func (object *CppGCGenericObject) OptionalMember() (CppGCObjectSnapshot, bool, error) + func (object *CppGCGenericObject) SetCell(value int32) error + func (object *CppGCGenericObject) SetOptionalMember(child *CppGCGenericObject) error + func (object *CppGCGenericObject) UpdateCell(delta int32) (int32, error) + type CppGCGenericOptions struct — windows/amd64 + Alignment uint32 + Callbacks CppGCGenericCallbacks + Cell int32 + Name string + ObjectID int32 + Size uint32 + type CppGCHeap struct — windows/amd64 + func NewCppGCHeap(params CppGCHeapCreateParams) (*CppGCHeap, error) + func (h *CppGCHeap) AllocateLeaf(objectID int32, callbacks CppGCObjectCallbacks) (*CppGCHeapAllocation, error) + func (h *CppGCHeap) AttachedTo(i *Isolate) (bool, error) + func (h *CppGCHeap) Close() error + func (h *CppGCHeap) CollectGarbageForTesting(state CppGCEmbedderStackState) error + func (h *CppGCHeap) EnableDetachedGarbageCollectionsForTesting() error + func (h *CppGCHeap) Terminate() error + type CppGCHeapAllocation struct — windows/amd64 + func (a *CppGCHeapAllocation) Alive() bool + func (a *CppGCHeapAllocation) ID() int32 + type CppGCHeapCreateParams struct — windows/amd64 + MarkingSupport CppGCMarkingType + SweepingSupport CppGCSweepingType + func DefaultCppGCHeapCreateParams() CppGCHeapCreateParams + type CppGCMarkingType uint8 — windows/amd64 + const CppGCMarkingAtomic + const CppGCMarkingIncremental + const CppGCMarkingIncrementalAndConcurrent + func (v CppGCMarkingType) String() string + type CppGCMemberEdges struct — windows/amd64 + SameTarget bool + Strong CppGCObjectSnapshot + StrongPresent bool + Weak CppGCObjectSnapshot + WeakPresent bool + type CppGCObject struct — windows/amd64 + func (object *CppGCObject) ID() (int32, error) + func (object *CppGCObject) Same(other *CppGCObject) (bool, error) + func (object *CppGCObject) Tag() (CppGCTag, error) + type CppGCObjectCallbacks struct — windows/amd64 + Destroy func() + Trace func() + type CppGCObjectSnapshot struct — windows/amd64 + ObjectID int32 + Tag CppGCTag + type CppGCPersistent struct — windows/amd64 + func NewCppGCPersistent(object *CppGCObject) (*CppGCPersistent, error) + func NewEmptyCppGCPersistent(iso *Isolate) (*CppGCPersistent, error) + func (owner *CppGCPersistent) ClearStrongMember() error + func (owner *CppGCPersistent) ClearWeakMember() error + func (owner *CppGCPersistent) MemberEdges() (CppGCMemberEdges, error) + func (owner *CppGCPersistent) SetStrongMember(child *CppGCObject) error + func (owner *CppGCPersistent) SetWeakMember(child *CppGCObject) error + func (owner *CppGCPersistent) StrongMember() (CppGCObjectSnapshot, bool, error) + func (owner *CppGCPersistent) WeakMember() (CppGCObjectSnapshot, bool, error) + func (persistent *CppGCPersistent) Close() error + func (persistent *CppGCPersistent) Get() (CppGCObjectSnapshot, bool, error) + func (persistent *CppGCPersistent) Matches(object *CppGCObject) (bool, error) + func (persistent *CppGCPersistent) Set(object *CppGCObject) error + func (persistent *CppGCPersistent) SetFromPersistent(source *CppGCPersistent) error + func (persistent *CppGCPersistent) SetFromWeakPersistent(source *CppGCWeakPersistent) error + type CppGCSweepingType uint8 — windows/amd64 + const CppGCSweepingAtomic + const CppGCSweepingIncremental + const CppGCSweepingIncrementalAndConcurrent + func (v CppGCSweepingType) String() string + type CppGCTag uint16 — windows/amd64 + const MaxCppGCTag + type CppGCWeakPersistent struct — windows/amd64 + func NewCppGCWeakPersistent(object *CppGCObject) (*CppGCWeakPersistent, error) + func NewEmptyCppGCWeakPersistent(iso *Isolate) (*CppGCWeakPersistent, error) + func (persistent *CppGCWeakPersistent) Close() error + func (persistent *CppGCWeakPersistent) Get() (CppGCObjectSnapshot, bool, error) + func (persistent *CppGCWeakPersistent) Matches(object *CppGCObject) (bool, error) + func (persistent *CppGCWeakPersistent) Set(object *CppGCObject) error + func (persistent *CppGCWeakPersistent) SetFromPersistent(source *CppGCPersistent) error + func (persistent *CppGCWeakPersistent) SetFromWeakPersistent(source *CppGCWeakPersistent) error + type CreateParams struct — windows/amd64 + func NewCreateParams() *CreateParams + func (p *CreateParams) AllowAtomicsWait() bool + func (p *CreateParams) CodeRangeSizeInBytes() uint64 + func (p *CreateParams) ConfigureHeapLimits(initial, maximum uint64) error + func (p *CreateParams) ConfigureHeapLimitsFromSystemMemory(physical, virtual uint64) error + func (p *CreateParams) HasEmptyExternalReferences() bool + func (p *CreateParams) HasExternalReferences() bool + func (p *CreateParams) HasSetArrayBufferAllocator() bool + func (p *CreateParams) InitialOldGenerationSizeInBytes() uint64 + func (p *CreateParams) InitialYoungGenerationSizeInBytes() uint64 + func (p *CreateParams) MaxOldGenerationSizeInBytes() uint64 + func (p *CreateParams) MaxYoungGenerationSizeInBytes() uint64 + func (p *CreateParams) SetAllowAtomicsWait(value bool) *CreateParams + func (p *CreateParams) SetArrayBufferAllocator(allocator *ArrayBufferAllocator) error + func (p *CreateParams) SetCodeRangeSizeInBytes(value uint64) *CreateParams + func (p *CreateParams) SetCounterLookupCallback(callback CounterLookupCallback) *CreateParams + func (p *CreateParams) SetCppGCHeap(heap *CppGCHeap) error + func (p *CreateParams) SetExternalReferences(references []ExternalReference) *CreateParams + func (p *CreateParams) SetInitialOldGenerationSizeInBytes(value uint64) *CreateParams + func (p *CreateParams) SetInitialYoungGenerationSizeInBytes(value uint64) *CreateParams + func (p *CreateParams) SetMaxOldGenerationSizeInBytes(value uint64) *CreateParams + func (p *CreateParams) SetMaxYoungGenerationSizeInBytes(value uint64) *CreateParams + func (p *CreateParams) SetStackLimit(value uintptr) *CreateParams + func (p *CreateParams) StackLimit() uintptr + func (p *CreateParams) UseDefaultArrayBufferAllocator() *CreateParams + func (p *CreateParams) UseEmptyExternalReferences() *CreateParams + type CustomPlatformOptions struct — windows/amd64 + IdleTaskSupport bool + ThreadPoolSize uint32 + Unprotected bool + type Data struct — windows/amd64 + func (d Data) Equal(other Data) (bool, error) + func (d Data) IsBigInt() (bool, error) + func (d Data) IsBoolean() (bool, error) + func (d Data) IsContext() (bool, error) + func (d Data) IsFixedArray() (bool, error) + func (d Data) IsFunctionTemplate() (bool, error) + func (d Data) IsModule() (bool, error) + func (d Data) IsModuleRequest() (bool, error) + func (d Data) IsName() (bool, error) + func (d Data) IsNumber() (bool, error) + func (d Data) IsObjectTemplate() (bool, error) + func (d Data) IsPrimitive() (bool, error) + func (d Data) IsPrivate() (bool, error) + func (d Data) IsString() (bool, error) + func (d Data) IsSymbol() (bool, error) + func (d Data) IsValue() (bool, error) + func (d Data) ModuleRequest() (*ModuleRequestData, bool, error) + func (d Data) Value() (Value, bool, error) + type DataErrorKind uint8 — windows/amd64 + const DataErrorBadType + const DataErrorNoData + type DataView struct — windows/amd64 + func AsDataView(v Value) (*DataView, error) + func NewDataView(s *Scope, c *Context, ab *ArrayBuffer, byteOffset, length int) (*DataView, error) + func (dv *DataView) Buffer() (*ArrayBuffer, error) + func (dv *DataView) ByteLength() (int, error) + func (dv *DataView) ByteOffset() (int, error) + func (dv *DataView) CopyContents(dst []byte) (int, error) + func (dv *DataView) Data() (uintptr, bool, error) + func (dv *DataView) GetBackingStore() (*BackingStore, error) + func (dv *DataView) GetContents(storage []byte) (ViewContents, error) + type Date struct — windows/amd64 + func AsDate(v Value) (*Date, error) + func (d *Date) ValueOf() (float64, error) + type DelegateValueDeserializer struct — windows/amd64 + func NewDelegateValueDeserializer(s *Scope, c *Context, data []byte, d ValueDeserializerDelegate) (*DelegateValueDeserializer, error) + func (vd *DelegateValueDeserializer) Close() error + func (vd *DelegateValueDeserializer) Context() *Context + func (vd *DelegateValueDeserializer) GetWireFormatVersion() (uint32, error) + func (vd *DelegateValueDeserializer) NewError(message string) (Value, error) + func (vd *DelegateValueDeserializer) ReadDouble() (val float64, ok bool, err error) + func (vd *DelegateValueDeserializer) ReadHeader(c *Context, tc *TryCatch) (ok bool, err error) + func (vd *DelegateValueDeserializer) ReadRawBytes(length int) (data []byte, ok bool, err error) + func (vd *DelegateValueDeserializer) ReadUint32() (val uint32, ok bool, err error) + func (vd *DelegateValueDeserializer) ReadUint64() (val uint64, ok bool, err error) + func (vd *DelegateValueDeserializer) ReadValue(c *Context, tc *TryCatch) (Value, error) + func (vd *DelegateValueDeserializer) Scope() *Scope + func (vd *DelegateValueDeserializer) SetSupportsLegacyWireFormat(enabled bool) error + func (vd *DelegateValueDeserializer) ThrowException(v Value) error + func (vd *DelegateValueDeserializer) TransferArrayBuffer(id uint32, ab *ArrayBuffer) error + func (vd *DelegateValueDeserializer) TransferSharedArrayBuffer(id uint32, sab *SharedArrayBuffer) error + type DelegateValueSerializer struct — windows/amd64 + func NewDelegateValueSerializer(s *Scope, c *Context, d ValueSerializerDelegate) (*DelegateValueSerializer, error) + func (vs *DelegateValueSerializer) Close() error + func (vs *DelegateValueSerializer) Context() *Context + func (vs *DelegateValueSerializer) NewError(message string) (Value, error) + func (vs *DelegateValueSerializer) NewRangeError(message string) (Value, error) + func (vs *DelegateValueSerializer) Release() ([]byte, error) + func (vs *DelegateValueSerializer) Scope() *Scope + func (vs *DelegateValueSerializer) SetTreatArrayBufferViewsAsHostObjects(mode bool) error + func (vs *DelegateValueSerializer) ThrowException(v Value) error + func (vs *DelegateValueSerializer) TransferArrayBuffer(id uint32, ab *ArrayBuffer) error + func (vs *DelegateValueSerializer) WriteDouble(value float64) error + func (vs *DelegateValueSerializer) WriteHeader() error + func (vs *DelegateValueSerializer) WriteRawBytes(data []byte) error + func (vs *DelegateValueSerializer) WriteUint32(value uint32) error + func (vs *DelegateValueSerializer) WriteUint64(value uint64) error + func (vs *DelegateValueSerializer) WriteValue(c *Context, v Value, tc *TryCatch) (ok bool, err error) + type DisallowJavascriptExecutionScope struct — windows/amd64 + func (d *DisallowJavascriptExecutionScope) Close() error + func (d *DisallowJavascriptExecutionScope) NewAllowJavascriptExecutionScope() (*AllowJavascriptExecutionScope, error) + type DynamicImportCallback func(DynamicImportRequest) (Promise, error) — windows/amd64 + type DynamicImportRequest struct — windows/amd64 + Attributes *FixedArray + HostDefinedOptions Data + Phase ModuleImportPhase + ResourceName Value + Scope *CallbackScope + Specifier Value + type EntropySource func(buf []byte) bool — windows/amd64 + type EscapableScope struct — windows/amd64 + func (e *EscapableScope) Close() error + func (e *EscapableScope) Escape(v Value) (Value, error) + type Eternal struct — windows/amd64 + func EmptyEternal() (*Eternal, error) + func (e *Eternal) Clear() error + func (e *Eternal) Close() error + func (e *Eternal) Get(s *Scope) (value Value, ok bool, err error) + func (e *Eternal) IsEmpty() (bool, error) + func (e *Eternal) Set(s *Scope, v Value) error + type ExternalOneByteConst struct — windows/amd64 + func CreateExternalOneByteConst(data string) (*ExternalOneByteConst, error) + func (r *ExternalOneByteConst) Data() string + type ExternalReference struct — windows/amd64 + func NewCallbackExternalReference(kind ExternalReferenceCallbackKind) (ExternalReference, error) + func NewExternalReference(address uintptr) ExternalReference + func (r ExternalReference) Address() uintptr + func (r ExternalReference) IsNull() bool + func (r ExternalReference) String() string + type ExternalReferenceCallbackKind int32 — windows/amd64 + const ExternalReferenceFunction + const ExternalReferenceIndexedDefiner + const ExternalReferenceIndexedDeleter + const ExternalReferenceIndexedEnumerator + const ExternalReferenceIndexedGetter + const ExternalReferenceIndexedQuery + const ExternalReferenceIndexedSetter + const ExternalReferenceMessage + const ExternalReferenceNamedDefiner + const ExternalReferenceNamedDeleter + const ExternalReferenceNamedEnumerator + const ExternalReferenceNamedGetter + const ExternalReferenceNamedQuery + const ExternalReferenceNamedSetter + type ExternalStringDeleter func(data uintptr, length int) — windows/amd64 + type FastInt64Representation uint8 — windows/amd64 + const FastInt64AsBigInt + const FastInt64AsNumber + type FastType uint8 — windows/amd64 + const FastTypeAPIObject + const FastTypeAny + const FastTypeBool + const FastTypeCallbackOptions + const FastTypeFloat32 + const FastTypeFloat64 + const FastTypeInt32 + const FastTypeInt64 + const FastTypePointer + const FastTypeSeqOneByteString + const FastTypeUint32 + const FastTypeUint64 + const FastTypeUint8 + const FastTypeV8Value + const FastTypeVoid + func (t FastType) Info() (FastTypeInfo, error) + type FastTypeFlags uint8 — windows/amd64 + const FastTypeAllowShared + const FastTypeClamp + const FastTypeEnforceRange + const FastTypeIsRestricted + func FastTypeFlagsFromBits(bits uint8) (FastTypeFlags, bool) + func FastTypeFlagsFromBitsTruncated(bits uint8) FastTypeFlags + type FastTypeInfo struct — windows/amd64 + func NewFastTypeInfo(fastType FastType, flags FastTypeFlags) (FastTypeInfo, error) + func (i FastTypeInfo) Flags() FastTypeFlags + func (i FastTypeInfo) Identifier() uint32 + func (i FastTypeInfo) Type() FastType + type FatalErrorHandler func(file string, line int32, message string) — windows/amd64 + type FixedArray struct — windows/amd64 + func (a *FixedArray) Get(s *Scope, index int) (Data, bool, error) + func (a *FixedArray) Length() (int, error) + type Function struct — windows/amd64 + func AsFunction(v Value, c *Context) (*Function, bool, error) + func (f *Function) BoundTarget() (Value, error) + func (f *Function) Call(s *Scope, recv Value, args ...Value) (Value, bool, error) + func (f *Function) CreateCodeCache() (*FunctionCodeCache, error) + func (f *Function) Name() (string, error) + func (f *Function) NewInstance(s *Scope, args ...Value) (*Object, bool, error) + func (f *Function) ScriptColumnNumber() (column int32, ok bool, err error) + func (f *Function) ScriptID() (int32, error) + func (f *Function) ScriptLineNumber() (line int32, ok bool, err error) + func (f *Function) ScriptOrigin() (FunctionScriptOrigin, error) + func (f *Function) SetName(name string) error + type FunctionBuilder struct — windows/amd64 + func (b *FunctionBuilder) Build(s *Scope, c *Context) (*Function, error) + func (b *FunctionBuilder) BuildFast(s *Scope, overloads []CFunction) (*FunctionTemplate, error) + func (b *FunctionBuilder) ConstructorBehavior(behavior ConstructorBehavior) *FunctionBuilder + func (b *FunctionBuilder) Data(data Value) *FunctionBuilder + func (b *FunctionBuilder) Length(length int) *FunctionBuilder + func (b *FunctionBuilder) SideEffectType(sideEffectType SideEffectType) *FunctionBuilder + type FunctionCallback func(cs *CallbackScope, args FunctionCallbackArguments, rv ReturnValue) — windows/amd64 + type FunctionCallbackArguments struct — windows/amd64 + func (a FunctionCallbackArguments) Data() (Value, error) + func (a FunctionCallbackArguments) Get(i int) (Value, error) + func (a FunctionCallbackArguments) IsConstructCall() bool + func (a FunctionCallbackArguments) Length() int + func (a FunctionCallbackArguments) NewTarget() (Value, error) + func (a FunctionCallbackArguments) This() (*Object, error) + type FunctionCodeCache struct — windows/amd64 + func (c *FunctionCodeCache) Len() int + type FunctionCodeHandling int32 — windows/amd64 + const FunctionCodeClear + const FunctionCodeKeep + type FunctionOptions struct — windows/amd64 + ConstructorBehavior ConstructorBehavior + Data Value + Length int + SideEffectType SideEffectType + Signature *Signature + type FunctionScriptOrigin struct — windows/amd64 + HasResourceName bool + HasSourceMapURL bool + ResourceName Value + ScriptID int32 + SourceMapURL Value + type FunctionTemplate struct — windows/amd64 + func (t *FunctionTemplate) Data() (Data, error) + func (t *FunctionTemplate) GetFunction(s *Scope, c *Context) (*Function, error) + func (t *FunctionTemplate) Inherit(parent *FunctionTemplate) error + func (t *FunctionTemplate) InstanceTemplate() (*ObjectTemplate, error) + func (t *FunctionTemplate) PrototypeTemplate() (*ObjectTemplate, error) + func (t *FunctionTemplate) ReadOnlyPrototype() error + func (t *FunctionTemplate) RemovePrototype() error + func (t *FunctionTemplate) Set(key string, value Value) error + func (t *FunctionTemplate) SetAccessorProperty(key string, getter, setter *FunctionTemplate, attr PropertyAttribute) error + func (t *FunctionTemplate) SetAccessorPropertyName(key Value, getter, setter *FunctionTemplate, attr PropertyAttribute) error + func (t *FunctionTemplate) SetClassName(name string) error + func (t *FunctionTemplate) SetDataNameWithAttr(key Value, data Data, attr PropertyAttribute) error + func (t *FunctionTemplate) SetDataWithAttr(key string, data Data, attr PropertyAttribute) error + func (t *FunctionTemplate) SetIntrinsicDataProperty(key string, intrinsic Intrinsic, attr PropertyAttribute) error + func (t *FunctionTemplate) SetIntrinsicDataPropertyName(key Value, intrinsic Intrinsic, attr PropertyAttribute) error + func (t *FunctionTemplate) SetName(key Value, value Value) error + func (t *FunctionTemplate) SetNameWithAttr(key Value, value Value, attr PropertyAttribute) error + func (t *FunctionTemplate) SetWithAttr(key string, value Value, attr PropertyAttribute) error + type GCCallback func(gcType GCType, flags GCCallbackFlags) — windows/amd64 + type GCCallbackFlags uint32 — windows/amd64 + type GCCallbackToken struct — windows/amd64 + type GCType uint32 — windows/amd64 + const GCTypeAll + const GCTypeIncrementalMarking + const GCTypeMarkSweepCompact + const GCTypeMinorMarkSweep + const GCTypeProcessWeakCallbacks + const GCTypeScavenge + type GarbageCollectionType uint32 — windows/amd64 + const GcFull + const GcMinor + type GetSharedArrayBufferFromIDHook interface — windows/amd64 + GetSharedArrayBufferFromID func(id uint32) (*SharedArrayBuffer, bool) + type GetSharedArrayBufferIDHook interface — windows/amd64 + GetSharedArrayBufferID func(sab *SharedArrayBuffer) (id uint32, answered bool) + type GetWasmModuleFromIDHook interface — windows/amd64 + GetWasmModuleFromID func(id uint32) + type GetWasmModuleTransferIDHook interface — windows/amd64 + GetWasmModuleTransferID func(module Value) (id uint32, answered bool) + type Global struct — windows/amd64 + func GlobalFromRaw(i *Isolate, raw uintptr) (*Global, error) + func NewGlobal(s *Scope, v Value) (*Global, error) + func (g *Global) Clone() (*Global, error) + func (g *Global) Close() error + func (g *Global) Equal(other *Global) (bool, error) + func (g *Global) IntoRaw() (uintptr, error) + func (g *Global) NewWeak() (*Weak, error) + func (g *Global) NewWeakWithFinalizer(cb WeakFinalizer) (*Weak, error) + func (g *Global) NewWeakWithGuaranteedFinalizer(cb func()) (*Weak, error) + func (g *Global) ToLocal(s *Scope) (Value, error) + type HasCustomHostObjectHook interface — windows/amd64 + HasCustomHostObject func() bool + type HeapCodeStatistics struct — windows/amd64 + BytecodeAndMetadataSize uint64 + CPUProfilerMetadataSize uint64 + CodeAndMetadataSize uint64 + ExternalScriptSourceSize uint64 + type HeapSpaceStatistics struct — windows/amd64 + AvailableSize uint64 + Name string + PhysicalSize uint64 + Size uint64 + UsedSize uint64 + type HeapStatistics struct — windows/amd64 + DoesZapGarbage bool + ExternalMemory uint64 + HeapSizeLimit uint64 + MallocedMemory uint64 + NumberOfDetachedContexts uint64 + NumberOfNativeContexts uint64 + PeakMallocedMemory uint64 + TotalAllocatedBytes uint64 + TotalAvailableSize uint64 + TotalGlobalHandlesSize uint64 + TotalHeapSize uint64 + TotalHeapSizeExecutable uint64 + TotalPhysicalSize uint64 + UsedGlobalHandlesSize uint64 + UsedHeapSize uint64 + type ICUCommonDataError struct — windows/amd64 + Code int32 + func (e *ICUCommonDataError) Error() string + type IdleTask struct — windows/amd64 + func (task *IdleTask) Close() error + func (task *IdleTask) Run(isolate *Isolate, deadlineInSeconds float64) error + type ImportMetaCallback func(scope *CallbackScope, module *Module, meta *Object) error — windows/amd64 + type IndexFilter uint8 — windows/amd64 + const IndexFilterIncludeIndices + const IndexFilterSkipIndices + type IndexedPropertyDefinerCallback func(cs *CallbackScope, index uint32, desc CallbackPropertyDescriptor, ...) Intercepted — windows/amd64 + type IndexedPropertyDeleterCallback func(cs *CallbackScope, index uint32, args PropertyCallbackArguments, ...) Intercepted — windows/amd64 + type IndexedPropertyDescriptorCallback func(cs *CallbackScope, index uint32, args PropertyCallbackArguments, ...) Intercepted — windows/amd64 + type IndexedPropertyEnumeratorCallback func(cs *CallbackScope, args PropertyCallbackArguments, rv ReturnValue) — windows/amd64 + type IndexedPropertyGetterCallback func(cs *CallbackScope, index uint32, args PropertyCallbackArguments, ...) Intercepted — windows/amd64 + type IndexedPropertyHandlerConfig struct — windows/amd64 + Data Value + Definer IndexedPropertyDefinerCallback + Deleter IndexedPropertyDeleterCallback + Descriptor IndexedPropertyDescriptorCallback + Enumerator IndexedPropertyEnumeratorCallback + Flags PropertyHandlerFlags + Getter IndexedPropertyGetterCallback + Query IndexedPropertyQueryCallback + Setter IndexedPropertySetterCallback + type IndexedPropertyQueryCallback func(cs *CallbackScope, index uint32, args PropertyCallbackArguments, ...) Intercepted — windows/amd64 + type IndexedPropertySetterCallback func(cs *CallbackScope, index uint32, value Value, args PropertyCallbackArguments, ...) Intercepted — windows/amd64 + type Inspector struct — windows/amd64 + func NewInspector(i *Isolate) (*Inspector, error) + func NewInspectorWithClient(i *Isolate, client InspectorClient) (*Inspector, error) + func (i *Inspector) AllAsyncTasksCanceled() error + func (i *Inspector) AsyncTaskCanceled(task InspectorAsyncTaskID) error + func (i *Inspector) AsyncTaskFinished(task InspectorAsyncTaskID) error + func (i *Inspector) AsyncTaskScheduled(name InspectorStringView, task InspectorAsyncTaskID, recurring bool) error + func (i *Inspector) AsyncTaskStarted(task InspectorAsyncTaskID) error + func (i *Inspector) Close() error + func (i *Inspector) Connect(group int32, channel InspectorChannel, state InspectorStringView, ...) (*InspectorSession, error) + func (i *Inspector) ContextCreated(c *Context, group int32, name, aux InspectorStringView) error + func (i *Inspector) ContextDestroyed(c *Context) error + func (i *Inspector) CreateInspectorStackTrace(trace *StackTrace) (*InspectorStackTrace, bool, error) + func (i *Inspector) ExceptionThrown(scope *Scope, context *Context, message InspectorStringView, exception Value, ...) (uint32, error) + func (i *Inspector) IdleFinished() error + func (i *Inspector) IdleStarted() error + type InspectorAsyncTaskID uintptr — windows/amd64 + type InspectorBorrowedStackTrace struct — windows/amd64 + func (s InspectorBorrowedStackTrace) Present() bool + type InspectorChannel interface — windows/amd64 + FlushProtocolNotifications func() + SendNotification func(message *InspectorStringBuffer) + SendResponse func(callID int32, message *InspectorStringBuffer) + type InspectorClient interface — windows/amd64 + type InspectorClientTrustLevel int32 — windows/amd64 + const InspectorFullyTrusted + const InspectorUntrusted + type InspectorConsoleMessageClient interface — windows/amd64 + ConsoleAPIMessage func(contextGroupID int32, level int32, message, url InspectorStringView, ...) + type InspectorDefaultContextClient interface — windows/amd64 + EnsureDefaultContextInGroup func(contextGroupID int32) *Context + type InspectorInspectable struct — windows/amd64 + func (i *InspectorInspectable) Close() error + type InspectorInspectableGetter func(callbackScope *CallbackScope, context *Context) (Value, error) — windows/amd64 + type InspectorObjectIDError struct — windows/amd64 + func (e *InspectorObjectIDError) Error() string + func (e *InspectorObjectIDError) Kind() InspectorObjectIDErrorKind + func (e *InspectorObjectIDError) Message() InspectorStringView + type InspectorObjectIDErrorKind uint8 — windows/amd64 + const InspectorObjectIDErrorUnknown + const InspectorObjectIDInvalid + const InspectorObjectIDNotFound + type InspectorPauseLoopClient interface — windows/amd64 + type InspectorQuitMessageLoopOnPauseClient interface — windows/amd64 + QuitMessageLoopOnPause func() + type InspectorRemoteObject struct — windows/amd64 + func (r *InspectorRemoteObject) Close() error + func (r *InspectorRemoteObject) ToBytes() ([]byte, error) + type InspectorResourceNameClient interface — windows/amd64 + ResourceNameToURL func(resourceName InspectorStringView) *InspectorStringBuffer + type InspectorRunMessageLoopOnPauseClient interface — windows/amd64 + RunMessageLoopOnPause func(contextGroupID int32) + type InspectorSession struct — windows/amd64 + func (s *InspectorSession) AddInspectedObject(inspectable *InspectorInspectable) error + func (s *InspectorSession) CancelPauseOnNextStatement() error + func (s *InspectorSession) Close() error + func (s *InspectorSession) DispatchProtocolMessage(message InspectorStringView) error + func (s *InspectorSession) ReleaseObjectGroup(group InspectorStringView) error + func (s *InspectorSession) SchedulePauseOnNextStatement(reason, detail InspectorStringView) error + func (s *InspectorSession) UnwrapObject(scope *Scope, objectID InspectorStringView) (Value, *Context, *InspectorStringBuffer, error) + func (s *InspectorSession) WrapObject(scope *Scope, context *Context, value Value, objectGroup InspectorStringView, ...) (*InspectorRemoteObject, bool, error) + type InspectorStackTrace struct — windows/amd64 + func (st *InspectorStackTrace) Close() error + type InspectorStringBuffer struct — windows/amd64 + func NewInspectorStringBuffer(source InspectorStringView) *InspectorStringBuffer + func (b *InspectorStringBuffer) StringView() InspectorStringView + type InspectorStringView struct — windows/amd64 + func EmptyInspectorStringView() InspectorStringView + func NewInspectorStringView16(value []uint16) InspectorStringView + func NewInspectorStringView8(value []byte) InspectorStringView + func (v InspectorStringView) Characters16() ([]uint16, bool) + func (v InspectorStringView) Characters8() ([]byte, bool) + func (v InspectorStringView) Is8Bit() bool + func (v InspectorStringView) IsEmpty() bool + func (v InspectorStringView) Len() int + func (v InspectorStringView) String() string + type InspectorUniqueIDClient interface — windows/amd64 + GenerateUniqueID func() int64 + type InspectorValueDescriptionClient interface — windows/amd64 + DescriptionForValueSubtype func(scope *CallbackScope, value Value) *InspectorStringBuffer + type InspectorValueSubtypeClient interface — windows/amd64 + ValueSubtype func(scope *CallbackScope, value Value) *InspectorStringBuffer + type InspectorWaitingForDebuggerClient interface — windows/amd64 + RunIfWaitingForDebugger func(contextGroupID int32) + type IntegrityLevel uint8 — windows/amd64 + const IntegrityFrozen + const IntegritySealed + type Intercepted uint32 — windows/amd64 + const InterceptedNo + const InterceptedYes + type InterruptCallback func(i *Isolate, data uintptr) — windows/amd64 + type IntoSharedError struct — windows/amd64 + Kind IntoSharedErrorKind + func (e *IntoSharedError) Error() string + func (e *IntoSharedError) IntoIsolate() *Isolate + type IntoSharedErrorKind string — windows/amd64 + type Intrinsic uint8 — windows/amd64 + const IntrinsicArrayProtoEntries + const IntrinsicArrayProtoForEach + const IntrinsicArrayProtoKeys + const IntrinsicArrayProtoValues + const IntrinsicArrayPrototype + const IntrinsicAsyncIteratorPrototype + const IntrinsicErrorPrototype + const IntrinsicIteratorPrototype + const IntrinsicMapIteratorPrototype + const IntrinsicObjProtoValueOf + const IntrinsicSetIteratorPrototype + type IsHostObjectHook interface — windows/amd64 + IsHostObject func(obj *Object) (isHost, answered bool) + type Isolate struct — windows/amd64 + func NewIsolate() (*Isolate, error) + func NewIsolateFromSnapshot(blob *StartupData) (*Isolate, error) + func NewIsolateFromSnapshotWithParams(blob *StartupData, params *CreateParams) (*Isolate, error) + func NewIsolateWithLimits(initialHeapBytes, maxHeapBytes uint64) (*Isolate, error) + func NewIsolateWithParams(params *CreateParams) (*Isolate, error) + func NewIsolateWithSnapshotParams(params *SnapshotCreateParams) (*Isolate, error) + func (i *Isolate) AddGCEpilogueCallback(cb GCCallback, filter GCType) (*GCCallbackToken, error) + func (i *Isolate) AddGCPrologueCallback(cb GCCallback, filter GCType) (*GCCallbackToken, error) + func (i *Isolate) AddMessageListener(cb MessageListenerCallback) (bool, error) + func (i *Isolate) AddMessageListenerWithErrorLevel(cb MessageListenerCallback, errorLevel uint32) (bool, error) + func (i *Isolate) AddNearHeapLimitCallback(cb NearHeapLimitCallback) error + func (i *Isolate) AdjustAmountOfExternalAllocatedMemory(delta int64) (int64, error) + func (i *Isolate) CancelTerminateExecution() error + func (i *Isolate) CheckCodeCache(cache []byte) (int, error) + func (i *Isolate) ClearKeptObjects() error + func (i *Isolate) ClearPromiseRejectCallback() error + func (i *Isolate) ClearWasmStreamingCallback() error + func (i *Isolate) Close() error + func (i *Isolate) CollectCPUProfilerSample(traceID *uint64) error + func (i *Isolate) CollectCppGCGarbageForTesting(state CppGCEmbedderStackState) error + func (i *Isolate) CounterValue(name string) (value int32, found bool, err error) + func (i *Isolate) CurrentContext(s *Scope) (*ContextRef, error) + func (i *Isolate) CurrentHostDefinedOptions(scope *Scope) (*PrimitiveArray, bool, error) + func (i *Isolate) DataSlotCount() (int, error) + func (i *Isolate) DateTimeConfigurationChangeNotification(d TimeZoneDetection) error + func (i *Isolate) EmptyWeak() (*Weak, error) + func (i *Isolate) EnteredOrMicrotaskContext(s *Scope) (*ContextRef, error) + func (i *Isolate) FunctionBuilder(callback FunctionCallback) *FunctionBuilder + func (i *Isolate) GetData(slot int) (uintptr, error) + func (i *Isolate) GetHeapCodeAndMetadataStatistics() (*HeapCodeStatistics, bool, error) + func (i *Isolate) GetHeapSpaceStatistics(index uint64) (*HeapSpaceStatistics, bool, error) + func (i *Isolate) GetHeapStatistics() (*HeapStatistics, error) + func (i *Isolate) GetMicrotasksPolicy() (MicrotasksPolicy, error) + func (i *Isolate) GetSlot(key any) (any, bool) + func (i *Isolate) HasCppHeap() (bool, error) + func (i *Isolate) HasPendingBackgroundTasks() (bool, error) + func (i *Isolate) HostRefAdd(v any) (uintptr, error) + func (i *Isolate) HostRefGet(token uintptr) (any, bool) + func (i *Isolate) HostRefRemove(token uintptr) (any, bool) + func (i *Isolate) IsExecutionTerminating() (bool, error) + func (i *Isolate) LowMemoryNotification() error + func (i *Isolate) MemoryPressureNotification(l MemoryPressureLevel) error + func (i *Isolate) NewBackingStore(byteLength int) (*BackingStore, error) + func (i *Isolate) NewBackingStoreFromPtr(data unsafe.Pointer, byteLength int, fn BackingStoreDeleter, ...) (*BackingStore, error) + func (i *Isolate) NewBackingStoreFromSlice(data []byte) (*BackingStore, error) + func (i *Isolate) NewContext() (*Context, error) + func (i *Isolate) NewContextWithOptions(s *Scope, options *ContextOptions) (*Context, error) + func (i *Isolate) NewCppGCGenericObject(options CppGCGenericOptions) (*CppGCGenericObject, error) + func (i *Isolate) NewFastFunctionTemplate(s *Scope, callback FunctionCallback, opts *FunctionOptions, ...) (*FunctionTemplate, error) + func (i *Isolate) NewFunction(s *Scope, c *Context, cb FunctionCallback, opts *FunctionOptions) (*Function, error) + func (i *Isolate) NewFunctionTemplate(s *Scope, cb FunctionCallback, opts *FunctionOptions) (*FunctionTemplate, error) + func (i *Isolate) NewFunctionTemplateFromExternalReference(scope *Scope, callback ExternalReference, data Value) (*FunctionTemplate, error) + func (i *Isolate) NewInspectorInspectable(getter InspectorInspectableGetter, onDrop func()) (*InspectorInspectable, error) + func (i *Isolate) NewMicrotaskQueue(policy MicrotasksPolicy) (*MicrotaskQueue, error) + func (i *Isolate) NewObjectTemplate(s *Scope) (*ObjectTemplate, error) + func (i *Isolate) NewObjectTemplateFromFunction(s *Scope, ft *FunctionTemplate) (*ObjectTemplate, error) + func (i *Isolate) NewScope() (*Scope, error) + func (i *Isolate) NewSharedArrayBufferBackingStore(byteLength int) (*BackingStore, error) + func (i *Isolate) NewSharedArrayBufferBackingStoreFromPtr(data unsafe.Pointer, byteLength int, fn BackingStoreDeleter, ...) (*BackingStore, error) + func (i *Isolate) NewSharedArrayBufferBackingStoreFromSlice(data []byte) (*BackingStore, error) + func (i *Isolate) NewSignature(s *Scope, ft *FunctionTemplate) (*Signature, error) + func (i *Isolate) NewTryCatch() (*TryCatch, error) + func (i *Isolate) NumberOfHeapSpaces() (int64, error) + func (i *Isolate) PerformMicrotaskCheckpoint() error + func (i *Isolate) PumpMessageLoop(waitForWork bool) (bool, error) + func (i *Isolate) RemoveGCEpilogueCallback(t *GCCallbackToken) error + func (i *Isolate) RemoveGCPrologueCallback(t *GCCallbackToken) error + func (i *Isolate) RemoveNearHeapLimitCallback(heapLimit uint64) error + func (i *Isolate) RemoveSlot(key any) (any, bool) + func (i *Isolate) RequestGarbageCollectionForTesting(t GarbageCollectionType) error + func (i *Isolate) RunIdleTasks(idleTimeInSeconds float64) error + func (i *Isolate) SetAllowAtomicsWait(allow bool) error + func (i *Isolate) SetAllowWasmCodeGenerationCallback(callback AllowWasmCodeGenerationCallback) error + func (i *Isolate) SetCaptureStackTraceForUncaughtExceptions(enable bool, frameLimit int) error + func (i *Isolate) SetData(slot int, data uintptr) error + func (i *Isolate) SetHostCreateShadowRealmContextCallback(cb ShadowRealmContextCallback) error + func (i *Isolate) SetHostImportModuleDynamicallyCallback(cb DynamicImportCallback) error + func (i *Isolate) SetHostImportModuleWithPhaseDynamicallyCallback(cb DynamicImportCallback) error + func (i *Isolate) SetHostInitializeImportMetaObjectCallback(cb ImportMetaCallback) error + func (i *Isolate) SetIdle(idle bool) error + func (i *Isolate) SetMicrotasksPolicy(p MicrotasksPolicy) error + func (i *Isolate) SetModifyCodeGenerationFromStringsCallback(cb ModifyCodeGenerationFromStringsCallback) error + func (i *Isolate) SetOOMErrorHandler(cb OOMErrorCallback) error + func (i *Isolate) SetPrepareStackTraceCallback(cb PrepareStackTraceCallback) error + func (i *Isolate) SetPromiseHook(h PromiseHook) error + func (i *Isolate) SetPromiseRejectCallback(s *Scope, cb PromiseRejectCallback) error + func (i *Isolate) SetSlot(key, value any) (wasEmpty bool) + func (i *Isolate) SetUseCounterCallback(cb UseCounterCallback) error + func (i *Isolate) SetWasmAsyncResolvePromiseCallback(callback WasmAsyncResolvePromiseCallback) error + func (i *Isolate) SetWasmStreamingCallback(callback WasmStreamingCallback) error + func (i *Isolate) TakeHeapSnapshot(callback func([]byte) bool) error + func (i *Isolate) TerminateExecution() error + func (i *Isolate) ThreadSafeHandle() *ThreadSafeHandle + func (i *Isolate) TryIntoShared() (*SharedIsolate, error) + func (i *Isolate) UseDetailedSourcePositionsForProfiling() error + type JavascriptExecutionFailure uint8 — windows/amd64 + const CrashOnFailure + const DumpOnFailure + const ThrowOnFailure + type KeyCollectionMode uint8 — windows/amd64 + const KeyCollectionIncludePrototypes + const KeyCollectionOwnOnly + type KeyConversionMode uint8 — windows/amd64 + const KeyConversionConvertToString + const KeyConversionKeepNumbers + const KeyConversionNoNumbers + type LazyDataPropertyConfiguration struct — windows/amd64 + Attribute PropertyAttribute + Data Value + Getter AccessorGetterCallback + GetterSideEffectType SideEffectType + SetterSideEffectType SideEffectType + type Locker struct — windows/amd64 + func (l *Locker) Close() error + func (l *Locker) Isolate() *Isolate + func (l *Locker) UnlockWindow(fn func() error) error + type Map struct — windows/amd64 + func AsMap(v Value) (*Map, error) + func (m *Map) AsArray(s *Scope, c *Context) (*Array, error) + func (m *Map) Clear() error + func (m *Map) Delete(s *Scope, c *Context, key Value) (bool, error) + func (m *Map) Get(s *Scope, c *Context, key Value) (Value, error) + func (m *Map) Has(s *Scope, c *Context, key Value) (bool, error) + func (m *Map) Set(s *Scope, c *Context, key, value Value) (*Map, error) + func (m *Map) Size() (int64, error) + type MemoryPressureLevel uint32 — windows/amd64 + const MemoryPressureCritical + const MemoryPressureModerate + const MemoryPressureNone + type Message struct — windows/amd64 + func (m *Message) EndColumn() (int64, error) + func (m *Message) EndPosition() (int64, error) + func (m *Message) ErrorLevel() (int64, error) + func (m *Message) IsOpaque() (bool, error) + func (m *Message) IsSharedCrossOrigin() (bool, error) + func (m *Message) LineNumber(c *Context) (line int32, ok bool, err error) + func (m *Message) ResourceName(c *Context) (string, error) + func (m *Message) ResourceNameValue() (Value, bool, error) + func (m *Message) SameIdentity(other *Message) (bool, error) + func (m *Message) SourceLine(c *Context) (string, bool, error) + func (m *Message) SourceLineValue(c *Context) (Value, bool, error) + func (m *Message) StackTrace() (*StackTrace, bool, error) + func (m *Message) StartColumn() (int64, error) + func (m *Message) StartPosition() (int64, error) + func (m *Message) Text(c *Context) (string, error) + func (m *Message) TextValue() (Value, error) + func (m *Message) WasmFunctionIndex() (int64, error) + type MessageListenerCallback func(msg *CallbackMessage, exception Value) — windows/amd64 + type MicrotaskQueue struct — windows/amd64 + func (m *MicrotaskQueue) Close() error + func (m *MicrotaskQueue) Enqueue(c *Context, fn Value) error + func (m *MicrotaskQueue) GetMicrotasksScopeDepth() (int32, error) + func (m *MicrotaskQueue) IsRunningMicrotasks() (bool, error) + func (m *MicrotaskQueue) PerformCheckpoint(c *Context) error + func (m *MicrotaskQueue) Raw() (uintptr, error) + type MicrotasksPolicy uint8 — windows/amd64 + const PolicyAuto + const PolicyExplicit + type ModifyCodeGenerationFromStringsCallback func(source Value, isCodeLike bool) (allowed bool, modified *string) — windows/amd64 + type Module struct — windows/amd64 + func (m *Module) Close() error + func (m *Module) Data(s *Scope) (Data, error) + func (m *Module) Evaluate(s *Scope, tc *TryCatch) (Promise, error) + func (m *Module) EvaluateForImportDefer(s *Scope) (Value, bool, error) + func (m *Module) EvaluateValue(s *Scope, tc *TryCatch) (Value, error) + func (m *Module) Exception(s *Scope) (Value, error) + func (m *Module) GetUnboundModuleScript() (*UnboundModuleScript, error) + func (m *Module) HasTopLevelAwait() (bool, error) + func (m *Module) IdentityHash() (int32, error) + func (m *Module) Instantiate(s *Scope, resolver ModuleResolver, tc *TryCatch) (bool, error) + func (m *Module) Instantiate2(s *Scope, resolver ModuleResolver, source ModuleSourceResolver, tc *TryCatch) (bool, error) + func (m *Module) IsGraphAsync() (bool, error) + func (m *Module) IsSourceTextModule() (bool, error) + func (m *Module) IsSyntheticModule() (bool, error) + func (m *Module) ModuleRequests(s *Scope) (*FixedArray, error) + func (m *Module) Namespace(s *Scope) (Value, error) + func (m *Module) NamespaceWithPhase(s *Scope, phase ModuleImportPhase) (Value, error) + func (m *Module) Requests() ([]ModuleRequest, error) + func (m *Module) ScriptID() (int32, error) + func (m *Module) SetSyntheticModuleExport(s *Scope, name string, value Value, tc *TryCatch) (bool, error) + func (m *Module) SourceOffsetToLocation(offset int32) (ModuleLocation, error) + func (m *Module) StalledTopLevelAwaitMessages(s *Scope) ([]StalledTopLevelAwait, error) + func (m *Module) Status() (ModuleStatus, error) + type ModuleCachingCallback func(*ModuleCachingInterface) — windows/amd64 + type ModuleCachingInterface struct — windows/amd64 + func (m *ModuleCachingInterface) SetCachedCompiledModule(cache *SerializedWasmModuleCache) (bool, error) + func (m *ModuleCachingInterface) SetCachedCompiledModuleBytes(bytes []byte) (bool, error) + func (m *ModuleCachingInterface) WireBytes() ([]byte, error) + type ModuleCodeCache struct — windows/amd64 + func (c *ModuleCodeCache) Equal(other *ModuleCodeCache) bool + func (c *ModuleCodeCache) Len() int + type ModuleCompileOptions struct — windows/amd64 + ColumnOffset int32 + LineOffset int32 + ResourceName string + type ModuleImportAttribute struct — windows/amd64 + Key string + SourceOffset int32 + Value string + type ModuleImportPhase int32 — windows/amd64 + const ModuleImportDefer + const ModuleImportEvaluation + const ModuleImportSource + type ModuleLocation struct — windows/amd64 + Column int32 + Line int32 + type ModuleRequest struct — windows/amd64 + Attributes []ModuleImportAttribute + Phase ModuleImportPhase + SourceOffset int32 + Specifier string + type ModuleRequestData struct — windows/amd64 + func (r *ModuleRequestData) ImportAttributes(s *Scope) (*FixedArray, error) + type ModuleResolveRequest struct — windows/amd64 + Attributes []ModuleImportAttribute + Referrer *Module + Specifier string + type ModuleResolver func(ModuleResolveRequest) (*Module, error) — windows/amd64 + type ModuleSourceResolveRequest struct — windows/amd64 + Attributes []ModuleImportAttribute + Location ModuleLocation + Phase ModuleImportPhase + Referrer *Module + Scope *CallbackScope + SourceOffset int32 + Specifier string + type ModuleSourceResolver func(ModuleSourceResolveRequest) (ReturnValue Value, Err error) — windows/amd64 + type ModuleStatus int32 — windows/amd64 + const ModuleErrored + const ModuleEvaluated + const ModuleEvaluating + const ModuleInstantiated + const ModuleInstantiating + const ModuleUninstantiated + func (s ModuleStatus) String() string + type NamedPropertyDefinerCallback func(cs *CallbackScope, key Value, desc CallbackPropertyDescriptor, ...) Intercepted — windows/amd64 + type NamedPropertyDeleterCallback func(cs *CallbackScope, key Value, args PropertyCallbackArguments, rv ReturnValue) Intercepted — windows/amd64 + type NamedPropertyDescriptorCallback func(cs *CallbackScope, key Value, args PropertyCallbackArguments, rv ReturnValue) Intercepted — windows/amd64 + type NamedPropertyEnumeratorCallback func(cs *CallbackScope, args PropertyCallbackArguments, rv ReturnValue) — windows/amd64 + type NamedPropertyGetterCallback func(cs *CallbackScope, key Value, args PropertyCallbackArguments, rv ReturnValue) Intercepted — windows/amd64 + type NamedPropertyHandlerConfig struct — windows/amd64 + Data Value + Definer NamedPropertyDefinerCallback + Deleter NamedPropertyDeleterCallback + Descriptor NamedPropertyDescriptorCallback + Enumerator NamedPropertyEnumeratorCallback + Flags PropertyHandlerFlags + Getter NamedPropertyGetterCallback + Query NamedPropertyQueryCallback + Setter NamedPropertySetterCallback + type NamedPropertyQueryCallback func(cs *CallbackScope, key Value, args PropertyCallbackArguments, rv ReturnValue) Intercepted — windows/amd64 + type NamedPropertySetterCallback func(cs *CallbackScope, key, value Value, args PropertyCallbackArguments, ...) Intercepted — windows/amd64 + type NativeFunction struct — windows/amd64 + func (f *NativeFunction) Close() error + func (f *NativeFunction) Value() Value + type NativePromiseHandler func(args []Value) (result Value, ok bool) — windows/amd64 + type NearHeapLimitCallback func(currentHeapLimit, initialHeapLimit uint64) uint64 — windows/amd64 + type NewStringType uint8 — windows/amd64 + const StringInternalized + const StringNormal + type NoCacheReason int32 — windows/amd64 + const NoCacheBecauseCacheTooCold + const NoCacheBecauseCachingDisabled + const NoCacheBecauseDeferredProduceCodeCache + const NoCacheBecauseExtensionModule + const NoCacheBecauseInDocumentWrite + const NoCacheBecauseInlineScript + const NoCacheBecauseInspector + const NoCacheBecauseModule + const NoCacheBecauseNoResource + const NoCacheBecausePacScript + const NoCacheBecauseResourceWithNoCacheHandler + const NoCacheBecauseScriptTooSmall + const NoCacheBecauseStreamingSource + const NoCacheBecauseV8Extension + const NoCacheNoReason + type OOMErrorCallback func(location, detail string, isHeapOOM bool) — windows/amd64 + type Object struct — windows/amd64 + func AsObject(v Value) (*Object, error) + func (o *Object) CallAsConstructor(s *Scope, c *Context, args []Value, tc *TryCatch) (Value, error) + func (o *Object) CallAsFunction(s *Scope, c *Context, recv Value, args []Value, tc *TryCatch) (Value, error) + func (o *Object) CreateDataProperty(s *Scope, c *Context, key, value Value) (bool, error) + func (o *Object) CreationContext(s *Scope) (context *ContextRef, present bool, err error) + func (o *Object) CreationContextIs(s *Scope, c *Context) (bool, error) + func (o *Object) DefineOwnProperty(s *Scope, c *Context, key, value Value, attr PropertyAttribute) (bool, error) + func (o *Object) DefineProperty(s *Scope, c *Context, key Value, desc *PropertyDescriptor) (bool, error) + func (o *Object) Delete(s *Scope, c *Context, key Value, tc *TryCatch) (bool, error) + func (o *Object) DeleteIndex(s *Scope, c *Context, index uint32, tc *TryCatch) (bool, error) + func (o *Object) DeletePrivate(s *Scope, c *Context, key *Private) (bool, error) + func (o *Object) GetByKey(s *Scope, c *Context, key Value) (Value, error) + func (o *Object) GetByName(s *Scope, c *Context, name string) (val Value, ok bool, err error) + func (o *Object) GetConstructorName(s *Scope) (Value, error) + func (o *Object) GetIdentityHash() (int32, error) + func (o *Object) GetOwnPropertyDescriptor(s *Scope, c *Context, key Value) (Value, error) + func (o *Object) GetOwnPropertyNames(s *Scope, c *Context, propertyFilter PropertyFilter, ...) (*Array, error) + func (o *Object) GetPrivate(s *Scope, c *Context, key *Private) (Value, error) + func (o *Object) GetPropertyAttributes(s *Scope, c *Context, key Value) (attr PropertyAttribute, present bool, err error) + func (o *Object) GetPropertyNames(s *Scope, c *Context, mode KeyCollectionMode, propertyFilter PropertyFilter, ...) (*Array, error) + func (o *Object) GetPrototype(s *Scope) (Value, error) + func (o *Object) GetRealNamedProperty(s *Scope, c *Context, key Value, tc *TryCatch) (val Value, found bool, err error) + func (o *Object) GetRealNamedPropertyAttributes(s *Scope, c *Context, key Value) (attr PropertyAttribute, present bool, err error) + func (o *Object) GetWithReceiver(s *Scope, c *Context, key Value, receiver *Object) (Value, error) + func (o *Object) Has(s *Scope, c *Context, key Value, tc *TryCatch) (bool, error) + func (o *Object) HasIndex(s *Scope, c *Context, index uint32, tc *TryCatch) (bool, error) + func (o *Object) HasOwnProperty(s *Scope, c *Context, key Value, tc *TryCatch) (bool, error) + func (o *Object) HasPrivate(s *Scope, c *Context, key *Private) (bool, error) + func (o *Object) HasRealNamedProperty(s *Scope, c *Context, key Value) (bool, error) + func (o *Object) IsAPIWrapper() (bool, error) + func (o *Object) IsCallable() (bool, error) + func (o *Object) IsConstructor() (bool, error) + func (o *Object) PreviewEntries(s *Scope, c *Context) (entries *Array, keyValue, present bool, err error) + func (o *Object) SetAccessor(s *Scope, c *Context, key Value, getter AccessorGetterCallback, ...) (bool, error) + func (o *Object) SetAccessorWithConfiguration(s *Scope, c *Context, key Value, configuration AccessorConfiguration) (bool, error) + func (o *Object) SetByKey(s *Scope, c *Context, key, value Value) (bool, error) + func (o *Object) SetByName(s *Scope, c *Context, name string, v Value) (ok bool, err error) + func (o *Object) SetIntegrityLevel(s *Scope, c *Context, level IntegrityLevel) (bool, error) + func (o *Object) SetLazyDataProperty(s *Scope, c *Context, key Value, getter AccessorGetterCallback) (bool, error) + func (o *Object) SetLazyDataPropertyWithConfiguration(s *Scope, c *Context, key Value, configuration LazyDataPropertyConfiguration) (bool, error) + func (o *Object) SetLazyDataPropertyWithData(s *Scope, c *Context, key Value, getter AccessorGetterCallback, data Value, ...) (bool, error) + func (o *Object) SetPrivate(s *Scope, c *Context, key *Private, value Value) (bool, error) + func (o *Object) SetPrototype(s *Scope, c *Context, proto Value) (bool, error) + func (o *Object) SetWithReceiver(s *Scope, c *Context, key, value Value, receiver *Object) (bool, error) + type ObjectTemplate struct — windows/amd64 + func (t *ObjectTemplate) Data() (Data, error) + func (t *ObjectTemplate) InternalFieldCount() (int, error) + func (t *ObjectTemplate) NewInstance(s *Scope, c *Context) (*Object, bool, error) + func (t *ObjectTemplate) Set(key string, value Value) error + func (t *ObjectTemplate) SetAccessorProperty(key string, getter, setter *FunctionTemplate, attr PropertyAttribute) error + func (t *ObjectTemplate) SetAccessorPropertyName(key Value, getter, setter *FunctionTemplate, attr PropertyAttribute) error + func (t *ObjectTemplate) SetAccessorWithConfiguration(key string, configuration AccessorConfiguration) error + func (t *ObjectTemplate) SetAccessorWithConfigurationName(key Value, configuration AccessorConfiguration) error + func (t *ObjectTemplate) SetAccessorWithSetter(key string, getter AccessorGetterCallback, setter AccessorSetterCallback) error + func (t *ObjectTemplate) SetAccessorWithSetterName(key Value, getter AccessorGetterCallback, setter AccessorSetterCallback) error + func (t *ObjectTemplate) SetCallAsFunctionHandler(cb FunctionCallback, data Value) error + func (t *ObjectTemplate) SetData(key string, ft *FunctionTemplate) error + func (t *ObjectTemplate) SetDataNameWithAttr(key Value, data Data, attr PropertyAttribute) error + func (t *ObjectTemplate) SetDataWithAttr(key string, data Data, attr PropertyAttribute) error + func (t *ObjectTemplate) SetImmutableProto() error + func (t *ObjectTemplate) SetIndexedPropertyHandler(cfg IndexedPropertyHandlerConfig) error + func (t *ObjectTemplate) SetInternalFieldCount(n int) (bool, error) + func (t *ObjectTemplate) SetIntrinsicDataProperty(key string, intrinsic Intrinsic, attr PropertyAttribute) error + func (t *ObjectTemplate) SetIntrinsicDataPropertyName(key Value, intrinsic Intrinsic, attr PropertyAttribute) error + func (t *ObjectTemplate) SetName(key Value, value Value) error + func (t *ObjectTemplate) SetNameWithAttr(key Value, value Value, attr PropertyAttribute) error + func (t *ObjectTemplate) SetNamedPropertyHandler(cfg NamedPropertyHandlerConfig) error + func (t *ObjectTemplate) SetWithAttr(key string, value Value, attr PropertyAttribute) error + type Origin struct — windows/amd64 + ColumnOffset int32 + IsModule bool + IsOpaque bool + IsSharedCrossOrigin bool + IsWasm bool + LineOffset int32 + ResourceName string + ResourceNameValue Value + ScriptID int32 + SourceMapURL string + type PlatformImpl interface — windows/amd64 + PostDelayedTask func(PlatformIsolate, *Task, float64) + PostIdleTask func(PlatformIsolate, *IdleTask) + PostNonNestableDelayedTask func(PlatformIsolate, *Task, float64) + PostNonNestableTask func(PlatformIsolate, *Task) + PostTask func(PlatformIsolate, *Task) + type PlatformImplCloser interface — windows/amd64 + Close func() + type PlatformImplDefaults struct — windows/amd64 + func (PlatformImplDefaults) PostDelayedTask(_ PlatformIsolate, task *Task, _ float64) + func (PlatformImplDefaults) PostIdleTask(_ PlatformIsolate, task *IdleTask) + func (PlatformImplDefaults) PostNonNestableDelayedTask(_ PlatformIsolate, task *Task, _ float64) + func (PlatformImplDefaults) PostNonNestableTask(_ PlatformIsolate, task *Task) + func (PlatformImplDefaults) PostTask(_ PlatformIsolate, task *Task) + type PlatformImplFuncs struct — windows/amd64 + DelayedTask func(PlatformIsolate, *Task, float64) + IdleTask func(PlatformIsolate, *IdleTask) + NonNestableDelayedTask func(PlatformIsolate, *Task, float64) + NonNestableTask func(PlatformIsolate, *Task) + Task func(PlatformIsolate, *Task) + func (f PlatformImplFuncs) PostDelayedTask(isolate PlatformIsolate, task *Task, delay float64) + func (f PlatformImplFuncs) PostIdleTask(isolate PlatformIsolate, task *IdleTask) + func (f PlatformImplFuncs) PostNonNestableDelayedTask(isolate PlatformIsolate, task *Task, delay float64) + func (f PlatformImplFuncs) PostNonNestableTask(isolate PlatformIsolate, task *Task) + func (f PlatformImplFuncs) PostTask(isolate PlatformIsolate, task *Task) + type PlatformIsolate uintptr — windows/amd64 + type PlatformKind uint8 — windows/amd64 + const PlatformDefault + const PlatformSingleThreaded + const PlatformUnprotected + type PlatformOptions struct — windows/amd64 + IdleTaskSupport bool + Kind PlatformKind + SingleThreadedFlag bool + ThreadPoolSize uint32 + type PrepareStackTraceCallback func(s *Scope, errorValue, sites Value) (result Value, ok bool) — windows/amd64 + type PrimitiveArray struct — windows/amd64 + func NewPrimitiveArray(s *Scope, length int) (*PrimitiveArray, error) + func (a *PrimitiveArray) Get(s *Scope, index int) (Value, bool, error) + func (a *PrimitiveArray) Length() (int, error) + func (a *PrimitiveArray) Set(s *Scope, index int, item Value) (bool, error) + type PrimitiveArrayGlobal struct — windows/amd64 + func NewPrimitiveArrayGlobal(s *Scope, array *PrimitiveArray) (*PrimitiveArrayGlobal, error) + func (g *PrimitiveArrayGlobal) Close() error + func (g *PrimitiveArrayGlobal) ToLocal(s *Scope) (*PrimitiveArray, error) + type Private struct — windows/amd64 + func (p *Private) Data() (Data, error) + func (p *Private) Name(s *Scope) (Value, error) + type Promise struct — windows/amd64 + func AsPromise(v Value) (*Promise, error) + func (p Promise) Catch(c *Context, handler Value) (Promise, bool, error) + func (p Promise) HasHandler() (bool, error) + func (p Promise) MarkAsHandled() error + func (p Promise) Result(s *Scope) (Value, error) + func (p Promise) State() (PromiseState, error) + func (p Promise) StrictEquals(other Value) (bool, error) + func (p Promise) Then(c *Context, handler Value) (Promise, error) + func (p Promise) Then2(c *Context, onFulfilled, onRejected Value) (Promise, error) + type PromiseHook func(t PromiseHookType, promise, parent Value) — windows/amd64 + type PromiseHookType uint32 — windows/amd64 + const PromiseHookAfter + const PromiseHookBefore + const PromiseHookInit + const PromiseHookResolve + type PromiseRejectCallback func(PromiseRejectMessage) — windows/amd64 + type PromiseRejectEvent int — windows/amd64 + const PromiseHandlerAddedAfterReject + const PromiseRejectAfterResolved + const PromiseRejectWithNoHandler + const PromiseResolveAfterResolved + func (e PromiseRejectEvent) String() string + type PromiseRejectMessage struct — windows/amd64 + Event PromiseRejectEvent + Promise Promise + func (m PromiseRejectMessage) Value() (Value, bool) + type PromiseResolver struct — windows/amd64 + func (r PromiseResolver) GetPromise(s *Scope) (Promise, error) + func (r PromiseResolver) Reject(c *Context, v Value) (bool, error) + func (r PromiseResolver) Resolve(c *Context, v Value) (bool, error) + type PromiseState int — windows/amd64 + const PromiseFulfilled + const PromisePending + const PromiseRejected + func (s PromiseState) String() string + type PropertyAttribute uint8 — windows/amd64 + const AttrDontDelete + const AttrDontEnum + const AttrNone + const AttrReadOnly + type PropertyCallbackArguments struct — windows/amd64 + func (a PropertyCallbackArguments) Data() (Value, error) + func (a PropertyCallbackArguments) Holder() (*Object, error) + func (a PropertyCallbackArguments) Property() (Value, error) + func (a PropertyCallbackArguments) ShouldThrowOnError() bool + func (a PropertyCallbackArguments) This() (*Object, error) + type PropertyDescriptor struct — windows/amd64 + func (pd *PropertyDescriptor) Close() error + func (pd *PropertyDescriptor) Configurable() (bool, error) + func (pd *PropertyDescriptor) Enumerable() (bool, error) + func (pd *PropertyDescriptor) Get() (Value, error) + func (pd *PropertyDescriptor) HasConfigurable() (bool, error) + func (pd *PropertyDescriptor) HasEnumerable() (bool, error) + func (pd *PropertyDescriptor) HasGet() (bool, error) + func (pd *PropertyDescriptor) HasSet() (bool, error) + func (pd *PropertyDescriptor) HasValue() (bool, error) + func (pd *PropertyDescriptor) HasWritable() (bool, error) + func (pd *PropertyDescriptor) Set() (Value, error) + func (pd *PropertyDescriptor) SetConfigurable(configurable bool) error + func (pd *PropertyDescriptor) SetEnumerable(enumerable bool) error + func (pd *PropertyDescriptor) Value() (Value, error) + func (pd *PropertyDescriptor) Writable() (bool, error) + type PropertyFilter uint8 — windows/amd64 + const PropertyFilterAllProperties + const PropertyFilterOnlyConfigurable + const PropertyFilterOnlyEnumerable + const PropertyFilterOnlyWritable + const PropertyFilterSkipStrings + const PropertyFilterSkipSymbols + type PropertyHandlerFlags uint8 — windows/amd64 + const HandlerFlagHasNoSideEffect + const HandlerFlagNonMasking + const HandlerFlagNone + const HandlerFlagOnlyInterceptStrings + type Proxy struct — windows/amd64 + func AsProxy(v Value) (*Proxy, error) + func (p *Proxy) GetHandler(s *Scope) (Value, error) + func (p *Proxy) GetTarget(s *Scope) (Value, error) + func (p *Proxy) IsRevoked() (bool, error) + func (p *Proxy) Revoke() error + type ReadHostObjectHook interface — windows/amd64 + ReadHostObject func(r *DelegateValueDeserializer) (*Object, bool) + type RegExp struct — windows/amd64 + func AsRegExp(v Value) (*RegExp, error) + func (re *RegExp) Exec(s *Scope, c *Context, subject Value) (*Object, error) + func (re *RegExp) GetSource(s *Scope) (Value, error) + type RegExpFlags uint32 — windows/amd64 + const RegExpDotAll + const RegExpGlobal + const RegExpHasIndices + const RegExpIgnoreCase + const RegExpLinear + const RegExpMultiline + const RegExpSticky + const RegExpUnicode + const RegExpUnicodeSets + type ResolveWasmModuleFromIDHook interface — windows/amd64 + ResolveWasmModuleFromID func(r *DelegateValueDeserializer, id uint32) (module *WasmModuleObject, found bool) + type ReturnValue struct — windows/amd64 + func (rv ReturnValue) Get() (Value, error) + func (rv ReturnValue) Set(v Value) error + func (rv ReturnValue) SetBool(v bool) error + func (rv ReturnValue) SetEmptyString() error + func (rv ReturnValue) SetFloat64(v float64) error + func (rv ReturnValue) SetInt32(v int32) error + func (rv ReturnValue) SetNull() error + func (rv ReturnValue) SetUint32(v uint32) error + func (rv ReturnValue) SetUndefined() error + type SIMDUTFBase64Options uint64 — windows/amd64 + const SIMDUTFBase64Default + const SIMDUTFBase64DefaultNoPadding + const SIMDUTFBase64URL + const SIMDUTFBase64URLWithPadding + type SIMDUTFEncoding int32 — windows/amd64 + const SIMDUTFEncodingLatin1 + const SIMDUTFEncodingUTF16BE + const SIMDUTFEncodingUTF16LE + const SIMDUTFEncodingUTF32BE + const SIMDUTFEncodingUTF32LE + const SIMDUTFEncodingUTF8 + func SIMDUTFDetectEncodings(v []byte) (SIMDUTFEncoding, error) + type SIMDUTFErrorCode int32 — windows/amd64 + const SIMDUTFBase64ExtraBits + const SIMDUTFBase64InputRemainder + const SIMDUTFHeaderBits + const SIMDUTFInvalidBase64Character + const SIMDUTFOther + const SIMDUTFOutputBufferTooSmall + const SIMDUTFOverlong + const SIMDUTFSuccess + const SIMDUTFSurrogate + const SIMDUTFTooLarge + const SIMDUTFTooLong + const SIMDUTFTooShort + func (c SIMDUTFErrorCode) String() string + type SIMDUTFLastChunkHandling uint64 — windows/amd64 + const SIMDUTFLastChunkLoose + const SIMDUTFLastChunkOnlyFullChunks + const SIMDUTFLastChunkStopBeforePartial + const SIMDUTFLastChunkStrict + type SIMDUTFResult struct — windows/amd64 + Count int + Error SIMDUTFErrorCode + func SIMDUTFBase64ToBinary(input, output []byte, options SIMDUTFBase64Options, ...) (SIMDUTFResult, error) + func SIMDUTFConvertUTF16LEToUTF8WithErrors(input []uint16, output []byte) (SIMDUTFResult, error) + func SIMDUTFConvertUTF8ToLatin1WithErrors(input, output []byte) (SIMDUTFResult, error) + func SIMDUTFConvertUTF8ToUTF16LEWithErrors(input []byte, output []uint16) (SIMDUTFResult, error) + func SIMDUTFValidateASCIIWithErrors(input []byte) (SIMDUTFResult, error) + func SIMDUTFValidateUTF16BEWithErrors(input []uint16) (SIMDUTFResult, error) + func SIMDUTFValidateUTF16LEWithErrors(input []uint16) (SIMDUTFResult, error) + func SIMDUTFValidateUTF32WithErrors(input []uint32) (SIMDUTFResult, error) + func SIMDUTFValidateUTF8WithErrors(input []byte) (SIMDUTFResult, error) + func (r SIMDUTFResult) OK() bool + type Scope struct — windows/amd64 + func (s *Scope) BigIntFromInt64(v int64) (Value, error) + func (s *Scope) BigIntFromUint64(v uint64) (Value, error) + func (s *Scope) BigIntFromWords(c *Context, sign bool, words []uint64, tc *TryCatch) (Value, error) + func (s *Scope) Boolean(b bool) (Value, error) + func (s *Scope) Close() error + func (s *Scope) ConcatString(left, right Value) (Value, error) + func (s *Scope) ContextFromSnapshot(index int) (*Context, bool, error) + func (s *Scope) ContextFromSnapshotWithOptions(index uint64, options *ContextOptions) (*Context, bool, error) + func (s *Scope) CurrentScriptNameOrSourceURL() (string, bool, error) + func (s *Scope) CurrentScriptNameOrSourceURLValue() (Value, bool, error) + func (s *Scope) CurrentStackTrace(frameLimit int) (*StackTrace, bool, error) + func (s *Scope) EmptyString() (Value, error) + func (s *Scope) GetAsyncIteratorSymbol() (*Symbol, error) + func (s *Scope) GetContextDataFromSnapshotOnce(c *Context, index int, want SnapshotDataType) (Value, error) + func (s *Scope) GetContinuationPreservedEmbedderData() (Value, error) + func (s *Scope) GetHasInstanceSymbol() (*Symbol, error) + func (s *Scope) GetIsConcatSpreadableSymbol() (*Symbol, error) + func (s *Scope) GetIsolateDataFromSnapshotOnce(index int, want SnapshotDataType) (Value, error) + func (s *Scope) GetIteratorSymbol() (*Symbol, error) + func (s *Scope) GetMatchSymbol() (*Symbol, error) + func (s *Scope) GetReplaceSymbol() (*Symbol, error) + func (s *Scope) GetSearchSymbol() (*Symbol, error) + func (s *Scope) GetSplitSymbol() (*Symbol, error) + func (s *Scope) GetToPrimitiveSymbol() (*Symbol, error) + func (s *Scope) GetToStringTagSymbol() (*Symbol, error) + func (s *Scope) GetUnscopablesSymbol() (*Symbol, error) + func (s *Scope) Int32(v int32) (Value, error) + func (s *Scope) NewArray(c *Context, length int32) (*Array, error) + func (s *Scope) NewArrayWithElements(c *Context, elements []Value) (*Array, error) + func (s *Scope) NewDate(c *Context, t float64) (*Date, error) + func (s *Scope) NewDisallowJavascriptExecutionScope(onFailure JavascriptExecutionFailure) (*DisallowJavascriptExecutionScope, error) + func (s *Scope) NewError(message string) (Value, error) + func (s *Scope) NewEscapableScope() (*EscapableScope, error) + func (s *Scope) NewExternal(payload uintptr) (Value, error) + func (s *Scope) NewExternalOneByteString(data []byte) (Value, error) + func (s *Scope) NewExternalOneByteStringRaw(data []byte, deleter ExternalStringDeleter) (Value, uintptr, error) + func (s *Scope) NewExternalOneByteStringStatic(data []byte) (Value, error) + func (s *Scope) NewExternalTwoByteString(units []uint16) (Value, error) + func (s *Scope) NewExternalTwoByteStringRaw(units []uint16, deleter ExternalStringDeleter) (Value, uintptr, error) + func (s *Scope) NewExternalTwoByteStringStatic(units []uint16) (Value, error) + func (s *Scope) NewMap(c *Context) (*Map, error) + func (s *Scope) NewNativeFunction(c *Context, fn NativePromiseHandler) (*NativeFunction, error) + func (s *Scope) NewObject(c *Context) (*Object, error) + func (s *Scope) NewObjectWithPrototypeAndProperties(c *Context, prototype Value, names, values []Value) (*Object, error) + func (s *Scope) NewPrivate(name Value) (*Private, error) + func (s *Scope) NewPromiseResolver(c *Context) (PromiseResolver, error) + func (s *Scope) NewPropertyDescriptor() (*PropertyDescriptor, error) + func (s *Scope) NewPropertyDescriptorFromGetSet(get, set Value) (*PropertyDescriptor, error) + func (s *Scope) NewPropertyDescriptorFromValue(value Value) (*PropertyDescriptor, error) + func (s *Scope) NewPropertyDescriptorFromValueWritable(value Value, writable bool) (*PropertyDescriptor, error) + func (s *Scope) NewProxy(c *Context, target, handler *Object) (*Proxy, error) + func (s *Scope) NewRegExp(c *Context, pattern Value, flags RegExpFlags, tc *TryCatch) (*RegExp, error) + func (s *Scope) NewSet(c *Context) (*Set, error) + func (s *Scope) NewString(str string) (Value, error) + func (s *Scope) NewStringFromOneByte(data []byte, t NewStringType) (Value, error) + func (s *Scope) NewStringFromOneByteConst(r *ExternalOneByteConst) (Value, error) + func (s *Scope) NewStringFromTwoByte(units []uint16, t NewStringType) (Value, error) + func (s *Scope) NewStringFromUTF8(data []byte, t NewStringType) (Value, error) + func (s *Scope) NewStringView(v Value) (*StringView, error) + func (s *Scope) NewSymbol(description Value) (*Symbol, error) + func (s *Scope) Null() (Value, error) + func (s *Scope) Number(f float64) (Value, error) + func (s *Scope) PrivateForApi(name Value) (*Private, error) + func (s *Scope) SetContinuationPreservedEmbedderData(value Value) error + func (s *Scope) SymbolForApi(description Value) (*Symbol, error) + func (s *Scope) SymbolForKey(description Value) (*Symbol, error) + func (s *Scope) Uint32(v uint32) (Value, error) + func (s *Scope) Undefined() (Value, error) + func (s *Scope) UnwrapCppGCObject(wrapper *Object, tag CppGCTag) (object *CppGCObject, target Value, ok bool, err error) + func (s *Scope) WrapCppGCObject(wrapper *Object, target Value, objectID int32, tag CppGCTag, ...) (*CppGCObject, error) + type Script struct — windows/amd64 + func (sc *Script) Close() error + func (sc *Script) ID() (int32, error) + func (sc *Script) Run(s *Scope, tc *TryCatch) (Value, error) + func (sc *Script) RunUncaught(s *Scope) (Value, error) + func (sc *Script) Unbound() (*UnboundScript, error) + type ScriptCompilerCachedData struct — windows/amd64 + Bytes []byte + Present bool + Rejected bool + type ScriptCompilerOrigin struct — windows/amd64 + ColumnOffset int32 + HostDefinedOptions *PrimitiveArray + IsOpaque bool + IsSharedCrossOrigin bool + IsWasm bool + LineOffset int32 + ResourceName Value + ScriptID int32 + SourceMapURL *Value + type ScriptCompilerSource struct — windows/amd64 + func NewScriptCompilerSource(source string, origin *ScriptCompilerOrigin) *ScriptCompilerSource + func NewScriptCompilerSourceWithCachedData(source string, origin *ScriptCompilerOrigin, cache []byte) (*ScriptCompilerSource, error) + func (s *ScriptCompilerSource) CachedData() ScriptCompilerCachedData + func (s *ScriptCompilerSource) Text() string + type SerializedWasmModuleCache struct — windows/amd64 + func (c *SerializedWasmModuleCache) Len() int + func (c *SerializedWasmModuleCache) SerializedBytes() []byte + type Set struct — windows/amd64 + func AsSet(v Value) (*Set, error) + func (st *Set) Add(s *Scope, c *Context, key Value) (*Set, error) + func (st *Set) AsArray(s *Scope, c *Context) (*Array, error) + func (st *Set) Clear() error + func (st *Set) Delete(s *Scope, c *Context, key Value) (bool, error) + func (st *Set) Has(s *Scope, c *Context, key Value) (bool, error) + func (st *Set) Size() (int64, error) + type ShadowRealmContextCallback func(*CallbackScope) (*Context, error) — windows/amd64 + type SharedArrayBuffer struct — windows/amd64 + func AsSharedArrayBuffer(v Value) (*SharedArrayBuffer, error) + func NewSharedArrayBuffer(s *Scope, c *Context, byteLength int) (*SharedArrayBuffer, error) + func NewSharedArrayBufferWithBackingStore(s *Scope, c *Context, bs *BackingStore) (*SharedArrayBuffer, error) + func (sab *SharedArrayBuffer) ByteLength() (int, error) + func (sab *SharedArrayBuffer) GetBackingStore() (*BackingStore, error) + type SharedIsolate struct — windows/amd64 + func (s *SharedIsolate) Close() error + func (s *SharedIsolate) Isolate() *Isolate + func (s *SharedIsolate) Lock() (*Locker, error) + func (s *SharedIsolate) ThreadSafeHandle() *ThreadSafeHandle + type ShimError struct — windows/amd64 + Code int64 + Detail string + Op string + func (e *ShimError) Error() string + type SideEffectType uint8 — windows/amd64 + const SideEffectHasNoSideEffect + const SideEffectHasSideEffect + const SideEffectHasSideEffectToReceiver + type Signature struct — windows/amd64 + func (sig *Signature) Data() (Data, error) + type SnapshotCreateParams struct — windows/amd64 + func NewSnapshotCreateParams(snapshot *StartupData) (*SnapshotCreateParams, error) + func (p *SnapshotCreateParams) ConfigureHeapLimits(initial, maximum uint64) error + func (p *SnapshotCreateParams) Consumed() bool + func (p *SnapshotCreateParams) SetSnapshotBlob(snapshot *StartupData) error + type SnapshotCreator struct — windows/amd64 + func NewSnapshotCreator() (*SnapshotCreator, error) + func NewSnapshotCreatorFromExistingSnapshot(blob *StartupData) (*SnapshotCreator, error) + func NewSnapshotCreatorFromExistingSnapshotWithExternalReferences(blob *StartupData, references []ExternalReference) (*SnapshotCreator, error) + func NewSnapshotCreatorWithExternalReferences(references []ExternalReference) (*SnapshotCreator, error) + func (sc *SnapshotCreator) AddContext(c *Context) (int, error) + func (sc *SnapshotCreator) AddContextData(c *Context, v Value) (int, error) + func (sc *SnapshotCreator) AddIsolateData(v Value) (int, error) + func (sc *SnapshotCreator) Close() error + func (sc *SnapshotCreator) CreateBlob(policy FunctionCodeHandling) (*StartupData, error) + func (sc *SnapshotCreator) Isolate() *Isolate + func (sc *SnapshotCreator) SetDefaultContext(c *Context) error + type SnapshotDataError struct — windows/amd64 + Kind DataErrorKind + func (e *SnapshotDataError) Error() string + type SnapshotDataType uint8 — windows/amd64 + const SnapshotDataPrivate + const SnapshotDataString + const SnapshotDataValue + type StackFrame struct — windows/amd64 + func (f *StackFrame) Column() (int64, error) + func (f *StackFrame) FunctionName() (string, bool, error) + func (f *StackFrame) FunctionNameValue() (Value, bool, error) + func (f *StackFrame) IsConstructor() (bool, error) + func (f *StackFrame) IsEval() (bool, error) + func (f *StackFrame) IsUserJavaScript() (bool, error) + func (f *StackFrame) IsWasm() (bool, error) + func (f *StackFrame) LineNumber() (int64, error) + func (f *StackFrame) ScriptID() (int64, error) + func (f *StackFrame) ScriptName() (string, bool, error) + func (f *StackFrame) ScriptNameOrSourceURL() (string, bool, error) + func (f *StackFrame) ScriptNameOrSourceURLValue() (Value, bool, error) + func (f *StackFrame) ScriptNameValue() (Value, bool, error) + func (f *StackFrame) ScriptSource() (string, bool, error) + func (f *StackFrame) ScriptSourceValue() (Value, bool, error) + func (f *StackFrame) SourceMappingURL() (string, bool, error) + func (f *StackFrame) SourceMappingURLValue() (Value, bool, error) + type StackTrace struct — windows/amd64 + func ExceptionStackTrace(s *Scope, exc Value) (*StackTrace, bool, error) + func (st *StackTrace) Frame(i int) (*StackFrame, error) + func (st *StackTrace) FrameCount() (int, error) + type StalledTopLevelAwait struct — windows/amd64 + Message *Message + Module *Module + type StartupData struct — windows/amd64 + func StartupDataFromBytes(b []byte) *StartupData + func (s *StartupData) Bytes() []byte + func (s *StartupData) CanBeRehashed() bool + func (s *StartupData) Clone() (*StartupData, error) + func (s *StartupData) IsEmpty() bool + func (s *StartupData) IsValid() bool + func (s *StartupData) Release() error + type StringEncoding int32 — windows/amd64 + const StringEncodingOneByte + const StringEncodingTwoByte + const StringEncodingUnknown + type StringView struct — windows/amd64 + func (sv *StringView) Bytes() (data []byte, oneByte bool, err error) + func (sv *StringView) Close() error + func (sv *StringView) Copy(buf []byte) (int, error) + func (sv *StringView) Info() (oneByte bool, length int, err error) + type Symbol struct — windows/amd64 + func AsSymbol(v Value) (*Symbol, error) + func (sym *Symbol) Description(s *Scope) (Value, error) + type SyntheticModuleEvaluation struct — windows/amd64 + func (e *SyntheticModuleEvaluation) Module() *Module + func (e *SyntheticModuleEvaluation) NewTypeError(message string) (Value, error) + func (e *SyntheticModuleEvaluation) Scope() *CallbackScope + func (e *SyntheticModuleEvaluation) SetExport(name string, value Value) error + func (e *SyntheticModuleEvaluation) Throw(exception Value) error + type SyntheticModuleEvaluationCallback func(*SyntheticModuleEvaluation) (Value, error) — windows/amd64 + type Task struct — windows/amd64 + func (task *Task) Close() error + func (task *Task) Run(isolate *Isolate) error + type ThreadSafeHandle struct — windows/amd64 + func (h *ThreadSafeHandle) CancelTerminateExecution() bool + func (h *ThreadSafeHandle) IsExecutionTerminating() bool + func (h *ThreadSafeHandle) RequestInterrupt(cb InterruptCallback, data uintptr) bool + func (h *ThreadSafeHandle) TerminateExecution() bool + type TimeZoneDetection uint32 — windows/amd64 + const TZRedetect + const TZSkip + type TracedReference struct — windows/amd64 + func EmptyTracedReference() (*TracedReference, error) + func NewTracedReference(s *Scope, v Value) (*TracedReference, error) + func (r *TracedReference) Close() error + func (r *TracedReference) Get(s *Scope) (value Value, ok bool, err error) + func (r *TracedReference) Reset(s *Scope, value *Value) error + type TryCatch struct — windows/amd64 + func (t *TryCatch) CanContinue() (bool, error) + func (t *TryCatch) Close() error + func (t *TryCatch) Exception(s *Scope) (Value, bool, error) + func (t *TryCatch) ExceptionIsString() (bool, error) + func (t *TryCatch) ExceptionText(s *Scope, c *Context) (string, error) + func (t *TryCatch) HasCaught() (bool, error) + func (t *TryCatch) HasTerminated() (bool, error) + func (t *TryCatch) IsVerbose() (bool, error) + func (t *TryCatch) LineNumber(s *Scope, c *Context) (line int32, ok bool, err error) + func (t *TryCatch) Message(s *Scope) (*Message, bool, error) + func (t *TryCatch) MessageText(s *Scope, c *Context) (string, error) + func (t *TryCatch) ReThrow(s *Scope) (Value, bool, error) + func (t *TryCatch) Reset() error + func (t *TryCatch) Rethrow(s *Scope) (Value, bool, error) + func (t *TryCatch) SetCaptureMessage(value bool) error + func (t *TryCatch) SetVerbose(value bool) error + func (t *TryCatch) StackTrace(s *Scope, c *Context) (Value, bool, error) + func (t *TryCatch) StartColumn(s *Scope) (int64, error) + func (t *TryCatch) StartPosition(s *Scope) (int64, error) + type TypedArray struct — windows/amd64 + func AsTypedArray(v Value) (*TypedArray, error) + func NewBigInt64Array(s *Scope, c *Context, ab *ArrayBuffer, byteOffset, length int) (*TypedArray, error) + func NewBigUint64Array(s *Scope, c *Context, ab *ArrayBuffer, byteOffset, length int) (*TypedArray, error) + func NewFloat16Array(s *Scope, c *Context, ab *ArrayBuffer, byteOffset, length int) (*TypedArray, error) + func NewFloat32Array(s *Scope, c *Context, ab *ArrayBuffer, byteOffset, length int) (*TypedArray, error) + func NewFloat64Array(s *Scope, c *Context, ab *ArrayBuffer, byteOffset, length int) (*TypedArray, error) + func NewInt16Array(s *Scope, c *Context, ab *ArrayBuffer, byteOffset, length int) (*TypedArray, error) + func NewInt32Array(s *Scope, c *Context, ab *ArrayBuffer, byteOffset, length int) (*TypedArray, error) + func NewInt8Array(s *Scope, c *Context, ab *ArrayBuffer, byteOffset, length int) (*TypedArray, error) + func NewTypedArrayOfKind(s *Scope, c *Context, ab *ArrayBuffer, kind TypedArrayKind, ...) (*TypedArray, error) + func NewUint16Array(s *Scope, c *Context, ab *ArrayBuffer, byteOffset, length int) (*TypedArray, error) + func NewUint32Array(s *Scope, c *Context, ab *ArrayBuffer, byteOffset, length int) (*TypedArray, error) + func NewUint8Array(s *Scope, c *Context, ab *ArrayBuffer, byteOffset, length int) (*TypedArray, error) + func NewUint8ClampedArray(s *Scope, c *Context, ab *ArrayBuffer, byteOffset, length int) (*TypedArray, error) + func (ta *TypedArray) Buffer() (*ArrayBuffer, error) + func (ta *TypedArray) ByteLength() (int, error) + func (ta *TypedArray) ByteOffset() (int, error) + func (ta *TypedArray) CopyContents(dst []byte) (int, error) + func (ta *TypedArray) Data() (uintptr, bool, error) + func (ta *TypedArray) GetBackingStore() (*BackingStore, error) + func (ta *TypedArray) GetContents(storage []byte) (ViewContents, error) + func (ta *TypedArray) HasBuffer() (bool, error) + func (ta *TypedArray) Length() (int, error) + type TypedArrayKind = viewKind — windows/amd64 + const KindBigInt64 + const KindBigUint64 + const KindFloat16 + const KindFloat32 + const KindFloat64 + const KindInt16 + const KindInt32 + const KindInt8 + const KindUint16 + const KindUint32 + const KindUint8 + const KindUint8Clamped + func (k TypedArrayKind) ElementSize() int + func (k TypedArrayKind) IsTypedArrayOfKind(v Value) (bool, error) + func (k TypedArrayKind) IsValid() bool + func (k TypedArrayKind) String() string + type TypedArrayKindLimits struct — windows/amd64 + MaxByteLength int64 + MaxLengths map[TypedArrayKind]int64 + MaxSizeInHeap int64 + func TypedArrayKindLimitsQuery() (TypedArrayKindLimits, error) + type TypedArrayLimits struct — windows/amd64 + BigInt64MaxLength int64 + Float64MaxLength int64 + MaxByteLength int64 + MaxSizeInHeap int64 + Uint8MaxLength int64 + func TypedArrayLimitsQuery() (TypedArrayLimits, error) + type UnboundModuleScript struct — windows/amd64 + func (u *UnboundModuleScript) Close() error + func (u *UnboundModuleScript) CreateCodeCache() (*ModuleCodeCache, error) + func (u *UnboundModuleScript) ScriptID() (int32, error) + func (u *UnboundModuleScript) SourceMappingURL(s *Scope) (Value, error) + func (u *UnboundModuleScript) SourceURL(s *Scope) (Value, error) + type UnboundScript struct — windows/amd64 + func (u *UnboundScript) Bind(s *Scope) (BoundScript, error) + func (u *UnboundScript) Close() error + func (u *UnboundScript) CreateCodeCache() ([]byte, error) + func (u *UnboundScript) ID() (int32, error) + type UseCounterCallback func(feature uint32) — windows/amd64 + type Value struct — windows/amd64 + func CallFunction(c *Context, s *Scope, fn, recv Value, args []Value, tc *TryCatch) (Value, error) + func JSONParse(c *Context, s *Scope, text Value, tc *TryCatch) (Value, error) + func JSONStringify(c *Context, s *Scope, value Value, tc *TryCatch) (Value, error) + func (v Value) BigIntInt64() (val int64, lossless bool, err error) + func (v Value) BigIntToWords(buf []uint64) (sign bool, words []uint64, err error) + func (v Value) BigIntUint64() (value uint64, lossless bool, err error) + func (v Value) BigIntWordCount() (int, error) + func (v Value) BooleanValue() (bool, error) + func (v Value) ContainsOnlyOneByte() (bool, error) + func (v Value) Data() (Data, error) + func (v Value) ExternalValue() (uintptr, error) + func (v Value) GetAlignedPointerFromInternalField(index int, tag int) (uintptr, bool, error) + func (v Value) GetExternalOneByteStringResource() (resource uintptr, data []byte, ok bool, err error) + func (v Value) GetExternalStringResource() (resource uintptr, ok bool, err error) + func (v Value) GetExternalStringResourceBase() (resource uintptr, encoding StringEncoding, ok bool, err error) + func (v Value) GetHash() (uint32, error) + func (v Value) GetInternalField(index int) (Value, bool, error) + func (v Value) InstanceOf(s *Scope, c *Context, obj *Object, tc *TryCatch) (bool, error) + func (v Value) Int32Value(c *Context) (val int32, ok bool, err error) + func (v Value) IntegerValue(c *Context) (val int64, ok bool, err error) + func (v Value) IntegerValueRaw() (int64, error) + func (v Value) InternalFieldCount() (int, error) + func (v Value) IsArgumentsObject() (bool, error) + func (v Value) IsArray() (bool, error) + func (v Value) IsArrayBuffer() (bool, error) + func (v Value) IsArrayBufferView() (bool, error) + func (v Value) IsAsyncFunction() (bool, error) + func (v Value) IsBigInt() (bool, error) + func (v Value) IsBigInt64Array() (bool, error) + func (v Value) IsBigIntObject() (bool, error) + func (v Value) IsBigUint64Array() (bool, error) + func (v Value) IsBoolean() (bool, error) + func (v Value) IsBooleanObject() (bool, error) + func (v Value) IsDataView() (bool, error) + func (v Value) IsDate() (bool, error) + func (v Value) IsExternal() (bool, error) + func (v Value) IsExternalOneByte() (bool, error) + func (v Value) IsExternalString() (bool, error) + func (v Value) IsExternalTwoByte() (bool, error) + func (v Value) IsFalse() (bool, error) + func (v Value) IsFloat16Array() (bool, error) + func (v Value) IsFloat32Array() (bool, error) + func (v Value) IsFloat64Array() (bool, error) + func (v Value) IsFunction() (bool, error) + func (v Value) IsGeneratorFunction() (bool, error) + func (v Value) IsGeneratorObject() (bool, error) + func (v Value) IsInt16Array() (bool, error) + func (v Value) IsInt32() (bool, error) + func (v Value) IsInt32Array() (bool, error) + func (v Value) IsInt8Array() (bool, error) + func (v Value) IsMap() (bool, error) + func (v Value) IsMapIterator() (bool, error) + func (v Value) IsModuleNamespaceObject() (bool, error) + func (v Value) IsName() (bool, error) + func (v Value) IsNativeError() (bool, error) + func (v Value) IsNull() (bool, error) + func (v Value) IsNullOrUndefined() (bool, error) + func (v Value) IsNumber() (bool, error) + func (v Value) IsNumberObject() (bool, error) + func (v Value) IsObject() (bool, error) + func (v Value) IsOneByte() (bool, error) + func (v Value) IsPrimitive() (bool, error) + func (v Value) IsPromise() (bool, error) + func (v Value) IsProxy() (bool, error) + func (v Value) IsRegExp() (bool, error) + func (v Value) IsSet() (bool, error) + func (v Value) IsSetIterator() (bool, error) + func (v Value) IsSharedArrayBuffer() (bool, error) + func (v Value) IsString() (bool, error) + func (v Value) IsStringObject() (bool, error) + func (v Value) IsSymbol() (bool, error) + func (v Value) IsSymbolObject() (bool, error) + func (v Value) IsTrue() (bool, error) + func (v Value) IsTypedArray() (bool, error) + func (v Value) IsUint16Array() (bool, error) + func (v Value) IsUint32() (bool, error) + func (v Value) IsUint32Array() (bool, error) + func (v Value) IsUint8Array() (bool, error) + func (v Value) IsUint8ClampedArray() (bool, error) + func (v Value) IsUndefined() (bool, error) + func (v Value) IsWasmMemoryObject() (bool, error) + func (v Value) IsWasmModuleObject() (bool, error) + func (v Value) IsWeakMap() (bool, error) + func (v Value) IsWeakSet() (bool, error) + func (v Value) Length() (int, error) + func (v Value) NumberValue(c *Context) (val float64, ok bool, err error) + func (v Value) NumberValueRaw() (float64, error) + func (v Value) SameValue(other Value) (bool, error) + func (v Value) SameValueZero(s *Scope, other Value) (bool, error) + func (v Value) SetAlignedPointerInInternalField(index int, ptr uintptr, tag int) error + func (v Value) SetInternalField(index int, data Value) (bool, error) + func (v Value) StrictEquals(other Value) (bool, error) + func (v Value) StringValue() (string, error) + func (v Value) ToBigInt(s *Scope, c *Context, tc *TryCatch) (Value, error) + func (v Value) ToBoolean(s *Scope) (Value, error) + func (v Value) ToDetailString(s *Scope, c *Context, tc *TryCatch) (Value, error) + func (v Value) ToInt32(s *Scope, c *Context, tc *TryCatch) (Value, error) + func (v Value) ToInteger(s *Scope, c *Context, tc *TryCatch) (Value, error) + func (v Value) ToNumber(s *Scope, c *Context, tc *TryCatch) (Value, error) + func (v Value) ToObject(s *Scope, c *Context, tc *TryCatch) (*Object, error) + func (v Value) ToString(c *Context) (string, error) + func (v Value) ToStringTC(s *Scope, c *Context, tc *TryCatch) (string, error) + func (v Value) ToStringValue(s *Scope, c *Context, tc *TryCatch) (Value, error) + func (v Value) ToUint32(s *Scope, c *Context, tc *TryCatch) (Value, error) + func (v Value) TypeOf(s *Scope) (Value, error) + func (v Value) TypeRepr() (string, error) + func (v Value) Uint32Value(c *Context) (val uint32, ok bool, err error) + func (v Value) Utf8Length() (int, error) + func (v Value) WriteOneByte(offset int, buf []byte, flags WriteFlags) (int, error) + func (v Value) WriteTwoByte(offset int, buf []uint16, flags WriteFlags) (int, error) + func (v Value) WriteUTF8(buf []byte, flags WriteFlags) (n int, processed int, err error) + type ValueDeserializer struct — windows/amd64 + func NewValueDeserializer(s *Scope, c *Context, data []byte) (*ValueDeserializer, error) + func (vd *ValueDeserializer) Close() error + func (vd *ValueDeserializer) GetWireFormatVersion() (uint32, error) + func (vd *ValueDeserializer) ReadHeader(c *Context) (ok bool, err error) + func (vd *ValueDeserializer) ReadValue(c *Context, tc *TryCatch) (Value, error) + func (vd *ValueDeserializer) SetSupportsLegacyWireFormat(enabled bool) error + func (vd *ValueDeserializer) TransferArrayBuffer(id uint32, ab *ArrayBuffer) error + type ValueDeserializerDelegate interface — windows/amd64 + type ValueSerializer struct — windows/amd64 + func NewValueSerializer(s *Scope, c *Context, d ValueSerializerDelegate) (*ValueSerializer, error) + func (vs *ValueSerializer) Close() error + func (vs *ValueSerializer) Release() ([]byte, error) + func (vs *ValueSerializer) TransferArrayBuffer(id uint32, ab *ArrayBuffer) error + func (vs *ValueSerializer) WriteHeader() error + func (vs *ValueSerializer) WriteValue(c *Context, v Value, tc *TryCatch) (ok bool, err error) + type ValueSerializerDelegate interface — windows/amd64 + ThrowDataCloneError func(message string) (rethrow bool) + type Version struct — windows/amd64 + Build int32 + Major int32 + Minor int32 + Patch int32 + func EngineVersion() (Version, error) + type ViewContents struct — windows/amd64 + Length int + Source uintptr + func (vc ViewContents) SourceIsData(data uintptr) bool + type WasmAsyncResolution struct — windows/amd64 + CallbackScope *CallbackScope + Resolver PromiseResolver + Result Value + Success WasmAsyncSuccess + func (r *WasmAsyncResolution) Promise() (Promise, error) + func (r *WasmAsyncResolution) Settle() (bool, error) + type WasmAsyncResolvePromiseCallback func(*WasmAsyncResolution) — windows/amd64 + type WasmAsyncSuccess int32 — windows/amd64 + const WasmAsyncSuccessFail + const WasmAsyncSuccessSuccess + func (s WasmAsyncSuccess) String() string + type WasmMemoryObject struct — windows/amd64 + func AsWasmMemoryObject(v Value) (*WasmMemoryObject, error) + func (m *WasmMemoryObject) Buffer(c *Context) (*ArrayBuffer, error) + type WasmModuleCompilation struct — windows/amd64 + func NewWasmModuleCompilation() (*WasmModuleCompilation, error) + func (c *WasmModuleCompilation) Abort() error + func (c *WasmModuleCompilation) Close() error + func (c *WasmModuleCompilation) Finish(scope *Scope, context *Context, cacheCallback ModuleCachingCallback, ...) error + func (c *WasmModuleCompilation) OnBytesReceived(data []byte) error + func (c *WasmModuleCompilation) SetHasCompiledModuleBytes() error + func (c *WasmModuleCompilation) SetMoreFunctionsCanBeSerializedCallback(callback WasmSerializationCallback) error + func (c *WasmModuleCompilation) SetURL(url string) error + type WasmModuleCompilationCallback func(*WasmModuleCompilationResult) — windows/amd64 + type WasmModuleCompilationResult struct — windows/amd64 + CallbackScope *CallbackScope + Error Value + Module *WasmModuleObject + type WasmModuleObject struct — windows/amd64 + func AsWasmModuleObject(v Value) (*WasmModuleObject, error) + func (m *WasmModuleObject) CompiledModule() (*CompiledWasmModule, error) + type WasmSerializationCallback func(*CompiledWasmModule) — windows/amd64 + type WasmStreaming struct — windows/amd64 + func (s *WasmStreaming) Abort(exception *Value) error + func (s *WasmStreaming) Close() error + func (s *WasmStreaming) Finish(callback ModuleCachingCallback) error + func (s *WasmStreaming) OnBytesReceived(data []byte) error + func (s *WasmStreaming) SetHasCompiledModuleBytes() error + func (s *WasmStreaming) SetURL(url string) error + type WasmStreamingCallback func(callbackScope *CallbackScope, source Value, stream *WasmStreaming) — windows/amd64 + type Weak struct — windows/amd64 + func (w *Weak) Clone() (*Weak, error) + func (w *Weak) Close() error + func (w *Weak) EqualGlobal(g *Global) (bool, error) + func (w *Weak) EqualWeak(other *Weak) (bool, error) + func (w *Weak) IsEmpty() (bool, error) + func (w *Weak) ToGlobal() (*Global, bool, error) + func (w *Weak) ToLocal(s *Scope) (Value, bool, error) + type WeakFinalizer func(i *Isolate) — windows/amd64 + type WriteFlags int32 — windows/amd64 + const WriteNullTerminate + const WriteReplaceInvalidUTF8 + type WriteHostObjectHook interface — windows/amd64 + WriteHostObject func(obj *Object, w *DelegateValueSerializer) (ok, answered bool)