Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc8835 int nonconfigurable_keys_length = 0; in OwnPropertyKeys() local
8846 target_nonconfigurable_keys->set(nonconfigurable_keys_length, in OwnPropertyKeys()
8848 nonconfigurable_keys_length++; in OwnPropertyKeys()
8860 if (extensible_target && nonconfigurable_keys_length == 0) { in OwnPropertyKeys()
8875 for (int i = 0; i < nonconfigurable_keys_length; ++i) { in OwnPropertyKeys()