Searched refs:columns (Results 1 - 2 of 2) sorted by relevance
/commonlibrary/ets_utils/js_sys_module/console/ |
H A D | console.h | 74 static void GraphTable(napi_env env, napi_value head, napi_value columns, const size_t& length);
|
H A D | console.cpp | 377 void Console::GraphTable(napi_env env, napi_value head, napi_value columns, const size_t& length) in GraphTable() argument 396 napi_get_element(env, columns, i * length + j, &element); in GraphTable() 415 PrintRows(env, columns, columnWidths, length); in GraphTable()
|
Completed in 3 milliseconds