Home
last modified time | relevance | path

Searched defs:emitter (Results 1 – 25 of 29) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js2441 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 …]
DfatArrowSelf.js42 function EventEmitterConsummer(emitter) { argument
/third_party/node/deps/npm/test/lib/utils/
Dopen-url-prompt.js11 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/
Dtest-nodeeventtarget.js148 const emitter = new NodeEventTarget(); constant
162 const emitter = new NodeEventTarget(); constant
170 const emitter = new NodeEventTarget(); constant
Dtest-event-emitter-listener-count.js7 const emitter = new EventEmitter(); constant
Dtest-event-emitter-get-max-listeners.js6 const emitter = new EventEmitter(); constant
Dtest-events-static-geteventlisteners.js17 const emitter = new EventEmitter(); constant
Dtest-domain-async-id-map-leak.js18 const emitter = new EventEmitter(); constant
Dtest-worker-debug.js45 function waitForEvent(emitter, event) { argument
/third_party/typescript/tests/cases/compiler/
DfatArrowSelf.ts13 constructor (private emitter: Events.EventEmitter) { } property in EventEmitterConsummer
/third_party/node/deps/npm/lib/utils/
Dotplease.js15 const openerPromise = (url, emitter) => argument
Dopen-url-prompt.js13 const promptOpen = async (npm, url, title, prompt, emitter) => { argument
/third_party/node/lib/
Devents.js594 … { 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/
DProgramPrelude.cpp3054 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/
Dlegacy.js96 function prependListener(emitter, event, fn) { argument
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_events_emitter.js33 const emitter = { variable
/third_party/rust/crates/syn/benches/
Drust.rs83 let emitter = Box::new(SilentEmitter); in bench() localVariable
/third_party/node/deps/npm/node_modules/signal-exit/dist/mjs/
Dindex.js103 #emitter = new Emitter(); field in SignalExit
/third_party/node/deps/npm/node_modules/signal-exit/dist/cjs/
Dindex.js107 #emitter = new Emitter(); field in SignalExit
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Ddiagnostic_test.cpp138 auto emitter = [&consumer]() -> DiagnosticStream { in TEST() local
/third_party/skia/third_party/externals/spirv-tools/test/
Ddiagnostic_test.cpp138 auto emitter = [&consumer]() -> DiagnosticStream { in TEST() local
/third_party/spirv-tools/test/
Ddiagnostic_test.cpp138 auto emitter = [&consumer]() -> DiagnosticStream { in TEST() local
/third_party/node/doc/api/
Devents.md1484 ### Awaiting multiple events emitted on `process.nextTick()`
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_impl.cc2229 FunctionEmitter emitter(this, *f, nullptr); in EmitFunctions() local
2233 FunctionEmitter emitter(this, *f, &ep); in EmitFunctions() local
/third_party/node/lib/internal/
Devent_target.js1078 function defineEventHandler(emitter, name) { argument

12