Documentation
¶
Index ¶
- func RegisterEngine()
- type AnyValueType
- type V8Engine
- 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()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterEngine ¶
func RegisterEngine()
Types ¶
type AnyValueType ¶
type AnyValueType int
const ( AnyValueTypeUndefined AnyValueType = iota AnyValueTypeNull AnyValueTypeInvalid AnyValueTypeNumber AnyValueTypeString AnyValueTypeBoolean AnyValueTypeBuffer AnyValueTypeFunction AnyValueTypeJson )
type V8Engine ¶
type V8Engine struct {
// contains filtered or unexported fields
}
func (*V8Engine) AddDraftFunction ¶
func (*V8Engine) DisarmError ¶
func (m *V8Engine) DisarmError(error *progpAPI.ScriptErrorMessage)
func (*V8Engine) ExecuteScript ¶
func (m *V8Engine) ExecuteScript(scriptContent string, compiledFilePath string) *progpAPI.ScriptErrorMessage
func (*V8Engine) GetEngineLanguage ¶
func (*V8Engine) GetEngineName ¶
func (*V8Engine) GetInternalEngineVersion ¶
func (*V8Engine) WaitDebuggerReady ¶
func (m *V8Engine) WaitDebuggerReady()
Click to show internal directories.
Click to hide internal directories.