Home
last modified time | relevance | path

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

/third_party/node/benchmark/napi/string/
H A Dbinding.c19 const char* one_byte_string = "The Quick Brown Fox Jumped Over The Lazy Dog."; variable
47 DECLARE_BINDING(Latin1, latin1, one_byte_string) in DECLARE_BINDING()
48 DECLARE_BINDING(Utf8, utf8, one_byte_string) in DECLARE_BINDING()
/third_party/node/deps/v8/src/strings/
H A Dstring-builder-inl.h231 auto one_byte_string = SeqOneByteString::cast(string_); in ~NoExtend() local
232 end = reinterpret_cast<DestChar*>(one_byte_string.GetChars(no_gc_) + in ~NoExtend()
233 one_byte_string.length()); in ~NoExtend()
/third_party/node/deps/v8/src/objects/
H A Dobjects-definitions.h66 V(ONE_BYTE_STRING_TYPE, kVariableSizeSentinel, one_byte_string, \

Completed in 2 milliseconds