Lines Matching defs:table
362 Handle<String> table_string = factory->InternalizeUtf8String("table");
396 auto& table = module->tables[import.index];
398 if (table.has_maximum_size) maximum_size.emplace(table.maximum_size);
399 type_value = GetTypeForTable(isolate, table.type, table.initial_size,
462 Handle<String> table_string = factory->InternalizeUtf8String("table");
494 auto& table = module->tables[exp.index];
496 if (table.has_maximum_size) maximum_size.emplace(table.maximum_size);
497 type_value = GetTypeForTable(isolate, table.type, table.initial_size,
610 // asm.js modules have an additional offset table that must be searched.