Searched refs:RuntimeSetGeneratorState (Results 1 – 4 of 4) sorted by relevance
619 …static inline void RuntimeSetGeneratorState(JSThread *thread, const JSHandle<JSTaggedValue> &genOb…
1185 void RuntimeStubs::RuntimeSetGeneratorState(JSThread *thread, const JSHandle<JSTaggedValue> &genObj, in RuntimeSetGeneratorState() function
1044 RuntimeSetGeneratorState(thread, asyncGenerator, index.GetInt()); in DEF_RUNTIME_STUBS()
463 return RuntimeStubs::RuntimeSetGeneratorState(thread, genObjHandle, index); in SetGeneratorState()