Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h433 inline bool JSTaggedValue::IsJSAsyncModuleFulfilledFunction() const in IsJSAsyncModuleFulfilledFunction() function
435 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAsyncModuleFulfilledFunction(); in IsJSAsyncModuleFulfilledFunction()
Djs_function.h526 CAST_CHECK(JSAsyncModuleFulfilledFunction, IsJSAsyncModuleFulfilledFunction);
Djs_tagged_value.h649 bool IsJSAsyncModuleFulfilledFunction() const;
Djs_hclass.h1001 inline bool IsJSAsyncModuleFulfilledFunction() const in IsJSAsyncModuleFulfilledFunction() function