github.com/goplusjs/gopherjs@v1.2.6-0.20211206034512-f187917453b8/compiler/natives/src/sync/export_test.go (about) 1 // +build js 2 3 package sync 4 5 // Referenced by tests, need to have no-op implementations. 6 var Runtime_procPin = func() int { return 0 } 7 var Runtime_procUnpin = func() {}