Home
last modified time | relevance | path

Searched refs:getter (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjproperty.c59 STATIC mp_obj_t property_getter(mp_obj_t self_in, mp_obj_t getter) { in property_getter() argument
62 p2->proxy[0] = getter; in property_getter()
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitviewcontroller.h78 @property (nonatomic, assign, getter=isKeyboardVisible) BOOL keyboardVisible;
/AliOS-Things-master/components/py_engine/tests/basics/
A Dbuiltin_property.py14 p.getter(1)
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.h436 JSValue getter; member
457 JSValueConst getter, JSValueConst setter,
785 JSValueConst getter, JSValueConst setter, int flags);
793 JSAtom prop, JSValue getter, JSValue setter,
917 JSValue (*getter)(JSContext *ctx, JSValueConst this_val); member
995 …e, JS_PROP_CONFIGURABLE, JS_DEF_CGETSET, 0, .u = { .getset = { .get = { .getter = fgetter }, .set …
A Dquickjs.c8860 pr->u.getset.getter = NULL; in JS_CreateProperty()
8862 pr->u.getset.getter = in JS_CreateProperty()
9313 JS_FreeValue(ctx, getter); in JS_DefinePropertyGetSet()
35392 JSValue getter, setter; in JS_InstantiateFunctionListItem() local
35395 getter = JS_UNDEFINED; in JS_InstantiateFunctionListItem()
35664 JSValue val, getter, setter; in js_obj_to_desc() local
35673 getter = JS_UNDEFINED; in js_obj_to_desc()
35709 !(JS_IsUndefined(getter) || JS_IsFunction(ctx, getter))) { in js_obj_to_desc()
35730 d->getter = getter; in js_obj_to_desc()
35735 JS_FreeValue(ctx, getter); in js_obj_to_desc()
[all …]
/AliOS-Things-master/components/py_engine/engine/tools/
A Duncrustify.cfg2858 # (OC) Weight of getter type ('getter=') when organizing properties.
/AliOS-Things-master/components/SDL2/docs/
A Ddoxyfile253 # For Microsoft's IDL there are propget and propput attributes to indicate getter
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/
A DDoxyfile242 # For Microsoft's IDL there are propget and propput attributes to indicate getter
/AliOS-Things-master/components/SDL2/src/gfx/Docs/
A Dhtml.doxyfile282 # For Microsoft's IDL there are propget and propput attributes to indicate getter
/AliOS-Things-master/components/jsoncpp/doc/
A Ddoxyfile.in329 # getter and setter methods for a property. Setting this option to YES will make
A Dweb_doxyfile.in329 # getter and setter methods for a property. Setting this option to YES will make
/AliOS-Things-master/components/littlevgl/scripts/
A DDoxyfile348 # getter and setter methods for a property. Setting this option to YES will make
/AliOS-Things-master/documentation/doxygen/
A DDoxyfile-AOS385 # getter and setter methods for a property. Setting this option to YES will make
/AliOS-Things-master/components/mbedtls/
A DChangeLog2752 * Added mpi_get_bit() and mpi_set_bit() individual bit setter/getter
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c12646 #define DUK__TVAL_ACCESSOR(getter,setter) { (const duk_hobject *) (getter), (const duk_hobject *) (… argument
67552 duk_hobject *getter = NULL; local
67595 DUK_ASSERT(getter == NULL);
67605 getter = h_get;
67655 *out_getter = getter;

Completed in 413 milliseconds