Home
last modified time | relevance | path

Searched refs:isOwn (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp185 bool isOwn = params.GetOwnProperties(); in GetProperties() local
266 GetProtoOrProtoType(value, isOwn, isAccessorOnly, outPropertyDesc); in GetProperties()
270 GetProtoOrProtoType(value, isOwn, isAccessorOnly, outPropertyDesc); in GetProperties()
274 GetProtoOrProtoType(value, isOwn, isAccessorOnly, outPropertyDesc); in GetProperties()
278 GetProtoOrProtoType(value, isOwn, isAccessorOnly, outPropertyDesc); in GetProperties()
282 GetProtoOrProtoType(value, isOwn, isAccessorOnly, outPropertyDesc); in GetProperties()
322 GetProtoOrProtoType(value, isOwn, isAccessorOnly, outPropertyDesc); in GetProperties()
408 void RuntimeImpl::GetProtoOrProtoType(Local<JSValueRef> value, bool isOwn, bool isAccessorOnly, in GetProtoOrProtoType() argument
411 if (!isAccessorOnly && isOwn) { in GetProtoOrProtoType()
Druntime_impl.h83 void GetProtoOrProtoType(Local<JSValueRef> value, bool isOwn, bool isAccessorOnly,
/arkcompiler/toolchain/tooling/test/
Ddebugger_types_test.cpp825 "name":"name85","configurable":true,"enumerable":true,"isOwn":98}})"; in HWTEST_F_L0()
831 "name":"name85","configurable":true,"enumerable":true,"isOwn":[true]}})"; in HWTEST_F_L0()
837 "name":"name85","configurable":true,"enumerable":true,"isOwn":true}})"; in HWTEST_F_L0()
886 … R"("},"configurable":true,"enumerable":true,"wasThrown":true,"isOwn":true,"symbol":{"type":")" + in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
Dpt_types.h993 PropertyDescriptor &SetIsOwn(bool isOwn) in SetIsOwn() argument
995 isOwn_ = isOwn; in SetIsOwn()
Dpt_types.cpp1385 bool isOwn = false; in Create() local
1386 ret = params.GetBool("isOwn", &isOwn); in Create()
1388 propertyDescriptor->isOwn_ = isOwn; in Create()