Compiler

compiler/filter

github.com/gopherjs/gopherjs/compiler/filter

import "github.com/gopherjs/gopherjs/compiler/filter"

Functions

func Assign(stmt ast.Stmt, info *types.Info, pkg *types.Package) ast.Stmt

Source: compiler/filter/assign.go:11

func IncDecStmt(stmt ast.Stmt, info *types.Info) ast.Stmt

Source: compiler/filter/incdecstmt.go:10