Searched refs:emit (Results 1 – 9 of 9) sorted by relevance
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/ |
D | test-class-extends-constructor-type.ts | 22 emit(str: string): void; 39 emit(str: string): void { 47 o.emit('World'); 54 AssertType(myclass.emit, "(string) => void");
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | eventEmitterPatternWithRecordOfFunction.ts | 23 emit(event: string, ...args: any[]): boolean; 31 emit<Event extends keyof M>(event: Event, ...args: Args<M[Event]>): boolean; method
|
/arkcompiler/runtime_core/docs/ |
D | cfi_directives.md | 6 In case of **compiler-generated** code compilers emit special **debug symbols** in resulting binary…
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | index.ts | 103 let emitResult = program.emit( 405 watchedProgram.emit(
|
/arkcompiler/runtime_core/libpandafile/tests/ |
D | bytecode_emitter_tests.cpp | 663 static void TestNoneFormat(Opcode opcode, std::function<void(BytecodeEmitter *)> emit) in TestNoneFormat() argument 666 emit(&emitter); in TestNoneFormat()
|
/arkcompiler/toolchain/build/config/compiler/ |
D | BUILD.gn | 66 # Don't emit the GCC version ident directives, they just end up in the
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 1492 this._eventTarget.emit(t.type, t); 1690 this._eventTarget.emit(t.type, t); 2359 cc.game.emit(cc.Game.EVENT_LOW_MEMORY); 2812 e.emit(t, a); 2817 i.emit(t, a); 2889 e.emit(t, l); 2894 i.emit(t, l); 4608 s.emit = f; 4885 SocketIO.prototype._Emit = SocketIO.prototype.emit; 4886 SocketIO.prototype.emit = function(t, e) { [all …]
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …emit",s.Session="session",t.instant=function(e,t,r){f("I",e,t,r,'"s":"g"')};var d=[];function p(e,… method
|
/arkcompiler/ets_frontend/testTs/ |
D | test-case.patch | 4541 +// this is a pre-TS4.4 versions of emit helper, which always forced array packing 4572 as(Foo); // should emit
|