Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dutils.h405 class V8_NODISCARD IncludeObjectMacrosScope {
407 explicit IncludeObjectMacrosScope(std::ostream& os);
408 ~IncludeObjectMacrosScope();
409 IncludeObjectMacrosScope(const IncludeObjectMacrosScope&) = delete;
410 IncludeObjectMacrosScope& operator=(const IncludeObjectMacrosScope&) = delete;
Dutils.cc373 IncludeObjectMacrosScope::IncludeObjectMacrosScope(std::ostream& os) : os_(os) { in IncludeObjectMacrosScope() function in v8::internal::torque::IncludeObjectMacrosScope
377 IncludeObjectMacrosScope::~IncludeObjectMacrosScope() { in ~IncludeObjectMacrosScope()
Dimplementation-visitor.cc5255 IncludeObjectMacrosScope object_macros(cc_contents); in GenerateClassVerifiers()