Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations | Functions
v8-unwinder.h File Reference
#include <memory>
#include "v8-embedder-state-scope.h"
#include "v8config.h"
Include dependency graph for v8-unwinder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  v8::RegisterState
 
struct  v8::SampleInfo
 
struct  v8::MemoryRange
 
struct  v8::JSEntryStub
 
struct  v8::JSEntryStubs
 
class  v8::Unwinder
 

Namespaces

namespace  v8
 

Enumerations

enum  v8::StateTag : uint16_t {
  v8::JS , v8::GC , v8::PARSER , v8::BYTECODE_COMPILER ,
  v8::COMPILER , v8::OTHER , v8::EXTERNAL , v8::ATOMICS_WAIT ,
  v8::IDLE , v8::IDLE_EXTERNAL , v8::LOGGING
}
 

Functions

constexpr bool v8::IsExternal (StateTag state)
 
constexpr bool v8::IsIdle (StateTag state)