Home
last modified time | relevance | path

Searched refs:ShouldExport (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dtypes.h709 (ShouldExport() && !IsAbstract()); in ShouldGenerateFactoryFunction()
711 bool ShouldExport() const { return flags_ & ClassFlag::kExport; } in ShouldExport() function
Dtype-visitor.cc279 !(super_class->ShouldExport() || super_class->IsExtern())) { in ComputeType()
Dtypes.cc942 if (!in_test_directory && (IsExtern() || ShouldExport())) { in AttributedToFile()
Dimplementation-visitor.cc4089 if (!type_->ShouldExport() && !type_->IsExtern()) { in GenerateClass()
4097 if (!type_->ShouldExport() && !type_->IsExtern()) { in GenerateClass()