Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-proxy-object.c1424 * @return ECMA_VALUE_ERROR - if a target key is not in the unchecked_result_keys collection
1429 ecma_collection_t *unchecked_result_keys, /**< unchecked keys */ in ecma_proxy_object_own_property_keys_helper()
1440 for (uint32_t j = 0; j < unchecked_result_keys->item_count; j++) in ecma_proxy_object_own_property_keys_helper()
1442 if (ecma_is_value_empty (unchecked_result_keys->buffer_p[j])) in ecma_proxy_object_own_property_keys_helper()
1447 ecma_string_t *unchecked_prop_name = ecma_get_prop_name_from_value (unchecked_result_keys->buffer_p[j]); in ecma_proxy_object_own_property_keys_helper()
1453 unchecked_result_keys->buffer_p[j] = ECMA_VALUE_EMPTY; in ecma_proxy_object_own_property_keys_helper()
1483 ecma_collection_t *unchecked_result_keys = ecma_new_collection (); in ecma_proxy_check_invariants_for_own_prop_keys() local
1485 ecma_collection_append (unchecked_result_keys, trap_result->buffer_p, trap_result->item_count); in ecma_proxy_check_invariants_for_own_prop_keys()
1487 for (uint32_t i = 0; i < unchecked_result_keys->item_count; i++) in ecma_proxy_check_invariants_for_own_prop_keys()
1489 ecma_string_t *unchecked_prop_name = ecma_get_prop_name_from_value (unchecked_result_keys in ecma_proxy_check_invariants_for_own_prop_keys()
1428 ecma_proxy_object_own_property_keys_helper(ecma_collection_t *target_collection, ecma_collection_t *unchecked_result_keys, uint32_t *counter) ecma_proxy_object_own_property_keys_helper() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dkeys.cc1247 ZoneHashMapImpl unchecked_result_keys( in CollectOwnJSProxyKeys()
1253 auto entry = unchecked_result_keys.LookupOrInsert(key, key->EnsureHash()); in CollectOwnJSProxyKeys()
1315 auto found = unchecked_result_keys.Lookup(key, key->hash()); in CollectOwnJSProxyKeys()
1336 auto found = unchecked_result_keys.Lookup(key, key->hash()); in CollectOwnJSProxyKeys()

Completed in 5 milliseconds