Home
last modified time | relevance | path

Searched refs:emit (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/
Dtest-class-extends-constructor-type.ts22 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/
DeventEmitterPatternWithRecordOfFunction.ts23 emit(event: string, ...args: any[]): boolean;
31 emit<Event extends keyof M>(event: Event, ...args: Args<M[Event]>): boolean; method
/arkcompiler/runtime_core/docs/
Dcfi_directives.md6 In case of **compiler-generated** code compilers emit special **debug symbols** in resulting binary…
/arkcompiler/ets_frontend/ts2panda/src/
Dindex.ts103 let emitResult = program.emit(
405 watchedProgram.emit(
/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp663 static void TestNoneFormat(Opcode opcode, std::function<void(BytecodeEmitter *)> emit) in TestNoneFormat() argument
666 emit(&emitter); in TestNoneFormat()
/arkcompiler/toolchain/build/config/compiler/
DBUILD.gn66 # Don't emit the GCC version ident directives, they just end up in the
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js1492 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/
Dindex.js2emit",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/
Dtest-case.patch4541 +// this is a pre-TS4.4 versions of emit helper, which always forced array packing
4572 as(Foo); // should emit