![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/heap/base/stack.h"
Go to the source code of this file.
Namespaces | |
namespace | heap |
namespace | heap::base |
Typedefs | |
using | heap::base::IterateStackCallback = void (*)(const Stack*, StackVisitor*, intptr_t*) |
Functions | |
void | heap::base::PushAllRegistersAndIterateStack (const Stack *sp, StackVisitor *sv, IterateStackCallback callback) |