Home
last modified time | relevance | path

Searched refs:NewJSAsyncGeneratorFunction (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisasync_fuzzer/
Djsvaluerefisasync_fuzzer.cpp45 … JSHandle<JSFunction> asyncGeneratorFunction = factory->NewJSAsyncGeneratorFunction(method); in JSValueRefIsAsyncGeneratorFunctionTrueFuzzTest()
86 … JSHandle<JSFunction> asyncGeneratorFunction = factory->NewJSAsyncGeneratorFunction(method); in JSValueRefIsAsyncGeneratorObjectTrueFuzzTest()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h702 JSHandle<JSFunction> NewJSAsyncGeneratorFunction(const JSHandle<Method> &method);
Dobject_factory.cpp4874 JSHandle<JSFunction> ObjectFactory::NewJSAsyncGeneratorFunction(const JSHandle<Method> &method) in NewJSAsyncGeneratorFunction() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp3860 JSHandle<JSFunction> asyncGeneratorFunction = factory->NewJSAsyncGeneratorFunction(method); in HWTEST_F_L0()