Searched refs:IfDefScope (Results 1 – 3 of 3) sorted by relevance
368 class V8_NODISCARD IfDefScope {370 IfDefScope(std::ostream& os, std::string d);371 ~IfDefScope();372 IfDefScope(const IfDefScope&) = delete;373 IfDefScope& operator=(const IfDefScope&) = delete;
345 IfDefScope::IfDefScope(std::ostream& os, std::string d) in IfDefScope() function in v8::internal::torque::IfDefScope349 IfDefScope::~IfDefScope() { os_ << "#endif // " << d_ << "\n"; } in ~IfDefScope()
4112 IfDefScope hdr_scope(hdr_, "VERIFY_HEAP"); in GenerateClass()4120 IfDefScope impl_scope(impl_, "VERIFY_HEAP"); in GenerateClass()4936 IfDefScope object_print(impl, "OBJECT_PRINT"); in GeneratePrintDefinitions()5247 IfDefScope verify_heap_h(h_contents, "VERIFY_HEAP"); in GenerateClassVerifiers()5248 IfDefScope verify_heap_cc(cc_contents, "VERIFY_HEAP"); in GenerateClassVerifiers()