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

Method newObject

valdi/src/valdi/android/JavaObjectClassDelegate.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27JavaValue JavaObjectClassDelegate::newObject(const JavaValue* propertyValues,
28 Valdi::ExceptionTracker& exceptionTracker) {
29 return JavaValue::makeObject(getClass().newObjectUntyped(_constructor, propertyValues, _fieldsCount));
30}
31
32JavaValue JavaObjectClassDelegate::getProperty(const JavaValue& object,
33 size_t propertyIndex,

Callers 5

onCompleteMethod · 0.45
JavaObjectStoreMethod · 0.45
setValueForObjectKeyMethod · 0.45
newMapMethod · 0.45
newBridgedPromiseMethod · 0.45

Calls 2

makeObjectFunction · 0.85
newObjectUntypedMethod · 0.80

Tested by

no test coverage detected