Home
last modified time | relevance | path

Searched defs:carray (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/
Dcjs_app.cpp233 v8::Local<v8::Array> carray = pRuntime->ToArray(newParams[0]); in alert() local
/external/python/cpython3/Lib/test/
Dtest_buffer.py298 def carray(items, shape): function