Searched refs:JS_PROP_GETSET (Results 1 – 2 of 2) sorted by relevance
270 #define JS_PROP_GETSET (1 << 4) macro
5183 if ((prop_flags & JS_PROP_TMASK) == JS_PROP_GETSET) { in free_property()5618 if ((prs->flags & JS_PROP_TMASK) == JS_PROP_GETSET) { in mark_children()7153 if ((prs->flags & JS_PROP_TMASK) == JS_PROP_GETSET) { in JS_GetPropertyInternal()7225 if (desc.flags & JS_PROP_GETSET) { in JS_GetPropertyInternal()7695 if ((prs->flags & JS_PROP_TMASK) == JS_PROP_GETSET) { in JS_GetOwnPropertyInternal()7696 desc->flags |= JS_PROP_GETSET; in JS_GetOwnPropertyInternal()8359 if (desc.flags & JS_PROP_GETSET) { in JS_SetPropertyGeneric()8390 if (desc.flags & JS_PROP_GETSET) { in JS_SetPropertyGeneric()8469 } else if ((prs->flags & JS_PROP_TMASK) == JS_PROP_GETSET) { in JS_SetPropertyInternal()8546 if (desc.flags & JS_PROP_GETSET) { in JS_SetPropertyInternal()[all …]