Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-typed-array.cc29 int64_t CapRelativeIndex(Handle<Object> num, int64_t minimum, int64_t maximum) { in CapRelativeIndex() function
64 to = CapRelativeIndex(num, 0, len); in BUILTIN()
69 from = CapRelativeIndex(num, 0, len); in BUILTIN()
75 final = CapRelativeIndex(num, 0, len); in BUILTIN()
167 start = CapRelativeIndex(num, 0, len); in BUILTIN()
173 end = CapRelativeIndex(num, 0, len); in BUILTIN()
227 index = CapRelativeIndex(num, 0, len); in BUILTIN()
255 index = CapRelativeIndex(num, 0, len); in BUILTIN()
291 index = std::min<int64_t>(CapRelativeIndex(num, -1, len), len - 1); in BUILTIN()