| 298 | |
| 299 | V8StackTraceId(); |
| 300 | V8StackTraceId(const V8StackTraceId&) = default; |
| 301 | V8StackTraceId(uintptr_t id, const std::pair<int64_t, int64_t> debugger_id); |
| 302 | V8StackTraceId(uintptr_t id, const std::pair<int64_t, int64_t> debugger_id, |
| 303 | bool should_pause); |