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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h3632 bool HasMapValue() const { return instance_type_ == MAP_TYPE; } function in class:v8::FINAL::FINAL
3634 DCHECK(HasMapValue());
3638 DCHECK(HasMapValue() || !has_stable_map_value_);

Completed in 544 milliseconds