v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
stack.h File Reference
#include <map>
#include <vector>
#include "src/base/macros.h"
#include "src/base/platform/mutex.h"
#include "src/base/platform/platform.h"
Include dependency graph for stack.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  heap::base::StackVisitor
 
class  heap::base::Stack
 
struct  heap::base::Stack::Segment
 

Namespaces

namespace  heap
 
namespace  heap::base
 

Typedefs

using heap::base::StackVisitorCallback = void (*)(StackVisitor*)