Home
last modified time | relevance | path

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

/third_party/quickjs/
Dquickjs.c44699 int res, target_desc_ret, ret; in js_proxy_get_own_property() local
44726 target_desc_ret = JS_GetOwnPropertyInternal(ctx, &target_desc, p, prop); in js_proxy_get_own_property()
44727 if (target_desc_ret < 0) { in js_proxy_get_own_property()
44731 if (target_desc_ret) in js_proxy_get_own_property()
44734 if (target_desc_ret) { in js_proxy_get_own_property()
44751 if (target_desc_ret) { in js_proxy_get_own_property()
44767 if (!target_desc_ret || (target_desc.flags & JS_PROP_CONFIGURABLE)) in js_proxy_get_own_property()
44771 target_desc_ret && in js_proxy_get_own_property()