Home
last modified time | relevance | path

Searched refs:columns (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_sys_module/console/
H A Dconsole.h74 static void GraphTable(napi_env env, napi_value head, napi_value columns, const size_t& length);
H A Dconsole.cpp377 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 5 milliseconds