Searched defs:genContext (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | async_generator_helper.cpp | 23 JSTaggedValue AsyncGeneratorHelper::Next(JSThread *thread, const JSHandle<GeneratorContext> &genContext, in Next() argument 34 JSTaggedValue AsyncGeneratorHelper::Throw(JSThread *thread, const JSHandle<GeneratorContext> &genContext, in Throw() argument 45 JSTaggedValue AsyncGeneratorHelper::Return(JSThread *thread, const JSHandle<GeneratorContext> &genContext, in Return() argument
|
| H A D | generator_helper.cpp | 25 JSHandle<JSObject> GeneratorHelper::Next(JSThread *thread, const JSHandle<GeneratorContext> &genContext, in Next() argument 44 JSHandle<JSObject> GeneratorHelper::Return(JSThread *thread, const JSHandle<GeneratorContext> &genContext, in Return() argument 61 JSHandle<JSObject> GeneratorHelper::Throw(JSThread *thread, const JSHandle<GeneratorContext> &genContext, in Throw() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | dump_test.cpp | 1061 JSHandle<GeneratorContext> genContext = factory->NewGeneratorContext(); in HWTEST_F_L0() local
|
Completed in 4 milliseconds