Home
last modified time | relevance | path

Searched refs:IfDefScope (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dutils.h368 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;
Dutils.cc345 IfDefScope::IfDefScope(std::ostream& os, std::string d) in IfDefScope() function in v8::internal::torque::IfDefScope
349 IfDefScope::~IfDefScope() { os_ << "#endif // " << d_ << "\n"; } in ~IfDefScope()
Dimplementation-visitor.cc4112 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()