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

  /external/v8/test/cctest/
test-strings.cc 958 uc16* non_one_byte = NewArray<uc16>(i + 1); local
960 non_one_byte[j] = 0x1234;
964 Resource* resource = new Resource(non_one_byte, i);
    [all...]
  /external/v8/test/cctest/heap/
test-heap.cc 1145 char* non_one_byte = NewArray<char>(3 * length + 1); local
    [all...]

Completed in 590 milliseconds