()
| 830 | // are removed these two functions should also be removed as no longer necessary. |
| 831 | |
| 832 | function getReplBuiltinLibs() { |
| 833 | return _builtinLibs; |
| 834 | } |
| 835 | |
| 836 | function setReplBuiltinLibs(value) { |
| 837 | _builtinLibs = value; |
no outgoing calls
no test coverage detected
searching dependent graphs…