| 262 | } |
| 263 | |
| 264 | Valdi::JSValueRef QuickJSJavaScriptContext::getGlobalObject(Valdi::JSExceptionTracker& exceptionTracker) { |
| 265 | auto guard = _threadAccessChecker.guard(); |
| 266 | return checkCallAndGetValue(exceptionTracker, JS_GetGlobalObject(_context)); |
| 267 | } |
| 268 | |
| 269 | bool QuickJSJavaScriptContext::supportsPreCompilation() const { |
| 270 | return true; |