Versions in this module Expand all Collapse all v1 v1.0.0 Feb 10, 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) AddDraftFunction(functionName string) + func (m *V8Engine) DisarmError(error *progpAPI.ScriptErrorMessage) + func (m *V8Engine) ExecuteScript(scriptContent string, compiledFilePath string) *progpAPI.ScriptErrorMessage + func (m *V8Engine) GetEngineLanguage() string + func (m *V8Engine) GetEngineName() string + func (m *V8Engine) GetInternalEngineVersion() string + func (m *V8Engine) Shutdown() + func (m *V8Engine) Start() + func (m *V8Engine) WaitDebuggerReady()