Home
last modified time | relevance | path

Searched refs:NewGeneratorContext (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h410 JSHandle<GeneratorContext> NewGeneratorContext();
Dobject_factory.cpp1787 JSHandle<GeneratorContext> ObjectFactory::NewGeneratorContext() in NewGeneratorContext() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h168 JSHandle<GeneratorContext> context = factory->NewGeneratorContext(); in RuntimeCreateGeneratorObj()
183 JSHandle<GeneratorContext> context = factory->NewGeneratorContext(); in RuntimeCreateAsyncGeneratorObj()
1222 JSHandle<GeneratorContext> context = factory->NewGeneratorContext(); in RuntimeAsyncFunctionEnter()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp840 JSHandle<GeneratorContext> genContext = factory->NewGeneratorContext(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp1336 JSHandle<GeneratorContext> generatorContext = factory->NewGeneratorContext(); in HWTEST_F_L0()