Lines Matching refs:imported

347   // Find the imported memory if there is one.
353 // Processes a single imported function.
360 // Initialize imported tables of type funcref.
365 // Process a single imported table.
371 // Process a single imported memory.
376 // Process a single imported global.
382 // Process a single imported WasmGlobalObject.
395 // order, loading them from the {ffi_} object. Returns the number of imported
414 // imported, those tags will be re-used.
519 // Actual wasm module must have either imported or created memory.
581 // Set up the array of references to imported globals' array buffers.
585 // more than required if multiple globals are imported from the same
774 isolate_, function.sig, module_, function.imported),
782 if (function.imported) {
786 // If the start function was imported and calls into Blink, we have
982 // For legacy reasons, we accept functions for imported globals (see
1126 ReportLinkError("imported function does not match the expected type",
1130 // The imported function is a Wasm function from another instance.
1184 // The imported function is a callable.
1317 ReportLinkError("imported table does not match the expected type",
1344 // The imported memory should have been already set up early.
1377 "mismatch in shared state of memory, declared = %d, imported = %d",
1390 ReportLinkError("imported global does not match the expected mutability",
1408 ReportLinkError("imported global does not match the expected type",
1477 // referenced by this instance, and store the address of the imported
1481 // SIMD proposal allows modules to define an imported v128 global, and only
1521 "imported mutable global must be a WebAssembly.Global object",
1632 // order, loading them from the {ffi_} object. Returns the number of imported
1693 ReportLinkError("imported tag does not match the expected type",
1718 if (global.mutability && global.imported) continue;
1719 // Happens with imported globals.
1760 // If an imported WebAssembly function or global gets exported, the export
1761 // has to be identical to to import. Therefore we cache all imported
1762 // WebAssembly functions in the instance, and all imported globals in a map
1841 if (global.imported) {
1852 if (global.mutability && global.imported) {