Searched defs:Table (Results 1 – 2 of 2) sorted by relevance
21 Table::Table(std::vector<std::string> cloumn_header, std::vector<std::vector<std::string>> record) in Table() function in OHOS::WuKong::Table
493 auto Table = jsvm::GetProperty(jsvm::Global("WebAssembly"), "Table"); in IsWebAssemblyTable() local