Home
last modified time | relevance | path

Searched defs:empty_array (Results 1 – 7 of 7) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
DtypedArray-tostring.js19 var empty_array = new Uint32Array(); variable
DtypedArray-join.js19 var empty_array = new Uint32Array(); variable
DtypedArray-stringify.js18 var empty_array = new Uint32Array(); variable
/third_party/rust/rust/src/tools/miri/tests/pass/
Darrays.rs3 fn empty_array() -> [u16; 0] { in empty_array() function
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/debuginfo/metadata/
Dtype_map.rs190 let empty_array = create_DIArray(DIB(cx), &[]); in stub() localVariable
/third_party/protobuf/rust/
Dupb.rs452 pub fn empty_array<T: ProxiedInRepeated>() -> RepeatedView<'static, T> { in empty_array() function
/third_party/python/Modules/
D_json.c1662 PyObject *empty_array = _PyUnicode_FromId(&PyId_empty_array); // borrowed ref in encoder_listencode_list() local