Searched defs:AsyncGeneratorFunctionBuilder (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/function/ | ||
H A D | asyncGeneratorFunctionBuilder.h | 26 class AsyncGeneratorFunctionBuilder : public FunctionBuilder { class 28 explicit AsyncGeneratorFunctionBuilder(PandaGen *pg, CatchTable *catchTable) : FunctionBuilder(pg, catchTable) {} in AsyncGeneratorFunctionBuilder() function in ark::es2panda::compiler::AsyncGeneratorFunctionBuilder |
/arkcompiler/ets_frontend/es2panda/compiler/function/ | ||
H A D | asyncGeneratorFunctionBuilder.h | 26 class AsyncGeneratorFunctionBuilder : public FunctionBuilder { class 28 explicit AsyncGeneratorFunctionBuilder(PandaGen *pg, CatchTable *catchTable) : FunctionBuilder(pg, catchTable) {} in AsyncGeneratorFunctionBuilder() function in panda::es2panda::compiler::AsyncGeneratorFunctionBuilder |
Completed in 1 milliseconds