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

Function toValdiJSPropertyName

valdi/src/valdi/v8/V8JavaScriptContext.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85inline JSPropertyName toValdiJSPropertyName(const IndirectV8Persistent& value) {
86 static_assert(sizeof(IndirectV8Persistent) < 64);
87 return JSPropertyName(value);
88}
89
90IndirectV8Persistent fromValdiJSValueToIndirect(const JSValue& jsValue) {
91 return jsValue.bridge<IndirectV8Persistent>();

Callers 2

newPropertyNameMethod · 0.70

Calls 1

JSPropertyNameClass · 0.85

Tested by

no test coverage detected