()
| 264 | } |
| 265 | |
| 266 | function abortError(): Error { |
| 267 | const error = new Error('Code Mode cell aborted'); |
| 268 | error.name = 'AbortError'; |
| 269 | return error; |
| 270 | } |
| 271 | import { executeCodeCellImpl } from './quickjs.js'; |
no outgoing calls
no test coverage detected