MCPcopy Create free account
hub / github.com/Snapchat/Valdi / jsErrorToValue

Function jsErrorToValue

valdi/src/valdi/runtime/JavaScript/JavaScriptUtils.cpp:718–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

jsValueToValueFunction · 0.85

Calls 2

ValueClass · 0.50

Tested by

no test coverage detected