Home
last modified time | relevance | path

Searched defs:PropertyDescriptor (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/toolchain/tooling/static/types/
Dobject_preview.h24 class PropertyDescriptor; variable
Dproperty_descriptor.h29PropertyDescriptor(std::string name, RemoteObject value) : name_(std::move(name)), value_(std::mov… in PropertyDescriptor() function
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dobject_preview.h24 class PropertyDescriptor; variable
Dproperty_descriptor.h29PropertyDescriptor(std::string name, RemoteObject value) : name_(std::move(name)), value_(std::mov… in PropertyDescriptor() function
/arkcompiler/toolchain/tooling/dynamic/client/manager/
Dvariable_manager.h29 using PropertyDescriptor = panda::ecmascript::tooling::PropertyDescriptor; variable
31 using PropertyDescriptor = panda::ecmascript::tooling::PropertyDescriptor; variable
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_class_creation_helper.h28 class PropertyDescriptor; variable
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts16 interface PropertyDescriptor { interface
/arkcompiler/ets_runtime/ecmascript/
Djs_object.h70 explicit PropertyDescriptor(const JSThread *thread) : thread_(thread) {} in PropertyDescriptor() function
72PropertyDescriptor(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
Dobject_operator.h28 class PropertyDescriptor; variable
Djs_tagged_value.h35 class PropertyDescriptor; variable
Dproperty_attributes.h24 class PropertyDescriptor; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Ddebug_types.py103 class PropertyDescriptor(Wrap[runtime.PropertyDescriptor]): class
105 def __init__(self, locator: Locator, data: runtime.PropertyDescriptor) -> None: