Searched refs:isAccessorOnly (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/toolchain/tooling/agent/ |
H A D | runtime_impl.cpp | 183 bool isAccessorOnly = params.GetAccessPropertiesOnly(); in GetProperties() local 267 GetProtoOrProtoType(value, isOwn, isAccessorOnly, outPropertyDesc); in GetProperties() 271 GetProtoOrProtoType(value, isOwn, isAccessorOnly, outPropertyDesc); in GetProperties() 275 GetProtoOrProtoType(value, isOwn, isAccessorOnly, outPropertyDesc); in GetProperties() 279 GetProtoOrProtoType(value, isOwn, isAccessorOnly, outPropertyDesc); in GetProperties() 283 GetProtoOrProtoType(value, isOwn, isAccessorOnly, outPropertyDesc); in GetProperties() 287 GetProtoOrProtoType(value, isOwn, isAccessorOnly, outPropertyDesc); in GetProperties() 301 if (isAccessorOnly && !jsProperty.HasGetter() && !jsProperty.HasSetter()) { in GetProperties() 326 GetProtoOrProtoType(value, isOwn, isAccessorOnly, outPropertyDesc); in GetProperties() 411 void RuntimeImpl::GetProtoOrProtoType(Local<JSValueRef> value, bool isOwn, bool isAccessorOnly, in GetProtoOrProtoType() argument [all...] |
H A D | runtime_impl.h | 87 void GetProtoOrProtoType(Local<JSValueRef> value, bool isOwn, bool isAccessorOnly,
|
Completed in 3 milliseconds