Home
last modified time | relevance | path

Searched defs:PropertyName (Results 1 – 12 of 12) sorted by relevance

/third_party/node/src/
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
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 …]
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
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 …]
Dnode_symbols.cc19 #define V(PropertyName, StringValue) \ in Initialize() argument
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
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/
DDwarfUnit.cpp944 StringRef PropertyName = Property->getName(); in constructTypeDIE() local
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h312 unsigned PropertyName : 8; /**< one of TGSI_PROPERTY */ member
/third_party/typescript_eslint/packages/types/src/
Dts-estree.ts476 export type PropertyName = PropertyNameComputed | PropertyNameNonComputed; alias
/third_party/typescript/lib/
Dtsserverlibrary.d.ts646 …export type PropertyName = Identifier | StringLiteral | NumericLiteral | ComputedPropertyName | Pr… alias
DtypescriptServices.d.ts646 …export type PropertyName = Identifier | StringLiteral | NumericLiteral | ComputedPropertyName | Pr… alias
Dtypescript.d.ts646 …export type PropertyName = Identifier | StringLiteral | NumericLiteral | ComputedPropertyName | Pr… alias
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts655 …export type PropertyName = Identifier | StringLiteral | NumericLiteral | ComputedPropertyName | Pr… alias
Dtypescript.d.ts655 …export type PropertyName = Identifier | StringLiteral | NumericLiteral | ComputedPropertyName | Pr… alias