Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ isValueEqual
Method
isValueEqual
valdi/src/valdi/hermes/HermesJavaScriptContext.cpp:1094–1097 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1092
}
1093
1094
return atof(utf8.c_str()); // NOLINT(cert-err34-c)
1095
} else {
1096
return 0.0;
1097
}
1098
}
1099
1100
int32_t HermesJavaScriptContext::valueToInt(const JSValue& value, JSExceptionTracker& exceptionTracker) {
Callers
nothing calls this directly
Calls
1
getRaw
Method · 0.80
Tested by
no test coverage detected