Home
last modified time | relevance | path

Searched defs:AsyncGeneratorFunctionBuilder (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/function/
H A DasyncGeneratorFunctionBuilder.h26 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 DasyncGeneratorFunctionBuilder.h26 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