Home
last modified time | relevance | path

Searched defs:RandomLengthResource (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/cctest/
Dtest-api.cc702 class RandomLengthResource : public v8::String::ExternalStringResource { class
704 explicit RandomLengthResource(int length) : length_(length) {} in RandomLengthResource() function in RandomLengthResource