Home
last modified time | relevance | path

Searched defs:PropertyDescriptor (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dproperty_descriptor.h29 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 Ddebug_types.py103 class PropertyDescriptor(Wrap[runtime.PropertyDescriptor]): class
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.h67 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