Home
last modified time | relevance | path

Searched refs:ANNOTATION_DO_NOT_GENERATE_CAST (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dconstants.h111 static const char* const ANNOTATION_DO_NOT_GENERATE_CAST = "@doNotGenerateCast"; variable
Dtorque-parser.cc975 ANNOTATION_EXPORT, ANNOTATION_DO_NOT_GENERATE_CAST, in MakeClassDeclaration()
1003 if (annotations.Contains(ANNOTATION_DO_NOT_GENERATE_CAST)) { in MakeClassDeclaration()