Documentation
¶
Index ¶
Constants ¶
View Source
const GenericTrapForGo118And119 = `` /* 707-byte string literal not displayed */
View Source
const NoderFiles_1_17 = `` /* 660-byte string literal not displayed */
View Source
const NoderFiles_1_20 = `` /* 659-byte string literal not displayed */
View Source
const NoderFiles_1_21 = `` /* 661-byte string literal not displayed */
View Source
const NodesGen = `
func (n *node) SetPos(p Pos) {
n.pos = p
}
`
only missing in go1.21 and below
View Source
const Nodes_Inspect_117 = `` /* 152-byte string literal not displayed */
View Source
const RuntimeExtraDef = `` /* 1323-byte string literal not displayed */
View Source
const RuntimeProcGoroutineExitPatch = `for _, fn := range __xgo_on_goexits {
fn()
}`
added after goroutine exit1
View Source
const RuntimeProcPatch = `` /* 131-byte string literal not displayed */
View Source
const TestingCallbackDeclarations = `func __xgo_link_get_test_starts() []interface{}{
// link by compiler
return nil
}
`
View Source
const TestingEnd = `for _,__xgo_on_test_end:=range __xgo_link_get_test_ends(){
defer (__xgo_on_test_end.(func(*T,func(*T))))(t,fn)
}
`
View Source
const TestingEndCallbackDeclarations = `func __xgo_link_get_test_ends() []interface{}{
// link by compiler
return nil
}
`
View Source
const TestingStart = `for _,__xgo_on_test_start:=range __xgo_link_get_test_starts(){
(__xgo_on_test_start.(func(*T,func(*T))))(t,fn)
}
`
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.