HomeSort by relevance Sort by last modified time
    Searched refs:NewRawAsciiString (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
json-parser.h 441 return factory->NewRawAsciiString(length, NOT_TENURED);
588 result = isolate()->factory()->NewRawAsciiString(length);
factory.h 132 Handle<SeqAsciiString> NewRawAsciiString(
factory.cc 223 Handle<SeqAsciiString> Factory::NewRawAsciiString(int length,
    [all...]
runtime.cc     [all...]

Completed in 45 milliseconds