Displaying 1 result from an estimated 1 matches for "unlock_frame".
2018 Oct 10
1
unlockEnvironment()?
...nment <-
cfunction(signature(env = "environment"), body = '
./R6/tests/manual/encapsulation.R-6- #define FRAME_LOCK_MASK (1<<14)
./R6/tests/manual/encapsulation.R:7: #define FRAME_IS_LOCKED(e)
(ENVFLAGS(e) & FRAME_LOCK_MASK)
./R6/tests/manual/encapsulation.R:8: #define UNLOCK_FRAME(e)
SET_ENVFLAGS(e, ENVFLAGS(e) & (~ FRAME_LOCK_MASK))
./R6/tests/manual/encapsulation.R-9-
./R6/tests/manual/encapsulation.R-10- if (TYPEOF(env) == NILSXP)
./BMA/R/iBMA.glm.R-21-*/
./BMA/R/iBMA.glm.R-22-#define FRAME_LOCK_MASK (1<<14)
./BMA/R/iBMA.glm.R:23:#define FRAME_IS_LOCKED(e) (ENV...