/third_party/node/src/ |
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 74 indexes.push_back(creator->AddData(PropertyName##_.Get(isolate))); in Serialize() 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 101 fprintf(stderr, "Failed to deserialize " #PropertyName "\n"); \ in DeserializeProperties() [all …]
|
D | node_symbols.cc | 19 #define V(PropertyName, StringValue) \ in Initialize() argument 21 env->PropertyName()->Description(), \ in Initialize() 22 env->PropertyName()).Check(); in Initialize()
|
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 536 inline v8::Local<TypeName> PropertyName() const; 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 563 v8::Eternal<TypeName> PropertyName ## _; [all …]
|
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 1218 v8::Local<TypeName> IsolateData::PropertyName() const { \ 1219 return PropertyName ## _ .Get(isolate_); \ 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 [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | commentsOnObjectLiteral3.types | 4 …omments */ /*trailing comments*/, //property func: function () { }, //PropertyName + CallSignature… 17 //PropertyName + CallSignature
|
D | conditionalTypes2.js | 226 …[PropertyName in Extract<keyof T, string>]: T[PropertyName] extends RestrictToType ? PropertyName … 476 …[PropertyName in Extract<keyof T, string>]: T[PropertyName] extends RestrictToType ? PropertyName …
|
D | commentsOnObjectLiteral3.symbols | 14 //PropertyName + CallSignature
|
D | conditionalTypes2.symbols | 786 …[PropertyName in Extract<keyof T, string>]: T[PropertyName] extends RestrictToType ? PropertyName … 787 >PropertyName : Symbol(PropertyName, Decl(conditionalTypes2.ts, 224, 2)) 791 >PropertyName : Symbol(PropertyName, Decl(conditionalTypes2.ts, 224, 2)) 793 >PropertyName : Symbol(PropertyName, Decl(conditionalTypes2.ts, 224, 2))
|
/third_party/typescript/src/services/codefixes/ |
D | convertFunctionToEs6Class.ts | 175 …ers: readonly ClassElement[], expression: FunctionExpression | ArrowFunction, name: PropertyName) { 180 …ber(members: readonly ClassElement[], functionExpression: FunctionExpression, name: PropertyName) { 188 …ressionMember(members: readonly ClassElement[], arrowFunction: ArrowFunction, name: PropertyName) { 251 …on, compilerOptions: CompilerOptions, quotePreference: QuotePreference): PropertyName | undefined {
|
D | helpers.ts | 42 …etSynthesizedDeepClone(getNameOfDeclaration(declaration), /*includeTrivia*/ false) as PropertyName; 147 …gnature: Signature, modifiers: NodeArray<Modifier> | undefined, name: PropertyName, body?: Block):… 159 name: PropertyName, 342 name: PropertyName, 393 name: PropertyName,
|
/third_party/typescript/tests/cases/conformance/types/conditional/ |
D | conditionalTypes2.ts | 228 …[PropertyName in Extract<keyof T, string>]: T[PropertyName] extends RestrictToType ? PropertyName …
|
/third_party/typescript/src/compiler/factory/ |
D | utilities.ts | 10 …ForPropertyName(factory: NodeFactory, target: Expression, memberName: PropertyName, location?: Tex… 173 …teExpressionForPropertyName(factory: NodeFactory, memberName: Exclude<PropertyName, PrivateIdentif… 187 …eclaration>, property: AccessorDeclaration & { readonly name: Exclude<PropertyName, PrivateIdentif… 296 …de.properties, property as typeof property & { readonly name: Exclude<PropertyName, PrivateIdentif… 698 …ssignmentElement(bindingElement: BindingOrAssignmentElement): Exclude<PropertyName, PrivateIdentif… 704 …ssignmentElement(bindingElement: BindingOrAssignmentElement): Exclude<PropertyName, PrivateIdentif…
|
/third_party/jsframework/mock-generate/src/common/ |
D | commonUtils.ts | 20 …MethodSignature, ModifiersArray, ModuleDeclaration, NodeArray, ParameterDeclaration, PropertyName,… 118 export function getPropertyName(node: PropertyName, sourceFile: SourceFile): string {
|
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint-scope/ |
D | Definition.ts | 19 name: TSESTree.BindingName | TSESTree.PropertyName,
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 655 …export type PropertyName = Identifier | StringLiteral | NumericLiteral | ComputedPropertyName | Pr… alias 691 readonly name?: PropertyName; 729 readonly propertyName?: PropertyName; 736 readonly name: PropertyName; 744 readonly name: PropertyName; 752 readonly name?: PropertyName; 759 readonly name: PropertyName; 780 readonly name: PropertyName; 820 readonly name: PropertyName; 825 readonly name: PropertyName; [all …]
|
D | tsserverlibrary.d.ts | 655 …export type PropertyName = Identifier | StringLiteral | NumericLiteral | ComputedPropertyName | Pr… alias 691 readonly name?: PropertyName; 729 readonly propertyName?: PropertyName; 736 readonly name: PropertyName; 744 readonly name: PropertyName; 752 readonly name?: PropertyName; 759 readonly name: PropertyName; 780 readonly name: PropertyName; 820 readonly name: PropertyName; 825 readonly name: PropertyName; [all …]
|
/third_party/typescript/lib/ |
D | typescriptServices.d.ts | 646 …export type PropertyName = Identifier | StringLiteral | NumericLiteral | ComputedPropertyName | Pr… alias 682 readonly name?: PropertyName; 720 readonly propertyName?: PropertyName; 727 readonly name: PropertyName; 735 readonly name: PropertyName; 743 readonly name?: PropertyName; 750 readonly name: PropertyName; 771 readonly name: PropertyName; 811 readonly name: PropertyName; 816 readonly name: PropertyName; [all …]
|
D | typescript.d.ts | 646 …export type PropertyName = Identifier | StringLiteral | NumericLiteral | ComputedPropertyName | Pr… alias 682 readonly name?: PropertyName; 720 readonly propertyName?: PropertyName; 727 readonly name: PropertyName; 735 readonly name: PropertyName; 743 readonly name?: PropertyName; 750 readonly name: PropertyName; 771 readonly name: PropertyName; 811 readonly name: PropertyName; 816 readonly name: PropertyName; [all …]
|
D | tsserverlibrary.d.ts | 646 …export type PropertyName = Identifier | StringLiteral | NumericLiteral | ComputedPropertyName | Pr… alias 682 readonly name?: PropertyName; 720 readonly propertyName?: PropertyName; 727 readonly name: PropertyName; 735 readonly name: PropertyName; 743 readonly name?: PropertyName; 750 readonly name: PropertyName; 771 readonly name: PropertyName; 811 readonly name: PropertyName; 816 readonly name: PropertyName; [all …]
|
/third_party/abseil-cpp/absl/types/internal/ |
D | conformance_profile.h | 309 PropertyName(kind), "**Failed property expectation**\n\n", 317 errors->addTestSuccess(PropertyName(kind)); 324 constexpr const char* PropertyName(name v) { return description; } \ 345 constexpr const char* PropertyName(name v) { return description; } \ 362 constexpr const char* PropertyName(hashable v) {
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
D | conformance_profile.h | 309 PropertyName(kind), "**Failed property expectation**\n\n", 317 errors->addTestSuccess(PropertyName(kind)); 324 constexpr const char* PropertyName(name v) { return description; } \ 345 constexpr const char* PropertyName(name v) { return description; } \ 362 constexpr const char* PropertyName(hashable v) {
|
/third_party/typescript_eslint/packages/types/src/ |
D | ts-estree.ts | 476 export type PropertyName = PropertyNameComputed | PropertyNameNonComputed; alias 598 key: PropertyName; 668 key: PropertyName; 691 key: PropertyName; 721 key: PropertyName; 735 key: PropertyName;
|
/third_party/typescript_eslint/packages/eslint-plugin/src/util/ |
D | misc.ts | 60 const propName: TSESTree.PropertyName | undefined = node.parameters.find(
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_tgsi.c | 66 switch (prop->Property.PropertyName) { in virgl_tgsi_transform_property()
|
/third_party/typescript/src/compiler/ |
D | types.ts | 1139 …export type PropertyName = Identifier | StringLiteral | NumericLiteral | ComputedPropertyName | Pr… 1229 readonly name?: PropertyName; 1292 … readonly propertyName?: PropertyName; // Binding property name (in object binding pattern) 1303 readonly name: PropertyName; // Declared property name 1312 readonly name: PropertyName; 1329 readonly name?: PropertyName; 1344 readonly name: PropertyName; 1382 readonly name: PropertyName; 1440 readonly name: PropertyName; 1455 readonly name: PropertyName; [all …]
|