Home
last modified time | relevance | path

Searched refs:dynamicInstantiate (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/es-module/
Dtest-esm-loader-obsolete-hooks.mjs19 // dynamicInstantiate, getFormat, getSource, transformSource
21 match(stderr, /dynamicInstantiate/);
/third_party/node/test/fixtures/es-module-loaders/
Dhooks-obsolete.mjs1 export function dynamicInstantiate() {} function
/third_party/node/lib/internal/modules/esm/
Dloader.js266 dynamicInstantiate, property
282 if (dynamicInstantiate) ArrayPrototypePush(
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md3515 …://github.com/nodejs/node/commit/8c9e3a9dfb)] - **module**: remove dynamicInstantiate loader hook …