Processes the env-returning builtins (globalenv/baseenv/emptyenv), tagging the call with the
BuiltInProcName.StackEnv origin so an assignment (e <- globalenv()) attaches the stack env as the
variable's envState. Direct forms (globalenv()$x, .GlobalEnv) go through resolveNodeToStackEnv.
Processes the env-returning builtins (
globalenv/baseenv/emptyenv), tagging the call with the BuiltInProcName.StackEnv origin so an assignment (e <- globalenv()) attaches the stack env as the variable'senvState. Direct forms (globalenv()$x,.GlobalEnv) go through resolveNodeToStackEnv.