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

Function fromValdiJSValueToIndirect

valdi/src/valdi/v8/V8JavaScriptContext.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90IndirectV8Persistent fromValdiJSValueToIndirect(const JSValue& jsValue) {
91 return jsValue.bridge<IndirectV8Persistent>();
92}
93
94inline IndirectV8Persistent fromValdiJSPropertyNameToIndirect(const JSPropertyName& value) {
95 return value.bridge<IndirectV8Persistent>();

Callers 7

fromValdiJSValueFunction · 0.85
newWeakRefMethod · 0.85
derefWeakRefMethod · 0.85
valueToWrappedObjectMethod · 0.85
getValueTypeMethod · 0.85
retainValueMethod · 0.85
releaseValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected