Home | History | Annotate | Download | only in wasm

Lines Matching defs:function_data

1381   Handle<WasmExportedFunctionData> function_data =
1384 function_data->set_wrapper_code(*export_wrapper);
1385 function_data->set_instance(*instance);
1386 function_data->set_jump_table_offset(jump_table_offset);
1387 function_data->set_function_index(func_index);
1398 name, function_data, isolate->sloppy_function_without_prototype_map());