Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h330 CAST_CHECK(JSAsyncModuleFulfilledFunction, IsJSAsyncModuleFulfilledFunction);
Djs_tagged_value-inl.h636 inline bool JSTaggedValue::IsJSAsyncModuleFulfilledFunction() const in IsJSAsyncModuleFulfilledFunction() function
638 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAsyncModuleFulfilledFunction(); in IsJSAsyncModuleFulfilledFunction()
Djs_tagged_value.h552 bool IsJSAsyncModuleFulfilledFunction() const;
Djs_hclass.h805 inline bool IsJSAsyncModuleFulfilledFunction() const in IsJSAsyncModuleFulfilledFunction() function