Home
last modified time | relevance | path

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

/build/make/tools/rbcrun/
Dhost.go37 const callingFileKey = "callingFile" const
137 callingFile := thread.Local(callingFileKey).(string)
185 childThread.SetLocal(callingFileKey, modulePath)
399 mainThread.SetLocal(callingFileKey, filename)
Dhost_test.go130 thread.SetLocal(callingFileKey, "testdata/load.star")