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

Function getAttachedRefCountable

valdi/src/valdi/jscore/JSCoreCustomClasses.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 for (size_t i = 0; i < argumentCount; i++) {
97 outArguments.emplace_back(Valdi::JSValueRef::makeUnretained(
98 jsContext, toValdiJSValue(JSCoreRef(arguments[i], JSValueGetType(ctx, arguments[i])))));
99 }
100
101 JSValueRef jsException = nullptr;
102 auto prototypeValue = JSObjectGetProperty(
103 ctx, constructorObject, fromValdiJSPropertyName(jsContext.getPrototypePropertyName()), &jsException);

Callers 2

getAttachedWrappedObjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected