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

Method releaseValue

valdi/src/valdi/quickjs/QuickJSJavaScriptContext.cpp:1020–1024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1018 setExceptionToTracker(exceptionTracker);
1019 break;
1020 }
1021 }
1022}
1023
1024Valdi::StringBox QuickJSJavaScriptContext::valueToString(const Valdi::JSValue& value,
1025 Valdi::JSExceptionTracker& exceptionTracker) {
1026 auto guard = _threadAccessChecker.guard();
1027 size_t len = 0;

Callers

nothing calls this directly

Calls 3

JS_FreeValueFunction · 0.85
guardMethod · 0.80
fromValdiJSValueFunction · 0.70

Tested by

no test coverage detected