Home
last modified time | relevance | path

Searched refs:count_double (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-sharedarraybuffer.cc152 double count_double = count->Number(); in BUILTIN() local
153 if (count_double < 0) { in BUILTIN()
154 count_double = 0; in BUILTIN()
155 } else if (count_double > kMaxUInt32) { in BUILTIN()
156 count_double = kMaxUInt32; in BUILTIN()
158 c = static_cast<uint32_t>(count_double); in BUILTIN()

Completed in 1 milliseconds