Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dconstants.h164 kDoNotGenerateCast = 1 << 11, enumerator
Dtype-visitor.cc335 !(flags & ClassFlag::kDoNotGenerateCast || flags & ClassFlag::kIsShape)) { in ComputeType()
Dtorque-parser.cc1004 flags |= ClassFlag::kDoNotGenerateCast; in MakeClassDeclaration()
1037 flags |= ClassFlag::kDoNotGenerateCast; in MakeClassDeclaration()
1102 if ((flags & ClassFlag::kDoNotGenerateCast) == 0 && in MakeClassDeclaration()
Dtypes.h688 return flags_ & ClassFlag::kDoNotGenerateCast; in DoNotGenerateCast()