Home
last modified time | relevance | path

Searched defs:StringEvent (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DfunctionSubtypingOfVarArgs2.js10 class StringEvent extends EventBase { class
44 function StringEvent() { class in StringEvent
DfunctionSubtypingOfVarArgs.js10 class StringEvent extends EventBase { // should work class
44 function StringEvent() { class in StringEvent
/third_party/typescript/tests/cases/compiler/
DfunctionSubtypingOfVarArgs.ts9 class StringEvent extends EventBase { // should work class
DfunctionSubtypingOfVarArgs2.ts9 class StringEvent extends EventBase { class
/third_party/node/deps/v8/src/logging/
Dlog.cc1075 void Logger::StringEvent(const char* name, const char* value) { in StringEvent() function in v8::internal::Logger