![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <js-collection.h>
Public Member Functions | |
OBJECT_CONSTRUCTORS (JSSetIterator, OrderedHashTableIterator< JSSetIterator, OrderedHashSet >) | |
![]() | |
bool | HasMore () |
void | MoveNext () |
Tagged< Object > | CurrentKey () |
![]() | |
void | JSCollectionIteratorPrint (std::ostream &os, const char *name) |
Definition at line 44 of file js-collection.h.
v8::internal::JSSetIterator::OBJECT_CONSTRUCTORS | ( | JSSetIterator | , |
OrderedHashTableIterator< JSSetIterator, OrderedHashSet > | ) |