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