Home
last modified time | relevance | path

Searched refs:kMaxDoubleRepresentableInt64 (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dtype-cache.h40 std::numeric_limits<int64_t>::min(), kMaxDoubleRepresentableInt64);
207 static constexpr double kMaxDoubleRepresentableInt64 = 9223372036854774784.0; variable