Searched defs:SeqTwoByteString (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dfactory.cc246 Handle<SeqTwoByteString> result;
278 Handle<SeqTwoByteString> result;
380 MaybeHandle<SeqTwoByteString> Factory::NewRawTwoByteString(
383 THROW_NEW_ERROR(isolate(), NewInvalidStringLengthError(), SeqTwoByteString); local
388 SeqTwoByteString);
410 Handle<SeqTwoByteString> result = NewRawTwoByteString(1).ToHandleChecked();
449 Handle<SeqTwoByteString> str =
590 Handle<SeqTwoByteString> result =

Completed in 142 milliseconds