Searched refs:exposeInterface (Results 1 – 4 of 4) sorted by relevance
/third_party/node/lib/internal/bootstrap/ |
D | browser.js | 10 exposeInterface, 21 exposeInterface(globalThis, 'URL', URL); 23 exposeInterface(globalThis, 'URLSearchParams', URLSearchParams); 28 exposeInterface(globalThis, 'DOMException', value); 36 exposeInterface(globalThis, 'TextEncoder', TextEncoder); 38 exposeInterface(globalThis, 'TextDecoder', TextDecoder); 44 exposeInterface(globalThis, 'AbortController', AbortController); 45 exposeInterface(globalThis, 'AbortSignal', AbortSignal); 51 exposeInterface(globalThis, 'EventTarget', EventTarget); 52 exposeInterface(globalThis, 'Event', Event); [all …]
|
D | node.js | 74 exposeInterface, 239 exposeInterface(globalThis, 'BroadcastChannel', BroadcastChannel);
|
/third_party/node/lib/internal/process/ |
D | pre_execution.js | 25 exposeInterface, 255 exposeInterface(globalThis, name, value); 290 exposeInterface(globalThis, 'Crypto', webcrypto.Crypto); 291 exposeInterface(globalThis, 'CryptoKey', webcrypto.CryptoKey); 292 exposeInterface(globalThis, 'SubtleCrypto', webcrypto.SubtleCrypto); 317 exposeInterface(globalThis, 'CustomEvent', CustomEvent);
|
/third_party/node/lib/internal/ |
D | util.js | 502 function exposeInterface(target, name, interfaceObject) { function 641 exposeInterface, property
|