mirror of
https://github.com/nodejs/node.git
synced 2025-12-27 23:41:14 +00:00
Instead of polyfilling it with vm.SourceTextModule, use a built-in source text module loader so that we can also build the code cache for it at build tiem to embed the code cache for them in the binary. Drive-by: instead of inferring how to compile a particular built-in at run time, do the inferring at build time, so the function-based built-ins can be compiled using parameters quickly looked up from a static map, and the builtins that should be compiled as source text modules are known internally based on extension in the source code (at run time, the extensions are all removed). PR-URL: https://github.com/nodejs/node/pull/60518 Reviewed-By: Aditi Singh <aditisingh1400@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> |
||
|---|---|---|
| .. | ||
| inspector | ||
| node_test_fixture.cc | ||
| node_test_fixture.h | ||
| test_aliased_buffer.cc | ||
| test_base64.cc | ||
| test_base_object_ptr.cc | ||
| test_cppgc.cc | ||
| test_crypto_clienthello.cc | ||
| test_dataqueue.cc | ||
| test_environment.cc | ||
| test_inspector_socket_server.cc | ||
| test_inspector_socket.cc | ||
| test_json_utils.cc | ||
| test_linked_binding.cc | ||
| test_lru_cache.cc | ||
| test_node_api.cc | ||
| test_node_crypto_env.cc | ||
| test_node_crypto.cc | ||
| test_node_postmortem_metadata.cc | ||
| test_node_task_runner.cc | ||
| test_path.cc | ||
| test_per_process.cc | ||
| test_platform.cc | ||
| test_quic_cid.cc | ||
| test_quic_error.cc | ||
| test_quic_preferredaddress.cc | ||
| test_quic_tokens.cc | ||
| test_report.cc | ||
| test_sockaddr.cc | ||
| test_string_bytes.cc | ||
| test_traced_value.cc | ||
| test_util.cc | ||