/third_party/node/src/ |
D | env.h | 532 #define VP(PropertyName, StringValue) V(v8::Private, PropertyName) argument 533 #define VY(PropertyName, StringValue) V(v8::Symbol, PropertyName) argument 534 #define VS(PropertyName, StringValue) V(v8::String, PropertyName) argument 535 #define V(TypeName, PropertyName) \ argument 559 #define VP(PropertyName, StringValue) V(v8::Private, PropertyName) argument 560 #define VY(PropertyName, StringValue) V(v8::Symbol, PropertyName) argument 561 #define VS(PropertyName, StringValue) V(v8::String, PropertyName) argument 562 #define V(TypeName, PropertyName) \ argument 1152 #define VP(PropertyName, StringValue) V(v8::Private, PropertyName) argument 1153 #define VY(PropertyName, StringValue) V(v8::Symbol, PropertyName) argument [all …]
|
D | env.cc | 70 #define VP(PropertyName, StringValue) V(Private, PropertyName) in Serialize() argument 71 #define VY(PropertyName, StringValue) V(Symbol, PropertyName) in Serialize() argument 72 #define VS(PropertyName, StringValue) V(String, PropertyName) in Serialize() argument 73 #define V(TypeName, PropertyName) \ in Serialize() argument 92 #define VP(PropertyName, StringValue) V(Private, PropertyName) in DeserializeProperties() argument 93 #define VY(PropertyName, StringValue) V(Symbol, PropertyName) in DeserializeProperties() argument 94 #define VS(PropertyName, StringValue) V(String, PropertyName) in DeserializeProperties() argument 95 #define V(TypeName, PropertyName) \ in DeserializeProperties() argument 138 #define V(PropertyName, StringValue) \ in CreateProperties() argument 150 #define V(PropertyName, StringValue) \ in CreateProperties() argument [all …]
|
D | node_symbols.cc | 19 #define V(PropertyName, StringValue) \ in Initialize() argument
|
D | env-inl.h | 1213 #define VP(PropertyName, StringValue) V(v8::Private, PropertyName) argument 1214 #define VY(PropertyName, StringValue) V(v8::Symbol, PropertyName) argument 1215 #define VS(PropertyName, StringValue) V(v8::String, PropertyName) argument 1216 #define V(TypeName, PropertyName) \ argument 1229 #define VP(PropertyName, StringValue) V(v8::Private, PropertyName) in PER_ISOLATE_SYMBOL_PROPERTIES() argument 1230 #define VY(PropertyName, StringValue) V(v8::Symbol, PropertyName) in PER_ISOLATE_SYMBOL_PROPERTIES() argument 1231 #define VS(PropertyName, StringValue) V(v8::String, PropertyName) in PER_ISOLATE_SYMBOL_PROPERTIES() argument 1232 #define V(TypeName, PropertyName) \ in PER_ISOLATE_SYMBOL_PROPERTIES() argument 1244 #define V(PropertyName, TypeName) \ argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 944 StringRef PropertyName = Property->getName(); in constructTypeDIE() local
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 312 unsigned PropertyName : 8; /**< one of TGSI_PROPERTY */ member
|
/third_party/typescript_eslint/packages/types/src/ |
D | ts-estree.ts | 476 export type PropertyName = PropertyNameComputed | PropertyNameNonComputed; alias
|
/third_party/typescript/lib/ |
D | tsserverlibrary.d.ts | 646 …export type PropertyName = Identifier | StringLiteral | NumericLiteral | ComputedPropertyName | Pr… alias
|
D | typescriptServices.d.ts | 646 …export type PropertyName = Identifier | StringLiteral | NumericLiteral | ComputedPropertyName | Pr… alias
|
D | typescript.d.ts | 646 …export type PropertyName = Identifier | StringLiteral | NumericLiteral | ComputedPropertyName | Pr… alias
|
/third_party/typescript/tests/baselines/reference/api/ |
D | tsserverlibrary.d.ts | 655 …export type PropertyName = Identifier | StringLiteral | NumericLiteral | ComputedPropertyName | Pr… alias
|
D | typescript.d.ts | 655 …export type PropertyName = Identifier | StringLiteral | NumericLiteral | ComputedPropertyName | Pr… alias
|