Searched refs:DebugPropertyIterator (Results 1 – 3 of 3) sorted by relevance
17 std::unique_ptr<DebugPropertyIterator> DebugPropertyIterator::Create( in Create()20 auto iterator = std::unique_ptr<DebugPropertyIterator>( in Create()21 new DebugPropertyIterator(isolate, receiver, skip_indices)); in Create()35 DebugPropertyIterator::DebugPropertyIterator(Isolate* isolate, in DebugPropertyIterator() function in v8::internal::DebugPropertyIterator46 bool DebugPropertyIterator::Done() const { return is_done_; } in Done()48 void DebugPropertyIterator::AdvanceToPrototype() { in AdvanceToPrototype()56 bool DebugPropertyIterator::AdvanceInternal() { in AdvanceInternal()76 bool DebugPropertyIterator::is_native_accessor() { in is_native_accessor()81 bool DebugPropertyIterator::has_native_getter() { in has_native_getter()87 bool DebugPropertyIterator::has_native_setter() { in has_native_setter()[all …]
24 class DebugPropertyIterator final : public debug::PropertyIterator {26 V8_WARN_UNUSED_RESULT static std::unique_ptr<DebugPropertyIterator> Create(28 ~DebugPropertyIterator() override = default;29 DebugPropertyIterator(const DebugPropertyIterator&) = delete;30 DebugPropertyIterator& operator=(const DebugPropertyIterator&) = delete;46 DebugPropertyIterator(Isolate* isolate, Handle<JSReceiver> receiver,
1331 auto result = i::DebugPropertyIterator::Create( in Create()1344 Maybe<bool> DebugPropertyIterator::Advance() { in Advance()