Home
last modified time | relevance | path

Searched defs:genContext (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dasync_generator_helper.cpp23 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 Dgenerator_helper.cpp25 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 Ddump_test.cpp1061 JSHandle<GeneratorContext> genContext = factory->NewGeneratorContext(); in HWTEST_F_L0() local

Completed in 4 milliseconds