Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dstring.cc1206 uint32_t ToValidIndex(String str, Object number) { in ToValidIndex() function
1234 uint32_t index = ToValidIndex(*receiver_string, *position); in IndexOf()
1507 start_index = ToValidIndex(*receiver_string, *position); in LastIndexOf()