v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
ConsStringStats () | |
void | Reset () |
void | VerifyEqual (const ConsStringStats &that) const |
Data Fields | |
unsigned | leaves_ |
unsigned | empty_leaves_ |
unsigned | chars_ |
unsigned | left_traversals_ |
unsigned | right_traversals_ |
Definition at line 226 of file test-strings.cc.
|
inline |
Definition at line 228 of file test-strings.cc.
void Reset | ( | ) |
Definition at line 243 of file test-strings.cc.
Referenced by VerifyConsString().
void VerifyEqual | ( | const ConsStringStats & | that | ) | const |
Definition at line 252 of file test-strings.cc.
References chars_, CHECK, empty_leaves_, leaves_, left_traversals_, and right_traversals_.
Referenced by TestStringCharacterStream(), and VerifyConsString().
unsigned chars_ |
Definition at line 235 of file test-strings.cc.
Referenced by AccumulateStats(), AccumulateStatsWithOperator(), VerifyConsString(), and VerifyEqual().
unsigned empty_leaves_ |
Definition at line 234 of file test-strings.cc.
Referenced by AccumulateStats(), VerifyConsString(), and VerifyEqual().
unsigned leaves_ |
Definition at line 233 of file test-strings.cc.
Referenced by AccumulateStats(), AccumulateStatsWithOperator(), VerifyConsString(), and VerifyEqual().
unsigned left_traversals_ |
Definition at line 236 of file test-strings.cc.
Referenced by AccumulateStats(), VerifyConsString(), and VerifyEqual().
unsigned right_traversals_ |
Definition at line 237 of file test-strings.cc.
Referenced by AccumulateStats(), VerifyConsString(), and VerifyEqual().