Home
last modified time | relevance | path

Searched defs:Table (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Dlayouts.py45 async def _add_rows(table: Table, scope: Scope):
/arkcompiler/runtime_core/static_core/runtime/
Dstring_table.h73 explicit Table(mem::InternalAllocatorPtr allocator) : table_(allocator->Adapter()) {} in Table() function
/arkcompiler/jsvm/test/unittest/
Djsvm_utils.cpp442 auto Table = jsvm::GetProperty(jsvm::Global("WebAssembly"), "Table"); in IsWebAssemblyTable() local