Home
last modified time | relevance | path

Searched refs:prop_info (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h1134 // already parsed in prop_info. Returns false if this is an invalid
1137 ParsePropertyInfo* prop_info);
1192 ExpressionT ParseProperty(ParsePropertyInfo* prop_info);
1195 ClassInfo* class_info, ParsePropertyInfo* prop_info, bool has_extends);
1204 ParsePropertyInfo* prop_info, bool* has_seen_proto);
1658 Token::Value next, ParsePropertyInfo* prop_info) { in ClassifyPropertyIdentifier()
1661 if (V8_UNLIKELY(impl()->IsArguments(prop_info->name) && in ClassifyPropertyIdentifier()
1676 DCHECK(!prop_info->is_computed_name); in ClassifyPropertyIdentifier()
2194 ParsePropertyInfo* prop_info) { in ParseProperty()
2195 DCHECK_EQ(prop_info in ParseProperty()
1657 ClassifyPropertyIdentifier( Token::Value next, ParsePropertyInfo* prop_info) ClassifyPropertyIdentifier() argument
2193 ParseProperty( ParsePropertyInfo* prop_info) ParseProperty() argument
2352 ParseClassPropertyDefinition(ClassInfo* class_info, ParsePropertyInfo* prop_info, bool has_extends) ParseClassPropertyDefinition() argument
2578 ParseObjectPropertyDefinition(ParsePropertyInfo* prop_info, bool* has_seen_proto) ParseObjectPropertyDefinition() argument
[all...]
/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-arg.c381 jerryx_arg_object_props_t prop_info; in test_validator_prop2_handler() local
392 prop_info.name_p = (const jerry_char_t **) name_p; in test_validator_prop2_handler()
393 prop_info.name_cnt = 3; in test_validator_prop2_handler()
394 prop_info.c_arg_p = prop_mapping; in test_validator_prop2_handler()
395 prop_info.c_arg_cnt = 3; in test_validator_prop2_handler()
399 jerryx_arg_object_properties (&prop_info, JERRYX_ARG_OPTIONAL), in test_validator_prop2_handler()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils.cpp58 const prop_info *propertyInfo = __system_property_find(propertyName); in GetEnvironmentVarOrUnCachedAndroidProperty()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs582 pub struct prop_info { structure names
972 impl PartialEq for prop_info {
973 fn eq(&self, other: &prop_info) -> bool { in eq()
979 impl Eq for prop_info {}
980 impl ::fmt::Debug for prop_info {
982 f.debug_struct("prop_info") in fmt()
3472 pub fn __system_property_find(__name: *const ::c_char) -> *const prop_info; in __system_property_find()
3473 pub fn __system_property_find_nth(__n: ::c_uint) -> *const prop_info; in __system_property_find_nth()
3475 __callback: unsafe extern "C" fn(__pi: *const prop_info, __cookie: *mut ::c_void), in __system_property_foreach()
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
H A Dmod.rs335 pi: *const ::prop_info, in __system_property_wait()
/third_party/icu/icu4c/source/common/
H A Dputil.cpp1060 typedef int(system_property_read_callback)(const prop_info* info,
1090 const prop_info* info = in uprv_tzname_clear_cache()
/third_party/node/deps/icu-small/source/common/
H A Dputil.cpp1060 typedef int(system_property_read_callback)(const prop_info* info,
1090 const prop_info* info = in uprv_tzname_clear_cache()
/third_party/skia/third_party/externals/icu/source/common/
H A Dputil.cpp1051 typedef int(system_property_read_callback)(const prop_info* info,
1081 const prop_info* info = in uprv_tzname_clear_cache()

Completed in 28 milliseconds