Searched refs:extensible_target (Results 1 – 2 of 2) sorted by relevance
342 ecma_value_t extensible_target = ecma_builtin_object_object_is_extensible (target_obj_p); in ecma_proxy_object_get_prototype_of() local345 if (ECMA_IS_VALUE_ERROR (extensible_target)) in ecma_proxy_object_get_prototype_of()349 return extensible_target; in ecma_proxy_object_get_prototype_of()353 if (ecma_is_value_true (extensible_target)) in ecma_proxy_object_get_prototype_of()451 ecma_value_t extensible_target = ecma_builtin_object_object_is_extensible (target_obj_p); in ecma_proxy_object_set_prototype_of() local454 if (ECMA_IS_VALUE_ERROR (extensible_target)) in ecma_proxy_object_set_prototype_of()456 return extensible_target; in ecma_proxy_object_set_prototype_of()460 if (ecma_is_value_true (extensible_target)) in ecma_proxy_object_set_prototype_of()750 ecma_value_t extensible_target = ecma_builtin_object_object_is_extensible (target_obj_p); in ecma_proxy_object_get_own_property_descriptor() local753 if (ECMA_IS_VALUE_ERROR (extensible_target)) in ecma_proxy_object_get_own_property_descriptor()[all …]
44740 int flags1, extensible_target; in js_proxy_get_own_property() local44741 extensible_target = JS_IsExtensible(ctx, s->target); in js_proxy_get_own_property()44742 if (extensible_target < 0) { in js_proxy_get_own_property()44763 if (!extensible_target) in js_proxy_get_own_property()