Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1061 JSHandle<JSTaggedValue> asyncFuncPrototypeValue(asyncFuncPrototype); in InitializeAsyncFunction() local
1065 …factory_->NewEcmaHClass(JSAsyncFunction::SIZE, JSType::JS_ASYNC_FUNCTION, asyncFuncPrototypeValue); in InitializeAsyncFunction()