Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h411 CAST_CHECK(JSAsyncGeneratorFunction, IsAsyncGeneratorFunction);
Djs_tagged_value-inl.h1215 inline bool JSTaggedValue::IsAsyncGeneratorFunction() const in IsAsyncGeneratorFunction() function
1217 return IsHeapObject() && GetTaggedObject()->GetClass()->IsAsyncGeneratorFunction(); in IsAsyncGeneratorFunction()
Djs_tagged_value.h590 bool IsAsyncGeneratorFunction() const;
Djs_hclass.h1231 inline bool IsAsyncGeneratorFunction() const in IsAsyncGeneratorFunction() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h473 bool IsAsyncGeneratorFunction();
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3397 bool JSValueRef::IsAsyncGeneratorFunction() in IsAsyncGeneratorFunction() function in panda::JSValueRef
3401 return obj->IsAsyncGeneratorFunction(); in IsAsyncGeneratorFunction()