Home
last modified time | relevance | path

Searched refs:PropertyName (Results 1 - 25 of 27) sorted by relevance

12

/third_party/node/src/
H A Denv-inl.h759 #define VP(PropertyName, StringValue) V(v8::Private, PropertyName)
760 #define VY(PropertyName, StringValue) V(v8::Symbol, PropertyName)
761 #define VS(PropertyName, StringValue) V(v8::String, PropertyName)
762 #define V(TypeName, PropertyName) \
764 v8::Local<TypeName> IsolateData::PropertyName() const { \
765 return PropertyName ## _ .Get(isolate_); \
775 #define VM(PropertyName)
[all...]
H A Denv.h144 #define VP(PropertyName, StringValue) V(v8::Private, PropertyName)
145 #define VY(PropertyName, StringValue) V(v8::Symbol, PropertyName)
146 #define VS(PropertyName, StringValue) V(v8::String, PropertyName)
147 #define V(TypeName, PropertyName) \
148 inline v8::Local<TypeName> PropertyName() const;
157 #define VM(PropertyName) V(PropertyName##_bindin
[all...]
H A Dnode_realm.cc40 #define V(PropertyName, TypeName) \ in MemoryInfo()
41 tracker->TrackField(#PropertyName, PropertyName()); in MemoryInfo()
105 #define V(PropertyName, TypeName) \ in Serialize()
107 Local<TypeName> field = PropertyName(); \ in Serialize()
110 info.persistent_values.push_back({#PropertyName, id, index}); \ in Serialize()
133 #define V(PropertyName, TypeName) \ in DeserializeProperties()
137 DCHECK_EQ(d.name, #PropertyName); \ in DeserializeProperties()
143 "Failed to deserialize realm value " #PropertyName "\n"); \ in DeserializeProperties()
145 set_##PropertyName(fiel in DeserializeProperties()
[all...]
H A Denv.cc296 #define VP(PropertyName, StringValue) V(Private, PropertyName) in Serialize()
297 #define VY(PropertyName, StringValue) V(Symbol, PropertyName) in Serialize()
298 #define VS(PropertyName, StringValue) V(String, PropertyName) in Serialize()
299 #define V(TypeName, PropertyName) \ in Serialize()
301 creator->AddData(PropertyName##_.Get(isolate))); in Serialize()
314 #define VM(PropertyName) V(PropertyName##_bindin in Serialize()
[all...]
H A Dnode_symbols.cc19 #define V(PropertyName, StringValue) \ in Initialize()
22 env->PropertyName()->Description(env->isolate()), \ in Initialize()
23 env->PropertyName()) \ in Initialize()
H A Dnode_realm-inl.h118 #define V(PropertyName, TypeName) \
119 inline v8::Local<TypeName> Realm::PropertyName() const { \
120 return PersistentToLocal::Strong(PropertyName##_); \
122 inline void Realm::set_##PropertyName(v8::Local<TypeName> value) { \
123 PropertyName##_.Reset(isolate(), value); \
H A Dnode_realm.h116 #define V(PropertyName, TypeName) \
117 inline v8::Local<TypeName> PropertyName() const; \
118 inline void set_##PropertyName(v8::Local<TypeName> value);
147 #define V(PropertyName, TypeName) v8::Global<TypeName> PropertyName##_;
H A Dnode_util.cc401 #define V(PropertyName, _) \ in Initialize()
402 tmpl->Set(FIXED_ONE_BYTE_STRING(env->isolate(), #PropertyName), \ in Initialize()
403 env->PropertyName()); in Initialize()
H A Dnode_snapshotable.cc1313 #define V(PropertyName, NativeTypeName) \ in GetTypeName()
1314 case EmbedderObjectType::k_##PropertyName: { \ in GetTypeName()
1351 #define V(PropertyName, NativeTypeName) \ in DeserializeNodeInternalFields()
1352 case EmbedderObjectType::k_##PropertyName: { \ in DeserializeNodeInternalFields()
/third_party/typescript/tests/baselines/reference/
H A DconditionalTypes2.js226 [PropertyName in Extract<keyof T, string>]: T[PropertyName] extends RestrictToType ? PropertyName : never
476 [PropertyName in Extract<keyof T, string>]: T[PropertyName] extends RestrictToType ? PropertyName : never;
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_profile.h309 PropertyName(kind), "**Failed property expectation**\n\n", in ExpectModelOfImpl()
317 errors->addTestSuccess(PropertyName(kind)); in ExpectModelOfImpl()
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) { in PropertyName() function
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_sanity.c490 prop->Property.PropertyName == TGSI_PROPERTY_GS_INPUT_PRIM) { in iter_property()
494 prop->Property.PropertyName == TGSI_PROPERTY_TCS_VERTICES_OUT) in iter_property()
H A Dtgsi_build.c1296 property.PropertyName = TGSI_PROPERTY_GS_INPUT_PRIM; in tgsi_default_property()
1309 property.PropertyName = property_name; in tgsi_build_property()
1373 full_prop->Property.PropertyName, in tgsi_build_full_property()
H A Dtgsi_dump.c471 ENM(prop->Property.PropertyName, tgsi_property_names); in iter_property()
477 switch (prop->Property.PropertyName) { in iter_property()
H A Dtgsi_point_sprite.c504 switch (prop->Property.PropertyName) { in psprite_property()
H A Dtgsi_scan.c835 unsigned name = fullprop->Property.PropertyName; in scan_property()
H A Dtgsi_text.c1833 prop.Property.PropertyName = property_name; in parse_property()
H A Dtgsi_ureg.c1817 out[0].prop.PropertyName = name; in emit_property()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_translate.c848 assert(token->FullProperty.Property.PropertyName == in i915_translate_token()
850 token->FullProperty.Property.PropertyName == in i915_translate_token()
852 token->FullProperty.Property.PropertyName == in i915_translate_token()
854 token->FullProperty.Property.PropertyName == in i915_translate_token()
/third_party/lzma/CPP/7zip/Bundles/SFXWin/
H A Dmakefile92 $O\PropertyName.obj \
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_tgsi.c148 switch (prop->Property.PropertyName) { in virgl_tgsi_transform_property()
192 prop.Property.PropertyName = TGSI_PROPERTY_SEPARABLE_PROGRAM; in virgl_tgsi_transform_prolog()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h313 unsigned PropertyName : 8; /**< one of TGSI_PROPERTY */ member
/third_party/lzma/CPP/7zip/
H A D7zip_gcc.mak1046 $O/PropertyName.o: ../../UI/FileManager/PropertyName.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp944 StringRef PropertyName = Property->getName(); in constructTypeDIE() local
945 addString(ElemDie, dwarf::DW_AT_APPLE_property_name, PropertyName); in constructTypeDIE()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1171 switch (prop->Property.PropertyName) { in scanProperty()
1243 INFO("unhandled TGSI property %d\n", prop->Property.PropertyName); in scanProperty()

Completed in 35 milliseconds

12