HomeSort by relevance Sort by last modified time
    Searched full:force_two_byte (Results 1 - 1 of 1) sorted by null

  /external/v8/src/extensions/
externalize-string-extension.cc 81 bool force_two_byte = false; local
84 force_two_byte = args[1]->BooleanValue();
96 if (string->IsAsciiRepresentation() && !force_two_byte) {

Completed in 94 milliseconds