Home
last modified time | relevance | path

Searched refs:TerminateExecutionParams (Results 1 – 2 of 2) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/runtime/
H A Druntime.go851 type TerminateExecutionParams struct{} struct
857 func TerminateExecution() *TerminateExecutionParams {
858 return &TerminateExecutionParams{}
862 func (p *TerminateExecutionParams) Do(ctx context.Context) (err error) { argument
H A Deasyjson.go20 …sonC5a4559bDecodeGithubComChromedpCdprotoRuntime(in *jlexer.Lexer, out *TerminateExecutionParams) { argument
49 …onC5a4559bEncodeGithubComChromedpCdprotoRuntime(out *jwriter.Writer, in TerminateExecutionParams) { argument
57 func (v TerminateExecutionParams) MarshalJSON() ([]byte, error) {
64 func (v TerminateExecutionParams) MarshalEasyJSON(w *jwriter.Writer) {
69 func (v *TerminateExecutionParams) UnmarshalJSON(data []byte) error {
76 func (v *TerminateExecutionParams) UnmarshalEasyJSON(l *jlexer.Lexer) {