Versions in this module Expand all Collapse all v2 v2.0.6 Feb 19, 2024 v2.0.0 Feb 18, 2024 Changes in this version + func RegisterEngine() + type AnyValueType int + const AnyValueTypeBoolean + const AnyValueTypeBuffer + const AnyValueTypeFunction + const AnyValueTypeInvalid + const AnyValueTypeJson + const AnyValueTypeNull + const AnyValueTypeNumber + const AnyValueTypeString + const AnyValueTypeUndefined + type V8Engine struct + func (m *V8Engine) CreateNewScriptContext(securityGroup string, mustDebug bool) progpAPI.JsContext + func (m *V8Engine) GetEngineLanguage() string + func (m *V8Engine) GetEngineName() string + func (m *V8Engine) GetInternalEngineVersion() string + func (m *V8Engine) SetAllowedFunctionsChecker(handler progpAPI.CheckAllowedFunctionsF) + func (m *V8Engine) SetRuntimeErrorHandler(handler progpAPI.RuntimeErrorHandlerF) + func (m *V8Engine) SetScriptTerminatedHandler(handler progpAPI.ScriptTerminatedHandlerF) + func (m *V8Engine) Shutdown() + func (m *V8Engine) Start() + func (m *V8Engine) WaitDebuggerReady()