Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisasync_fuzzer/
Djsvaluerefisasync_fuzzer.cpp44 [[maybe_unused]] auto it = object->IsAsyncGeneratorFunction(); in JSValueRefIsAsyncGeneratorFunctionTrueFuzzTest()
61 object->IsAsyncGeneratorFunction(); in JSValueRefIsAsyncGeneratorFunctionFalseFuzzTest()
/arkcompiler/ets_runtime/ecmascript/
Djs_function.h450 CAST_CHECK(JSAsyncGeneratorFunction, IsAsyncGeneratorFunction);
Djs_tagged_value-inl.h1260 inline bool JSTaggedValue::IsAsyncGeneratorFunction() const in IsAsyncGeneratorFunction() function
1262 return IsHeapObject() && GetTaggedObject()->GetClass()->IsAsyncGeneratorFunction(); in IsAsyncGeneratorFunction()
Djs_tagged_value.h538 bool IsAsyncGeneratorFunction() const;
Djs_hclass.h1346 inline bool IsAsyncGeneratorFunction() const in IsAsyncGeneratorFunction() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h467 bool IsAsyncGeneratorFunction();
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp714 bool JSValueRef::IsAsyncGeneratorFunction() in IsAsyncGeneratorFunction() function in panda::JSValueRef
716 return JSNApiHelper::ToJSTaggedValue(this).IsAsyncGeneratorFunction(); in IsAsyncGeneratorFunction()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp3914 ASSERT_TRUE(object->IsAsyncGeneratorFunction()); in HWTEST_F_L0()
3917 TEST_TIME(JSValueRef::IsAsyncGeneratorFunction); in HWTEST_F_L0()
3928 ASSERT_FALSE(object->IsAsyncGeneratorFunction()); in HWTEST_F_L0()
3931 TEST_TIME(JSValueRef::IsAsyncGeneratorFunction); in HWTEST_F_L0()