Home
last modified time | relevance | path

Searched refs:property_symbol (Results 1 – 10 of 10) sorted by relevance

/dports/lang/vala/vala-0.48.18/vala/
H A Dvalapropertyprototype.vala27 public weak Property property_symbol {
33 public PropertyPrototype (Property property_symbol) {
34 base.with_symbol (property_symbol);
38 var result = new PropertyPrototype (property_symbol);
43 return property_symbol.get_full_name ();
H A Dvalapropertyprototype.c53 ValaProperty* property_symbol) in vala_property_prototype_construct() argument
56 g_return_val_if_fail (property_symbol != NULL, NULL); in vala_property_prototype_construct()
57 …pertyPrototype*) vala_data_type_construct_with_symbol (object_type, (ValaSymbol*) property_symbol); in vala_property_prototype_construct()
62 vala_property_prototype_new (ValaProperty* property_symbol) in vala_property_prototype_new() argument
64 return vala_property_prototype_construct (VALA_TYPE_PROPERTY_PROTOTYPE, property_symbol); in vala_property_prototype_new()
H A Dvala.vapi1733 public PropertyPrototype (Vala.Property property_symbol);
1736 public weak Vala.Property property_symbol { get; }
H A Dlibvala-0.48.vapi1847 public PropertyPrototype (Vala.Property property_symbol);
1850 public weak Vala.Property property_symbol { get; }
H A Dvala.h6108 ValaPropertyPrototype* vala_property_prototype_new (ValaProperty* property_symbol);
6110 ValaProperty* property_symbol);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/core/v8/custom/
H A Dv8_pop_state_event_custom.cc57 V8PrivateProperty::Symbol property_symbol = in StateAttributeGetterCustom() local
61 if (property_symbol.GetOrUndefined(info.Holder()).ToLocal(&result) && in StateAttributeGetterCustom()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/templates/
H A Dattributes.cc.tmpl75 V8PrivateProperty::Symbol property_symbol =
82 V8PrivateProperty::Symbol property_symbol =
88 if (property_symbol.GetOrUndefined(holder).ToLocal(&v8_value) && !v8_value->IsUndefined()) {
167 property_symbol.Set(holder, v8::Null(info.GetIsolate()));
177 property_symbol.Set(holder, v8_value);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/templates/
H A Dattributes.cc.tmpl82 V8PrivateProperty::Symbol property_symbol =
87 if (property_symbol.GetOrUndefined(holder).ToLocal(&v8_value) && !v8_value->IsUndefined()) {
172 property_symbol.Set(holder, v8::Null(info.GetIsolate()));
182 property_symbol.Set(holder, v8_value);
/dports/devel/libruin/libruin-0.2.0/src/
H A Dscheme.c243 SCM property_symbol = call_scm_function in ruin_scheme_scss_selected_value_property() local
246 return scm_to_locale_string (scm_symbol_to_string (property_symbol)); in ruin_scheme_scss_selected_value_property()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/tests/results/core/
H A Dv8_test_object.cc1952 V8PrivateProperty::Symbol property_symbol = in CachedAttributeAnyAttributeAttributeGetter() local
1957 if (property_symbol.GetOrUndefined(holder).ToLocal(&v8_value) && !v8_value->IsUndefined()) { in CachedAttributeAnyAttributeAttributeGetter()
1967 property_symbol.Set(holder, v8_value); in CachedAttributeAnyAttributeAttributeGetter()
2004 V8PrivateProperty::Symbol property_symbol = in CachedArrayAttributeAttributeGetter() local
2019 property_symbol.Set(holder, v8_value); in CachedArrayAttributeAttributeGetter()
2059 V8PrivateProperty::Symbol property_symbol = in ReadonlyCachedAttributeAttributeGetter() local
2074 property_symbol.Set(holder, v8_value); in ReadonlyCachedAttributeAttributeGetter()
2088 V8PrivateProperty::Symbol property_symbol = in CachedStringOrNoneAttributeAttributeGetter() local
2103 property_symbol.Set(holder, v8_value); in CachedStringOrNoneAttributeAttributeGetter()
3098 V8PrivateProperty::Symbol property_symbol = in CachedAttributeRaisesExceptionGetterAnyAttributeAttributeGetter() local
[all …]