Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
H A Ddebug-property-iterator.h43 bool is_array_index() override;
H A Ddebug-property-iterator.cc165 bool DebugPropertyIterator::is_array_index() { in is_array_index() function in v8::internal::DebugPropertyIterator
H A Ddebug-interface.h681 virtual bool is_array_index() = 0;
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h2248 bool is_array_index; in ParseProperty() local
2253 is_array_index = false; in ParseProperty()
2271 is_array_index = impl()->IsArrayIndex(prop_info->name, &index); in ParseProperty()
2277 is_array_index = true; in ParseProperty()
2285 is_array_index = impl()->IsArrayIndex(prop_info->name, &index); in ParseProperty()
2292 is_array_index = impl()->IsArrayIndex(prop_info->name, &index); in ParseProperty()
2338 is_array_index = false; in ParseProperty()
2346 return is_array_index ? factory()->NewNumberLiteral(index, pos) in ParseProperty()
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc1510 iterator->is_array_index(), in getProperties()

Completed in 18 milliseconds