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

Method toUnretainedJSValueRef

valdi/src/valdi/v8/V8JavaScriptContext.cpp:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128inline JSValueRef V8JavaScriptContext::toUnretainedJSValueRef(const IndirectV8Persistent& value) {
129 return JSValueRef::makeUnretained(*this, toValdiJSValue(value));
130}
131
132inline void setObjectPropertyHelper(v8::Local<v8::Context>& context,
133 v8::Local<v8::Object> obj,

Callers

nothing calls this directly

Calls 1

toValdiJSValueFunction · 0.70

Tested by

no test coverage detected