Lines Matching refs:_parent
38 const _parent = Symbol('sandbox.parent')
173 this[_parent] = undefined
183 if (this[_parent]) {
184 const sandboxProcess = sandboxes.get(this[_parent])
186 sandboxes.delete(this[_parent])
238 this[_parent] = executionAsyncId()
239 this[_data].set('_asyncId', this[_parent])
240 sandboxes.set(this[_parent], this[_proxy])
291 this[_parent] = executionAsyncId()
292 this[_data].set('_asyncId', this[_parent])
293 sandboxes.set(this[_parent], this[_proxy])