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

Method toInt64

valdi/src/valdi/runtime/JavaScript/JavaScriptLong.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27int64_t JavaScriptLong::toInt64() const {
28 return static_cast<int64_t>(_data);
29}
30
31int32_t JavaScriptLong::toInt32() const {
32 return static_cast<int32_t>(_data);

Callers 5

TEST_PFunction · 0.80
jsValueToValueFunction · 0.80
valueToLongMethod · 0.80
valueObjectToLongMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.64