Home
last modified time | relevance | path

Searched refs:IsGeneratorObject (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_generator.cpp39 if (!msg->IsGeneratorObject()) { in GeneratorPrototypeNext()
60 if (!msg->IsGeneratorObject()) { in GeneratorPrototypeReturn()
85 if (!msg->IsGeneratorObject()) { in GeneratorPrototypeThrow()
/arkcompiler/ets_runtime/ecmascript/
Djs_generator_object.h58 CAST_CHECK(JSGeneratorObject, IsGeneratorObject);
Djs_generator_object.cpp31 if (!toObj->IsGeneratorObject()) { in GeneratorValidate()
Djs_object-inl.h146 inline bool JSObject::IsGeneratorObject() const in IsGeneratorObject() function
148 return GetJSHClass()->IsGeneratorObject(); in IsGeneratorObject()
Djs_tagged_value-inl.h1220 inline bool JSTaggedValue::IsGeneratorObject() const in IsGeneratorObject() function
1222 return IsHeapObject() && GetTaggedObject()->GetClass()->IsGeneratorObject(); in IsGeneratorObject()
Djs_tagged_value.h591 bool IsGeneratorObject() const;
Djs_object.h547 bool IsGeneratorObject() const;
Djs_hclass.h1236 inline bool IsGeneratorObject() const in IsGeneratorObject() function
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp226 } else if (value->IsGeneratorObject()) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h459 bool IsGeneratorObject();
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1068 if (genObj->IsGeneratorObject()) { in RuntimeSuspendGenerator()
2299 if (genObj->IsGeneratorObject()) { in RuntimeOptSuspendGenerator()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3302 bool JSValueRef::IsGeneratorObject() in IsGeneratorObject() function in panda::JSValueRef
3306 bool rst = obj->IsGeneratorObject(); in IsGeneratorObject()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp397 if (tagged->IsGeneratorObject()) { in DescriptionForObject()