v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
ConsStringGenerationData (bool long_blocks) | |
void | Reset () |
Handle< String > | block (int offset) |
Handle< String > | block (uint32_t offset) |
Data Fields | |
double | early_termination_threshold_ |
double | leftness_ |
double | rightness_ |
double | empty_leaf_threshold_ |
unsigned | max_leaves_ |
Handle< String > | building_blocks_ [kNumberOfBuildingBlocks] |
String * | empty_string_ |
MyRandomNumberGenerator | rng_ |
ConsStringStats | stats_ |
unsigned | early_terminations_ |
Static Public Attributes | |
static const int | kNumberOfBuildingBlocks = 256 |
Definition at line 261 of file test-strings.cc.
|
explicit |
Definition at line 286 of file test-strings.cc.
References CcTest::heap().
Definition at line 300 of file test-strings.cc.
References CHECK_GE.
Definition at line 295 of file test-strings.cc.
void Reset | ( | ) |
Definition at line 306 of file test-strings.cc.
Handle<String> building_blocks_[kNumberOfBuildingBlocks] |
Definition at line 275 of file test-strings.cc.
double early_termination_threshold_ |
Definition at line 269 of file test-strings.cc.
unsigned early_terminations_ |
Definition at line 280 of file test-strings.cc.
double empty_leaf_threshold_ |
Definition at line 272 of file test-strings.cc.
String* empty_string_ |
Definition at line 276 of file test-strings.cc.
|
static |
Definition at line 263 of file test-strings.cc.
double leftness_ |
Definition at line 270 of file test-strings.cc.
unsigned max_leaves_ |
Definition at line 273 of file test-strings.cc.
double rightness_ |
Definition at line 271 of file test-strings.cc.
Definition at line 277 of file test-strings.cc.
ConsStringStats stats_ |
Definition at line 279 of file test-strings.cc.
Referenced by TestStringCharacterStream(), and VerifyConsString().