Lines Matching refs:StackGuard
21 // StackGuard contains the handling of the limits that are used to limit the
24 class V8_EXPORT_PRIVATE V8_NODISCARD StackGuard final {
26 StackGuard(const StackGuard&) = delete;
27 StackGuard& operator=(const StackGuard&) = delete;
29 explicit StackGuard(Isolate* isolate) : isolate_(isolate) {}
185 // pointer to StackGuard.
194 STATIC_ASSERT(StackGuard::kSizeInBytes == sizeof(StackGuard));