Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug-property-iterator.cc43 current_keys_(isolate_->factory()->empty_fixed_array()), in DebugPropertyIterator()
99 *current_keys_, static_cast<int>(current_key_index_), isolate_)); in raw_name()
173 current_keys_ = isolate_->factory()->empty_fixed_array(); in FillKeysForCurrentPrototypeAndStage()
190 .ToHandle(&current_keys_)) { in FillKeysForCurrentPrototypeAndStage()
191 current_keys_length_ = current_keys_->length(); in FillKeysForCurrentPrototypeAndStage()
Ddebug-property-iterator.h66 Handle<FixedArray> current_keys_; variable