Searched defs:RandomLengthResource (Results 1 – 1 of 1) sorted by relevance
702 class RandomLengthResource : public v8::String::ExternalStringResource { class704 explicit RandomLengthResource(int length) : length_(length) {} in RandomLengthResource() function in RandomLengthResource