Lines Matching defs:module
30 #include "src/wasm/wasm-module-builder.h"
178 // [1] ExecuteJobImpl: The asm.js module source is parsed, validated, and
179 // translated to a valid WebAssembly module. The result are two vectors
180 // representing the encoded module as well as encoded source position
182 // [2] FinalizeJobImpl: The module is handed to WebAssembly which decodes it
228 // Step 1: Translate asm.js module to WebAssembly module.
259 // Step 2: Compile and decode the WebAssembly module.
266 // The result is a compiled module and serialized standard library uses.
329 Handle<WasmModuleObject> module =
332 // TODO(asmjs): The position currently points to the module definition
336 // Check that the module is not instantiated as a generator or async function.
390 wasm_engine->SyncInstantiate(isolate, &thrower, module, foreign, memory);
392 // An exception caused by the module start function will be set as pending