Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dstring.h648 V8_EXPORT_PRIVATE bool SlowAsArrayIndex(uint32_t* index);
Dstring-inl.h1414 return SlowAsArrayIndex(index); in AsArrayIndex()
Dstring.cc1673 bool String::SlowAsArrayIndex(uint32_t* index) { in SlowAsArrayIndex() function in v8::internal::String