(contextObject, options)
| 151 | } |
| 152 | |
| 153 | runInNewContext(contextObject, options) { |
| 154 | const context = createContext(contextObject, getContextOptions(options)); |
| 155 | return this.runInContext(context, options); |
| 156 | } |
| 157 | } |
| 158 | |
| 159 | function validateContext(contextifiedObject) { |
no test coverage detected