Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dconstants.h88 static const char* const ANNOTATION_ABSTRACT = "@abstract"; variable
Dtype-visitor.cc296 Error(ANNOTATION_ABSTRACT, " and ", ANNOTATION_GENERATE_UNIQUE_MAP, in ComputeType()
303 Error(ANNOTATION_ABSTRACT, " and ", ANNOTATION_GENERATE_FACTORY_FUNCTION, in ComputeType()
Dtorque-parser.cc972 {ANNOTATION_ABSTRACT, ANNOTATION_HAS_SAME_INSTANCE_TYPE_AS_PARENT, in MakeClassDeclaration()
983 if (annotations.Contains(ANNOTATION_ABSTRACT)) { in MakeClassDeclaration()