V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::debug::PropertyIterator Class Referenceabstract
Inheritance diagram for v8::debug::PropertyIterator:
v8::internal::DebugPropertyIterator

Public Member Functions

virtual bool Done () const =0
 
virtual void Advance ()=0
 
virtual v8::Local< v8::Namename () const =0
 
virtual bool is_native_accessor ()=0
 
virtual bool has_native_getter ()=0
 
virtual bool has_native_setter ()=0
 
virtual Maybe< PropertyAttributeattributes ()=0
 
virtual Maybe< PropertyDescriptordescriptor ()=0
 
virtual bool is_own ()=0
 
virtual bool is_array_index ()=0
 

Static Public Member Functions

static std::unique_ptr< PropertyIteratorCreate (v8::Local< v8::Object > object)
 

Detailed Description

Definition at line 523 of file debug-interface.h.


The documentation for this class was generated from the following files: