Searched refs:NewJSAsyncGeneratorFunction (Results 1 – 4 of 4) sorted by relevance
45 … JSHandle<JSFunction> asyncGeneratorFunction = factory->NewJSAsyncGeneratorFunction(method); in JSValueRefIsAsyncGeneratorFunctionTrueFuzzTest()86 … JSHandle<JSFunction> asyncGeneratorFunction = factory->NewJSAsyncGeneratorFunction(method); in JSValueRefIsAsyncGeneratorObjectTrueFuzzTest()
702 JSHandle<JSFunction> NewJSAsyncGeneratorFunction(const JSHandle<Method> &method);
4874 JSHandle<JSFunction> ObjectFactory::NewJSAsyncGeneratorFunction(const JSHandle<Method> &method) in NewJSAsyncGeneratorFunction() function in panda::ecmascript::ObjectFactory
3860 JSHandle<JSFunction> asyncGeneratorFunction = factory->NewJSAsyncGeneratorFunction(method); in HWTEST_F_L0()