Searched defs:avoid_identity_hash_for_testing_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/
H A Dv8_value_converter_impl.h89 bool avoid_identity_hash_for_testing_; member in class:content::V8ValueConverterImpl
H A Dv8_value_converter_impl.cc82 avoid_identity_hash_for_testing_(avoid_identity_hash_for_testing) {}
93 int hash = avoid_identity_hash_for_testing_ ? 0 : handle->GetIdentityHash();
117 bool avoid_identity_hash_for_testing_; member in class:content::V8ValueConverterImpl::FromV8ValueState
129 avoid_identity_hash_for_testing_(false),
165 FromV8ValueState state(avoid_identity_hash_for_testing_);

Completed in 133 milliseconds