| 716 | } |
| 717 | |
| 718 | Value jsErrorToValue(IJavaScriptContext& jsContext, const JSValue& jsValue, JSExceptionTracker& /*exceptionTracker*/) { |
| 719 | return Value(convertJSErrorToValdiError(jsContext, JSValueRef::makeRetained(jsContext, jsValue), nullptr)); |
| 720 | } |
| 721 | |
| 722 | Value jsValueToValue(IJavaScriptContext& jsContext, |
| 723 | const JSValue& jsValue, |
no test coverage detected