/third_party/typescript/tests/baselines/reference/ |
D | parserRealSource11.js | 2441 AST.prototype.emit = function (emitter, tokenId, startLine) { argument 2601 ASTList.prototype.emit = function (emitter, tokenId, startLine) { argument 2668 Identifier.prototype.emit = function (emitter, tokenId, startLine) { argument 2685 MissingIdentifier.prototype.emit = function (emitter, tokenId, startLine) { argument 2703 Label.prototype.emit = function (emitter, tokenId, startLine) { argument 2794 UnaryExpression.prototype.emit = function (emitter, tokenId, startLine) { argument 2889 CallExpression.prototype.emit = function (emitter, tokenId, startLine) { argument 2989 BinaryExpression.prototype.emit = function (emitter, tokenId, startLine) { argument 3069 ConditionalExpression.prototype.emit = function (emitter, tokenId, startLine) { argument 3099 NumberLiteral.prototype.emit = function (emitter, tokenId, startLine) { argument [all …]
|
D | fatArrowSelf.js | 42 function EventEmitterConsummer(emitter) { argument
|
/third_party/node/deps/npm/test/lib/utils/ |
D | open-url-prompt.js | 11 emitter = null, argument 113 const emitter = new EventEmitter() constant 116 emitter, property 148 const emitter = new EventEmitter() constant 152 emitter, property
|
/third_party/node/test/parallel/ |
D | test-nodeeventtarget.js | 148 const emitter = new NodeEventTarget(); constant 162 const emitter = new NodeEventTarget(); constant 170 const emitter = new NodeEventTarget(); constant
|
D | test-event-emitter-listener-count.js | 7 const emitter = new EventEmitter(); constant
|
D | test-event-emitter-get-max-listeners.js | 6 const emitter = new EventEmitter(); constant
|
D | test-events-static-geteventlisteners.js | 17 const emitter = new EventEmitter(); constant
|
D | test-domain-async-id-map-leak.js | 18 const emitter = new EventEmitter(); constant
|
D | test-worker-debug.js | 45 function waitForEvent(emitter, event) { argument
|
/third_party/typescript/tests/cases/compiler/ |
D | fatArrowSelf.ts | 13 constructor (private emitter: Events.EventEmitter) { } property in EventEmitterConsummer
|
/third_party/node/deps/npm/lib/utils/ |
D | otplease.js | 15 const openerPromise = (url, emitter) => argument
|
D | open-url-prompt.js | 13 const promptOpen = async (npm, url, title, prompt, emitter) => { argument
|
/third_party/node/lib/ |
D | events.js | 594 … { name: 'MaxListenersExceededWarning', emitter: target, type: type, count: existing.length }); property 829 EventEmitter.listenerCount = function(emitter, type) { argument 965 async function once(emitter, name, options = kEmptyObject) { argument 1015 function eventTargetAgnosticRemoveListener(emitter, name, listener, flags) { argument 1025 function eventTargetAgnosticAddListener(emitter, name, listener, flags) { argument 1046 function on(emitter, event, options = kEmptyObject) { argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | ProgramPrelude.cpp | 3054 auto put = [&](Name name, FuncEmitter emitter) { in BuildFuncToEmitter() 3060 auto putAngle = [&](const char *nameStr, FuncEmitter emitter) { in BuildFuncToEmitter() 3065 auto putBuiltIn = [&](const char *nameStr, FuncEmitter emitter) { in BuildFuncToEmitter() 3839 const auto &emitter = iter->second; in visitOperator() local
|
/third_party/node/lib/internal/streams/ |
D | legacy.js | 96 function prependListener(emitter, event, fn) { argument
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_events_emitter.js | 33 const emitter = { variable
|
/third_party/rust/crates/syn/benches/ |
D | rust.rs | 83 let emitter = Box::new(SilentEmitter); in bench() localVariable
|
/third_party/node/deps/npm/node_modules/signal-exit/dist/mjs/ |
D | index.js | 103 #emitter = new Emitter(); field in SignalExit
|
/third_party/node/deps/npm/node_modules/signal-exit/dist/cjs/ |
D | index.js | 107 #emitter = new Emitter(); field in SignalExit
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | diagnostic_test.cpp | 138 auto emitter = [&consumer]() -> DiagnosticStream { in TEST() local
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | diagnostic_test.cpp | 138 auto emitter = [&consumer]() -> DiagnosticStream { in TEST() local
|
/third_party/spirv-tools/test/ |
D | diagnostic_test.cpp | 138 auto emitter = [&consumer]() -> DiagnosticStream { in TEST() local
|
/third_party/node/doc/api/ |
D | events.md | 1484 ### Awaiting multiple events emitted on `process.nextTick()`
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | parser_impl.cc | 2229 FunctionEmitter emitter(this, *f, nullptr); in EmitFunctions() local 2233 FunctionEmitter emitter(this, *f, &ep); in EmitFunctions() local
|
/third_party/node/lib/internal/ |
D | event_target.js | 1078 function defineEventHandler(emitter, name) { argument
|