Home
last modified time | relevance | path

Searched refs:extensible_target (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-proxy-object.c342 ecma_value_t extensible_target = ecma_builtin_object_object_is_extensible (target_obj_p); in ecma_proxy_object_get_prototype_of() local
345 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() local
454 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() local
753 if (ECMA_IS_VALUE_ERROR (extensible_target)) in ecma_proxy_object_get_own_property_descriptor()
772 ecma_value_t extensible_target = ecma_builtin_object_object_is_extensible (target_obj_p); ecma_proxy_object_get_own_property_descriptor() local
921 ecma_value_t extensible_target = ecma_builtin_object_object_is_extensible (target_obj_p); ecma_proxy_object_define_own_property() local
1066 ecma_value_t extensible_target = ecma_builtin_object_object_is_extensible (target_obj_p); ecma_proxy_object_has() local
1477 ecma_proxy_check_invariants_for_own_prop_keys(ecma_collection_t *trap_result, ecma_collection_t *target_non_configurable_keys, ecma_collection_t *target_configurable_keys, ecma_value_t extensible_target) ecma_proxy_check_invariants_for_own_prop_keys() argument
1595 ecma_value_t extensible_target = ecma_builtin_object_object_is_extensible (target_obj_p); ecma_proxy_object_own_property_keys() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc3117 Maybe<bool> extensible_target = JSReceiver::IsExtensible(target); in CheckHasTrap() local
3118 MAYBE_RETURN(extensible_target, Nothing<bool>()); in CheckHasTrap()
3120 if (!extensible_target.FromJust()) { in CheckHasTrap()
3236 Maybe<bool> extensible_target = JSReceiver::IsExtensible(target); in CheckDeleteTrap() local
3237 MAYBE_RETURN(extensible_target, Nothing<bool>()); in CheckDeleteTrap()
3239 if (!extensible_target.FromJust()) { in CheckDeleteTrap()
3546 bool extensible_target = maybe_extensible.FromJust(); in DefineOwnProperty() local
3555 if (!extensible_target) { in DefineOwnProperty()
3571 isolate, extensible_target, desc, &target_desc, property_name, in DefineOwnProperty()
3717 Maybe<bool> extensible_target in GetOwnPropertyDescriptor() local
3730 Maybe<bool> extensible_target = JSReceiver::IsExtensible(target); GetOwnPropertyDescriptor() local
[all...]
H A Dkeys.cc1267 bool extensible_target = maybe_extensible.FromJust(); in CollectOwnJSProxyKeys() local
1304 if (extensible_target && nonconfigurable_keys_length == 0) { in CollectOwnJSProxyKeys()
1326 if (extensible_target) { in CollectOwnJSProxyKeys()

Completed in 13 milliseconds