Home
last modified time | relevance | path

Searched refs:property_type (Results 1 - 6 of 6) sorted by relevance

/third_party/node/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py207 [ is_list, property_type, is_strong, is_required, default ]
210 property_type: The type to use as the value of the property,
212 element of the value's list. property_type must
215 is_strong: If property_type is an XCObject subclass, is_strong
219 property_type is not an XCObject subclass.
222 an empty string ("", in the case of property_type
492 (is_list, property_type, is_strong) = attributes[0:3]
782 (is_list, property_type, is_strong) = self._schema[property][0:3]
793 if not isinstance(item, property_type) and not (
794 isinstance(item, str) and property_type
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py207 [ is_list, property_type, is_strong, is_required, default ]
210 property_type: The type to use as the value of the property,
212 element of the value's list. property_type must
215 is_strong: If property_type is an XCObject subclass, is_strong
219 property_type is not an XCObject subclass.
222 an empty string ("", in the case of property_type
492 (is_list, property_type, is_strong) = attributes[0:3]
782 (is_list, property_type, is_strong) = self._schema[property][0:3]
793 if not isinstance(item, property_type) and not (
794 isinstance(item, str) and property_type
[all...]
/third_party/libinput/src/
H A Dquirks.c54 enum property_type { enum
83 enum property_type type;
/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector.h772 bool ConfigureMegamorphic(IcCheckType property_type);
H A Dfeedback-vector.cc659 bool FeedbackNexus::ConfigureMegamorphic(IcCheckType property_type) { in ConfigureMegamorphic() argument
663 MaybeObject::FromSmi(Smi::FromInt(static_cast<int>(property_type))); in ConfigureMegamorphic()
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc599 void SetNamedProperty(Callable ic, NamedPropertyType property_type) { in SetNamedProperty() argument

Completed in 15 milliseconds