Home
last modified time | relevance | path

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

/third_party/node/lib/internal/vm/
Dmodule.js76 const kLink = Symbol('kLink'); constant
202 await this[kLink](linker);
305 this[kLink] = async (linker) => {
320 await module[kLink](linker);
413 this[kLink] = () => this[kWrap].link(() => {