Searched refs:JS_PROP_HAS_CONFIGURABLE (Results 1 – 2 of 2) sorted by relevance
276 #define JS_PROP_HAS_CONFIGURABLE (1 << 8) macro
8345 JS_PROP_HAS_CONFIGURABLE | in JS_SetPropertyGeneric()8565 JS_PROP_HAS_CONFIGURABLE | in JS_SetPropertyInternal()8887 (JS_PROP_HAS_CONFIGURABLE | JS_PROP_CONFIGURABLE)) { in check_define_prop_flags()9137 if (flags & JS_PROP_HAS_CONFIGURABLE) in JS_DefineProperty()17536 flags = JS_PROP_HAS_CONFIGURABLE | JS_PROP_CONFIGURABLE | in JS_CallInternal()35679 flags |= JS_PROP_HAS_CONFIGURABLE; in js_obj_to_desc()35935 JS_PROP_HAS_CONFIGURABLE | JS_PROP_CONFIGURABLE; in js_object___defineGetter__()36362 desc_flags = JS_PROP_THROW | JS_PROP_HAS_CONFIGURABLE; in js_object_seal()44085 if (flags & JS_PROP_HAS_CONFIGURABLE) { in js_create_desc()44241 setting_not_configurable = ((flags & (JS_PROP_HAS_CONFIGURABLE | in js_proxy_define_own_property()[all …]
Completed in 100 milliseconds