| 1036 | } |
| 1037 | |
| 1038 | pointer SchemeObj::getEnvironment() |
| 1039 | { |
| 1040 | return env; |
| 1041 | } |
| 1042 | |
| 1043 | pointer SchemeObj::getValue() |
| 1044 | { //NOTE: REMEMBER THAT getValue() is called from a non-scheme thread: so don't try to change the scheme environment in anyway!! |
nothing calls this directly
no outgoing calls
no test coverage detected