Searched refs:isOwn (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/toolchain/tooling/agent/ |
D | runtime_impl.cpp | 185 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()
|
D | runtime_impl.h | 83 void GetProtoOrProtoType(Local<JSValueRef> value, bool isOwn, bool isAccessorOnly,
|
/arkcompiler/toolchain/tooling/test/ |
D | debugger_types_test.cpp | 825 "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/ |
D | pt_types.h | 993 PropertyDescriptor &SetIsOwn(bool isOwn) in SetIsOwn() argument 995 isOwn_ = isOwn; in SetIsOwn()
|
D | pt_types.cpp | 1385 bool isOwn = false; in Create() local 1386 ret = params.GetBool("isOwn", &isOwn); in Create() 1388 propertyDescriptor->isOwn_ = isOwn; in Create()
|