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

/external/v8/src/
H A Dheap-symbols.h169 V(hash_code_symbol) \
H A Dobjects.cc5997 Handle<Name> hash_code_symbol = isolate->factory()->hash_code_symbol(); local
5998 return *JSReceiver::GetDataProperty(object, hash_code_symbol);
6009 Handle<Name> hash_code_symbol = isolate->factory()->hash_code_symbol(); local
6010 LookupIterator it(object, hash_code_symbol, object, LookupIterator::OWN);

Completed in 97 milliseconds