Home
last modified time | relevance | path

Searched refs:SUSPENDED_START (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_generator_object.cpp63 ASSERT_PRINT(state == JSGeneratorState::SUSPENDED_START || in GeneratorResume()
100 if (state == JSGeneratorState::SUSPENDED_START) { in GeneratorResumeAbrupt()
H A Djs_async_generator_object.h30 SUSPENDED_START, member in panda::ecmascript::JSAsyncGeneratorState
H A Djs_generator_object.h26 SUSPENDED_START, member in panda::ecmascript::JSGeneratorState
H A Djs_async_generator_object.cpp148 if (state == JSAsyncGeneratorState::SUSPENDED_START) { in AsyncGeneratorResumeNext()
211 ASSERT((state == JSAsyncGeneratorState::SUSPENDED_START) || in AsyncGeneratorResumeNext()
/arkcompiler/ets_frontend/ets2panda/compiler/function/
H A DgeneratorFunctionBuilder.h31 SUSPENDED_START, member in ark::es2panda::ark::es2panda::compiler::GeneratorState
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DgeneratorFunctionBuilder.h32 SUSPENDED_START, member in panda::es2panda::panda::es2panda::compiler::GeneratorState
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_generator_object_test.cpp53 EXPECT_EQ(state, JSGeneratorState::SUSPENDED_START); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h183 // change state to SUSPENDED_START in RuntimeCreateGeneratorObj()
184 obj->SetGeneratorState(JSGeneratorState::SUSPENDED_START); in RuntimeCreateGeneratorObj()
198 // change state to SUSPENDED_START in RuntimeCreateAsyncGeneratorObj()
199 obj->SetAsyncGeneratorState(JSAsyncGeneratorState::SUSPENDED_START); in RuntimeCreateAsyncGeneratorObj()
1328 case static_cast<int32_t>(JSAsyncGeneratorState::SUSPENDED_START): in RuntimeSetGeneratorState()
1329 generatorObjectHandle->SetAsyncGeneratorState(JSAsyncGeneratorState::SUSPENDED_START); in RuntimeSetGeneratorState()

Completed in 9 milliseconds