| 2338 | { return (bool)f; } |
| 2339 | |
| 2340 | bool JavascriptThreadPool::Task::isHiPriority() const noexcept |
| 2341 | { return type == Compilation || type == HiPriorityCallbackExecution; } |
| 2342 | |
| 2343 | const CriticalSection& JavascriptThreadPool::getLock() const noexcept |
| 2344 | { return scriptLock; } |