Searched defs:PropertyDescriptor (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/toolchain/tooling/static/types/ |
| D | object_preview.h | 24 class PropertyDescriptor; variable
|
| D | property_descriptor.h | 29 …PropertyDescriptor(std::string name, RemoteObject value) : name_(std::move(name)), value_(std::mov… in PropertyDescriptor() function
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| D | object_preview.h | 24 class PropertyDescriptor; variable
|
| D | property_descriptor.h | 29 …PropertyDescriptor(std::string name, RemoteObject value) : name_(std::move(name)), value_(std::mov… in PropertyDescriptor() function
|
| /arkcompiler/toolchain/tooling/dynamic/client/manager/ |
| D | variable_manager.h | 29 using PropertyDescriptor = panda::ecmascript::tooling::PropertyDescriptor; variable 31 using PropertyDescriptor = panda::ecmascript::tooling::PropertyDescriptor; variable
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_class_creation_helper.h | 28 class PropertyDescriptor; variable
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | lib_ark_builtins.d.ts | 16 interface PropertyDescriptor { interface
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object.h | 70 explicit PropertyDescriptor(const JSThread *thread) : thread_(thread) {} in PropertyDescriptor() function 72 …PropertyDescriptor(const JSThread *thread, JSHandle<JSTaggedValue> v) : thread_(thread), value_(v)… in PropertyDescriptor() function 74 PropertyDescriptor(const JSThread *thread, JSHandle<JSTaggedValue> v, bool w, bool e, bool c) in PropertyDescriptor() function 86 PropertyDescriptor(const JSThread *thread, bool w, bool e, bool c) in PropertyDescriptor() function
|
| D | object_operator.h | 28 class PropertyDescriptor; variable
|
| D | js_tagged_value.h | 35 class PropertyDescriptor; variable
|
| D | property_attributes.h | 24 class PropertyDescriptor; variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/ |
| D | debug_types.py | 103 class PropertyDescriptor(Wrap[runtime.PropertyDescriptor]): class 105 def __init__(self, locator: Locator, data: runtime.PropertyDescriptor) -> None:
|