chromedp/cdp/debugger/easyjson.go

318 lines
15 KiB
Go
Raw Normal View History

2017-09-15 23:52:13 +00:00
// TEMPORARY AUTOGENERATED FILE: easyjson stub code to make the package
// compilable during generation.
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
package debugger
2017-01-24 15:09:23 +00:00
import (
2017-09-15 23:52:13 +00:00
"github.com/mailru/easyjson/jwriter"
"github.com/mailru/easyjson/jlexer"
2017-01-24 15:09:23 +00:00
)
2017-09-15 23:52:13 +00:00
func ( BreakLocation ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* BreakLocation ) UnmarshalJSON([]byte) error { return nil }
func ( BreakLocation ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* BreakLocation ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-03-13 02:29:26 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_BreakLocation *BreakLocation
2017-03-13 02:29:26 +00:00
2017-09-15 23:52:13 +00:00
func ( CallFrame ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* CallFrame ) UnmarshalJSON([]byte) error { return nil }
func ( CallFrame ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* CallFrame ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-03-13 02:29:26 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_CallFrame *CallFrame
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( ContinueToLocationParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* ContinueToLocationParams ) UnmarshalJSON([]byte) error { return nil }
func ( ContinueToLocationParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* ContinueToLocationParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_ContinueToLocationParams *ContinueToLocationParams
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( DisableParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* DisableParams ) UnmarshalJSON([]byte) error { return nil }
func ( DisableParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* DisableParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_DisableParams *DisableParams
2017-09-15 23:52:13 +00:00
func ( EnableParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* EnableParams ) UnmarshalJSON([]byte) error { return nil }
func ( EnableParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* EnableParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_EnableParams *EnableParams
2017-09-15 23:52:13 +00:00
func ( EvaluateOnCallFrameParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* EvaluateOnCallFrameParams ) UnmarshalJSON([]byte) error { return nil }
func ( EvaluateOnCallFrameParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* EvaluateOnCallFrameParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_EvaluateOnCallFrameParams *EvaluateOnCallFrameParams
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( EvaluateOnCallFrameReturns ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* EvaluateOnCallFrameReturns ) UnmarshalJSON([]byte) error { return nil }
func ( EvaluateOnCallFrameReturns ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* EvaluateOnCallFrameReturns ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_EvaluateOnCallFrameReturns *EvaluateOnCallFrameReturns
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( EventBreakpointResolved ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* EventBreakpointResolved ) UnmarshalJSON([]byte) error { return nil }
func ( EventBreakpointResolved ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* EventBreakpointResolved ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_EventBreakpointResolved *EventBreakpointResolved
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( EventPaused ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* EventPaused ) UnmarshalJSON([]byte) error { return nil }
func ( EventPaused ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* EventPaused ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_EventPaused *EventPaused
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( EventResumed ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* EventResumed ) UnmarshalJSON([]byte) error { return nil }
func ( EventResumed ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* EventResumed ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_EventResumed *EventResumed
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( EventScriptFailedToParse ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* EventScriptFailedToParse ) UnmarshalJSON([]byte) error { return nil }
func ( EventScriptFailedToParse ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* EventScriptFailedToParse ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_EventScriptFailedToParse *EventScriptFailedToParse
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( EventScriptParsed ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* EventScriptParsed ) UnmarshalJSON([]byte) error { return nil }
func ( EventScriptParsed ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* EventScriptParsed ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_EventScriptParsed *EventScriptParsed
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( GetPossibleBreakpointsParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* GetPossibleBreakpointsParams ) UnmarshalJSON([]byte) error { return nil }
func ( GetPossibleBreakpointsParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* GetPossibleBreakpointsParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_GetPossibleBreakpointsParams *GetPossibleBreakpointsParams
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( GetPossibleBreakpointsReturns ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* GetPossibleBreakpointsReturns ) UnmarshalJSON([]byte) error { return nil }
func ( GetPossibleBreakpointsReturns ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* GetPossibleBreakpointsReturns ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_GetPossibleBreakpointsReturns *GetPossibleBreakpointsReturns
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( GetScriptSourceParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* GetScriptSourceParams ) UnmarshalJSON([]byte) error { return nil }
func ( GetScriptSourceParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* GetScriptSourceParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_GetScriptSourceParams *GetScriptSourceParams
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( GetScriptSourceReturns ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* GetScriptSourceReturns ) UnmarshalJSON([]byte) error { return nil }
func ( GetScriptSourceReturns ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* GetScriptSourceReturns ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_GetScriptSourceReturns *GetScriptSourceReturns
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( Location ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* Location ) UnmarshalJSON([]byte) error { return nil }
func ( Location ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* Location ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_Location *Location
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( PauseParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* PauseParams ) UnmarshalJSON([]byte) error { return nil }
func ( PauseParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* PauseParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_PauseParams *PauseParams
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( RemoveBreakpointParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* RemoveBreakpointParams ) UnmarshalJSON([]byte) error { return nil }
func ( RemoveBreakpointParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* RemoveBreakpointParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_RemoveBreakpointParams *RemoveBreakpointParams
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( RestartFrameParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* RestartFrameParams ) UnmarshalJSON([]byte) error { return nil }
func ( RestartFrameParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* RestartFrameParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_RestartFrameParams *RestartFrameParams
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( RestartFrameReturns ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* RestartFrameReturns ) UnmarshalJSON([]byte) error { return nil }
func ( RestartFrameReturns ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* RestartFrameReturns ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_RestartFrameReturns *RestartFrameReturns
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( ResumeParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* ResumeParams ) UnmarshalJSON([]byte) error { return nil }
func ( ResumeParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* ResumeParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_ResumeParams *ResumeParams
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( ScheduleStepIntoAsyncParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* ScheduleStepIntoAsyncParams ) UnmarshalJSON([]byte) error { return nil }
func ( ScheduleStepIntoAsyncParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* ScheduleStepIntoAsyncParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_ScheduleStepIntoAsyncParams *ScheduleStepIntoAsyncParams
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( Scope ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* Scope ) UnmarshalJSON([]byte) error { return nil }
func ( Scope ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* Scope ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_Scope *Scope
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( ScriptPosition ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* ScriptPosition ) UnmarshalJSON([]byte) error { return nil }
func ( ScriptPosition ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* ScriptPosition ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_ScriptPosition *ScriptPosition
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( SearchInContentParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SearchInContentParams ) UnmarshalJSON([]byte) error { return nil }
func ( SearchInContentParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SearchInContentParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SearchInContentParams *SearchInContentParams
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( SearchInContentReturns ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SearchInContentReturns ) UnmarshalJSON([]byte) error { return nil }
func ( SearchInContentReturns ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SearchInContentReturns ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SearchInContentReturns *SearchInContentReturns
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( SearchMatch ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SearchMatch ) UnmarshalJSON([]byte) error { return nil }
func ( SearchMatch ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SearchMatch ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SearchMatch *SearchMatch
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( SetAsyncCallStackDepthParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SetAsyncCallStackDepthParams ) UnmarshalJSON([]byte) error { return nil }
func ( SetAsyncCallStackDepthParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SetAsyncCallStackDepthParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SetAsyncCallStackDepthParams *SetAsyncCallStackDepthParams
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( SetBlackboxPatternsParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SetBlackboxPatternsParams ) UnmarshalJSON([]byte) error { return nil }
func ( SetBlackboxPatternsParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SetBlackboxPatternsParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SetBlackboxPatternsParams *SetBlackboxPatternsParams
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( SetBlackboxedRangesParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SetBlackboxedRangesParams ) UnmarshalJSON([]byte) error { return nil }
func ( SetBlackboxedRangesParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SetBlackboxedRangesParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SetBlackboxedRangesParams *SetBlackboxedRangesParams
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( SetBreakpointByURLParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SetBreakpointByURLParams ) UnmarshalJSON([]byte) error { return nil }
func ( SetBreakpointByURLParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SetBreakpointByURLParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SetBreakpointByURLParams *SetBreakpointByURLParams
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( SetBreakpointByURLReturns ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SetBreakpointByURLReturns ) UnmarshalJSON([]byte) error { return nil }
func ( SetBreakpointByURLReturns ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SetBreakpointByURLReturns ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SetBreakpointByURLReturns *SetBreakpointByURLReturns
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( SetBreakpointParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SetBreakpointParams ) UnmarshalJSON([]byte) error { return nil }
func ( SetBreakpointParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SetBreakpointParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SetBreakpointParams *SetBreakpointParams
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( SetBreakpointReturns ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SetBreakpointReturns ) UnmarshalJSON([]byte) error { return nil }
func ( SetBreakpointReturns ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SetBreakpointReturns ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SetBreakpointReturns *SetBreakpointReturns
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( SetBreakpointsActiveParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SetBreakpointsActiveParams ) UnmarshalJSON([]byte) error { return nil }
func ( SetBreakpointsActiveParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SetBreakpointsActiveParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SetBreakpointsActiveParams *SetBreakpointsActiveParams
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( SetPauseOnExceptionsParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SetPauseOnExceptionsParams ) UnmarshalJSON([]byte) error { return nil }
func ( SetPauseOnExceptionsParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SetPauseOnExceptionsParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SetPauseOnExceptionsParams *SetPauseOnExceptionsParams
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( SetScriptSourceParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SetScriptSourceParams ) UnmarshalJSON([]byte) error { return nil }
func ( SetScriptSourceParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SetScriptSourceParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SetScriptSourceParams *SetScriptSourceParams
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( SetScriptSourceReturns ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SetScriptSourceReturns ) UnmarshalJSON([]byte) error { return nil }
func ( SetScriptSourceReturns ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SetScriptSourceReturns ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SetScriptSourceReturns *SetScriptSourceReturns
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( SetSkipAllPausesParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SetSkipAllPausesParams ) UnmarshalJSON([]byte) error { return nil }
func ( SetSkipAllPausesParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SetSkipAllPausesParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SetSkipAllPausesParams *SetSkipAllPausesParams
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( SetVariableValueParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SetVariableValueParams ) UnmarshalJSON([]byte) error { return nil }
func ( SetVariableValueParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SetVariableValueParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SetVariableValueParams *SetVariableValueParams
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( StepIntoParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* StepIntoParams ) UnmarshalJSON([]byte) error { return nil }
func ( StepIntoParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* StepIntoParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_StepIntoParams *StepIntoParams
2017-03-13 02:29:26 +00:00
2017-09-15 23:52:13 +00:00
func ( StepOutParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* StepOutParams ) UnmarshalJSON([]byte) error { return nil }
func ( StepOutParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* StepOutParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-03-13 02:29:26 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_StepOutParams *StepOutParams
2017-03-13 02:29:26 +00:00
2017-09-15 23:52:13 +00:00
func ( StepOverParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* StepOverParams ) UnmarshalJSON([]byte) error { return nil }
func ( StepOverParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* StepOverParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-03-13 02:29:26 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_StepOverParams *StepOverParams