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

Method newDoubleObject

valdi/src/valdi/android/JavaValueDelegate.cpp:147–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147JavaValue JavaValueDelegate::newDoubleObject(double value, Valdi::ExceptionTracker& exceptionTracker) {
148 return JavaValue::makeObject(newJavaDoubleObject(value));
149}
150
151JavaValue JavaValueDelegate::newBool(bool value, Valdi::ExceptionTracker& exceptionTracker) {
152 return JavaValue::makeBoolean(value ? 1 : 0);

Callers 1

unmarshallMethod · 0.45

Calls 2

makeObjectFunction · 0.85
newJavaDoubleObjectFunction · 0.85

Tested by

no test coverage detected