Searched defs:Table (Results 1 – 3 of 3) sorted by relevance
45 async def _add_rows(table: Table, scope: Scope):
73 explicit Table(mem::InternalAllocatorPtr allocator) : table_(allocator->Adapter()) {} in Table() function
442 auto Table = jsvm::GetProperty(jsvm::Global("WebAssembly"), "Table"); in IsWebAssemblyTable() local