Home
last modified time | relevance | path

Searched refs:newNames (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.0/const_type_parameters/
Dconst_type_parameters_7.ts29 let newNames = getNames(['a' + 'b', 'cc']); variable
30 newNames[0] = 'jack'; // Cannot assign to '0' because it is a read-only property
/third_party/lzma/CPP/7zip/UI/Common/
DUpdate.cpp473 UStringVector newNames; in Compress() local
526 up2.NewNameIndex = (int)newNames.Add(dest); in Compress()
656 updateCallbackSpec->NewNames = &newNames; in Compress()