V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
virtual bool | Done () const =0 |
virtual void | Advance ()=0 |
virtual v8::Local< v8::Name > | name () const =0 |
virtual bool | is_native_accessor ()=0 |
virtual bool | has_native_getter ()=0 |
virtual bool | has_native_setter ()=0 |
virtual Maybe< PropertyAttribute > | attributes ()=0 |
virtual Maybe< PropertyDescriptor > | descriptor ()=0 |
virtual bool | is_own ()=0 |
virtual bool | is_array_index ()=0 |
Static Public Member Functions | |
static std::unique_ptr< PropertyIterator > | Create (v8::Local< v8::Object > object) |
Definition at line 523 of file debug-interface.h.