Home
last modified time | relevance | path

Searched defs:IsAsyncGeneratorObject (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h167 inline bool JSObject::IsAsyncGeneratorObject() const in IsAsyncGeneratorObject() function
Djs_tagged_value-inl.h1150 inline bool JSTaggedValue::IsAsyncGeneratorObject() const in IsAsyncGeneratorObject() function
Djs_hclass.h1579 inline bool IsAsyncGeneratorObject() const in IsAsyncGeneratorObject() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp1443 HWTEST_F_L0(JSNApiTests, IsAsyncGeneratorObject) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp957 bool JSValueRef::IsAsyncGeneratorObject(const EcmaVM *vm) in IsAsyncGeneratorObject() function in panda::JSValueRef