Lines Matching defs:imports
308 // Helper routines to print out errors with imports.
394 // Process the imports, including functions, tables, globals, and memory, in
420 Handle<WasmModuleObject> module_object, MaybeHandle<JSReceiver> imports,
424 InstanceBuilder builder(isolate, context_id, thrower, module_object, imports,
456 // Check that an imports argument was provided, if the module requires it.
649 // Process the imports for the module.
842 // a JSObject, if the module has imports.
960 return ReportLinkError("missing imports object", index, import_name);
1102 // Function imports must be callable.
1473 // Immutable global imports are converted to numbers and written into
1476 // Mutable global imports instead have their backing array buffers
1631 // Process the imports, including functions, tables, globals, and memory, in