Home
last modified time | relevance | path

Searched refs:asyncGeneratorFunction (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisasync_fuzzer/
Djsvaluerefisasync_fuzzer.cpp43 … JSHandle<JSFunction> asyncGeneratorFunction = factory->NewJSAsyncGeneratorFunction(method); in JSValueRefIsAsyncGeneratorFunctionTrueFuzzTest() local
44 … JSHandle<JSTaggedValue> asyncgefu = JSHandle<JSTaggedValue>::Cast(asyncGeneratorFunction); in JSValueRefIsAsyncGeneratorFunctionTrueFuzzTest()
76 … JSHandle<JSFunction> asyncGeneratorFunction = factory->NewJSAsyncGeneratorFunction(method); in JSValueRefIsAsyncGeneratorObjectTrueFuzzTest() local
77 … JSHandle<JSTaggedValue> asyncgefu = JSHandle<JSTaggedValue>::Cast(asyncGeneratorFunction); in JSValueRefIsAsyncGeneratorObjectTrueFuzzTest()
/arkcompiler/runtime_core/disassembler/tests/js/
Dline-number5.js16 async function* asyncGeneratorFunction() { generator
Dcolumn-number6.js46 async function* asyncGeneratorFunction() { generator
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp426 JSHandle<JSTaggedValue> asyncGeneratorFunction(thread, genFunc); in CreateAsyncGeneratorObj() local
427 return RuntimeStubs::RuntimeCreateAsyncGeneratorObj(thread, asyncGeneratorFunction); in CreateAsyncGeneratorObj()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp3089 JSHandle<JSFunction> asyncGeneratorFunction = in InitializeAsyncGeneratorFunction() local
3093 …JSObject::SetPrototype(thread_, JSHandle<JSObject>::Cast(asyncGeneratorFunction), env->GetFunction… in InitializeAsyncGeneratorFunction()
3095 …opertyDescriptor asyncGeneratorDesc(thread_, JSHandle<JSTaggedValue>::Cast(asyncGeneratorFunction), in InitializeAsyncGeneratorFunction()
3098asyncGeneratorFunction->SetProtoOrHClass(thread_, asyncGeneratorFuncInstanceHClass.GetTaggedValue(… in InitializeAsyncGeneratorFunction()
3099 env->SetAsyncGeneratorFunctionFunction(thread_, asyncGeneratorFunction); in InitializeAsyncGeneratorFunction()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp3860 JSHandle<JSFunction> asyncGeneratorFunction = factory->NewJSAsyncGeneratorFunction(method); in HWTEST_F_L0() local
3861 JSHandle<JSTaggedValue> asyncgefu = JSHandle<JSTaggedValue>::Cast(asyncGeneratorFunction); in HWTEST_F_L0()