Home
last modified time | relevance | path

Searched refs:target_configurable_keys (Results 1 - 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-proxy-object.c1479 ecma_collection_t *target_configurable_keys, in ecma_proxy_check_invariants_for_own_prop_keys()
1509 else if (ECMA_IS_VALUE_ERROR (ecma_proxy_object_own_property_keys_helper (target_configurable_keys, in ecma_proxy_check_invariants_for_own_prop_keys()
1615 ecma_collection_t *target_configurable_keys = ecma_new_collection (); in ecma_proxy_object_own_property_keys() local
1648 ecma_collection_push_back (target_configurable_keys, prop_value); in ecma_proxy_object_own_property_keys()
1665 target_configurable_keys, in ecma_proxy_object_own_property_keys()
1678 ecma_collection_free (target_configurable_keys); in ecma_proxy_object_own_property_keys()
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
/third_party/node/deps/v8/src/objects/
H A Dkeys.cc1276 Handle<FixedArray> target_configurable_keys = target_keys; in CollectOwnJSProxyKeys() local
1330 for (int i = 0; i < target_configurable_keys->length(); ++i) { in CollectOwnJSProxyKeys()
1331 Object raw_key = target_configurable_keys->get(i); in CollectOwnJSProxyKeys()

Completed in 6 milliseconds