compile_and_get_function 326 src/JITModule.cpp entrypoint = compile_and_get_function(*ee, function_name); compile_and_get_function 328 src/JITModule.cpp argv_entrypoint = compile_and_get_function(*ee, function_name + "_argv"); compile_and_get_function 333 src/JITModule.cpp exports[requested_exports[i]] = compile_and_get_function(*ee, requested_exports[i]);