Lines Matching defs:functions
168 DCHECK_LT(func_index, module_object->module()->functions.size());
183 DCHECK_GT(module()->functions.size(), func_index);
358 auto* wasm_function = &target_instance->module()->functions[func_index];
494 // For wasm functions, just pass the target instance.
1396 const WasmFunction& function = module->functions[function_index];
1432 Handle<FixedArray> functions;
1434 // Lazily allocate the wasm external functions array.
1435 functions = isolate->factory()->NewFixedArray(
1436 static_cast<int>(instance->module()->functions.size()));
1437 instance->set_wasm_internal_functions(*functions);
1439 functions =
1442 functions->set(index, *val);
1909 // these functions directly is unsupported; they can only be called
1916 // TODO(7748): Support proper typing for external functions. That requires
1955 const wasm::FunctionSig* sig = instance->module()->functions[func_index].sig;
1961 int sig_index = instance->module()->functions[func_index].sig_index;
2012 // According to the spec, exported functions should not have a [[Construct]]
2013 // method. This does not apply to functions exported from asm.js however.
2027 return instance().module()->functions[function_index()].sig;
2094 // TODO(7748): Support proper typing for external functions. That requires
2179 // This function is only called for functions wrapped by a
2330 exporting_module->functions[function.function_index()]