Lines Matching refs:get
24 parent = chain.get(parent)
28 ? sandboxes.get(parent)
41 const _get = Symbol('sandbox.proxy.get')
76 get: this[_get].bind(this),
87 get config () {
91 get logs () {
95 get global () {
99 get home () {
103 get project () {
107 get cache () {
111 get process () {
115 get output () {
184 const sandboxProcess = sandboxes.get(this[_parent])
194 // proxy get handler
197 return this[_data].get(prop)
201 return Reflect.get(this, prop, this)
204 return Reflect.get(target, prop, receiver)