Home
last modified time | relevance | path

Searched refs:PropertyName (Results 1 – 25 of 58) sorted by relevance

123

/third_party/node/src/
Denv.cc70 #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 …]
Dnode_symbols.cc19 #define V(PropertyName, StringValue) \ in Initialize() argument
21 env->PropertyName()->Description(), \ in Initialize()
22 env->PropertyName()).Check(); in Initialize()
Denv.h532 #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 …]
Denv-inl.h1213 #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/
DcommentsOnObjectLiteral3.types4 …omments */ /*trailing comments*/, //property func: function () { }, //PropertyName + CallSignature…
17 //PropertyName + CallSignature
DconditionalTypes2.js226 …[PropertyName in Extract<keyof T, string>]: T[PropertyName] extends RestrictToType ? PropertyName
476 …[PropertyName in Extract<keyof T, string>]: T[PropertyName] extends RestrictToType ? PropertyName
DcommentsOnObjectLiteral3.symbols14 //PropertyName + CallSignature
DconditionalTypes2.symbols786 …[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/
DconvertFunctionToEs6Class.ts175 …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 {
Dhelpers.ts42 …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/
DconditionalTypes2.ts228 …[PropertyName in Extract<keyof T, string>]: T[PropertyName] extends RestrictToType ? PropertyName
/third_party/typescript/src/compiler/factory/
Dutilities.ts10 …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/
DcommonUtils.ts20 …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/
DDefinition.ts19 name: TSESTree.BindingName | TSESTree.PropertyName,
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts655 …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 …]
Dtsserverlibrary.d.ts655 …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/
DtypescriptServices.d.ts646 …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 …]
Dtypescript.d.ts646 …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 …]
Dtsserverlibrary.d.ts646 …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/
Dconformance_profile.h309 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/
Dconformance_profile.h309 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/
Dts-estree.ts476 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/
Dmisc.ts60 const propName: TSESTree.PropertyName | undefined = node.parameters.find(
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_tgsi.c66 switch (prop->Property.PropertyName) { in virgl_tgsi_transform_property()
/third_party/typescript/src/compiler/
Dtypes.ts1139 …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 …]

123