| 981 | } |
| 982 | |
| 983 | return checkCallAndGetValue( |
| 984 | callContext.getExceptionTracker(), |
| 985 | JS_CallConstructor(_context, fromValdiJSValue(object), static_cast<int>(callContext.getParameterSize()), argv)); |
| 986 | } |
| 987 | |
| 988 | void QuickJSJavaScriptContext::visitObjectPropertyNames(const Valdi::JSValue& object, |
| 989 | Valdi::JSExceptionTracker& exceptionTracker, |
nothing calls this directly
no test coverage detected