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

Function toValdiJSValue

valdi/src/valdi/v8/V8JavaScriptContext.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80inline JSValue toValdiJSValue(const IndirectV8Persistent& value) {
81 static_assert(sizeof(IndirectV8Persistent) < 128);
82 return JSValue(value);
83}
84
85inline JSPropertyName toValdiJSPropertyName(const IndirectV8Persistent& value) {
86 static_assert(sizeof(IndirectV8Persistent) < 64);

Callers 3

toRetainedJSValueRefMethod · 0.70
InvokeCallableFunction · 0.70

Calls 1

JSValueClass · 0.50

Tested by

no test coverage detected