X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/14957cd040308e3eeec43d26bae5d76da13fcd85..ed1e77d3adeb83d26fd1dfb16dd84cabdcefd250:/heap/HandleStack.h?ds=inline diff --git a/heap/HandleStack.h b/heap/HandleStack.h index 115784a..8df8684 100644 --- a/heap/HandleStack.h +++ b/heap/HandleStack.h @@ -26,12 +26,10 @@ #ifndef HandleStack_h #define HandleStack_h -#include "Assertions.h" -#include "BlockStack.h" +#include +#include #include "Handle.h" -#include - namespace JSC { class LocalScope; @@ -52,10 +50,10 @@ public: HandleSlot push(); - void mark(HeapRootVisitor&); + void visit(HeapRootVisitor&); private: - void grow(); + JS_EXPORT_PRIVATE void grow(); void zapTo(Frame&); HandleSlot findFirstAfter(HandleSlot);