Searched defs:PropertyDescriptor (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| H A D | property_descriptor.h | 29 class PropertyDescriptor { class 31 PropertyDescriptor(std::string name, RemoteObject value) : name_(std::move(name)), value_(std::move(value)) {} in PropertyDescriptor() function in ark::tooling::inspector::PropertyDescriptor
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/ |
| H A D | debug_types.py | 103 class PropertyDescriptor(Wrap[runtime.PropertyDescriptor]): class
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_object.h | 67 explicit PropertyDescriptor(const JSThread *thread) : thread_(thread) {} in PropertyDescriptor() function in panda::ecmascript::final 69 PropertyDescriptor(const JSThread *thread, JSHandle<JSTaggedValue> v) : thread_(thread), value_(v) {} in PropertyDescriptor() function in panda::ecmascript::final 71 PropertyDescriptor(const JSThread *thread, JSHandle<JSTaggedValue> v, bool w, bool e, bool c) in PropertyDescriptor() function in panda::ecmascript::final 83 PropertyDescriptor(const JSThread *thread, bool w, bool e, bool c) in PropertyDescriptor() function in panda::ecmascript::final [all...] |
Completed in 2 milliseconds