Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/jerry/es2015/
DtypedArray-join.js19 var empty_array = new Uint32Array(); variable
DtypedArray-stringify.js18 var empty_array = new Uint32Array(); variable
DtypedArray-tostring.js19 var empty_array = new Uint32Array(); variable
/third_party/python/Modules/
D_json.c1662 PyObject *empty_array = _PyUnicode_FromId(&PyId_empty_array); // borrowed ref in encoder_listencode_list() local