Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/client/manager/
Dvariable_manager.h29 using PropertyDescriptor = panda::ecmascript::tooling::PropertyDescriptor; variable
31 using PropertyDescriptor = panda::ecmascript::tooling::PropertyDescriptor; variable
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts16 interface PropertyDescriptor { interface
/arkcompiler/ets_runtime/ecmascript/
Djs_object.h67 explicit PropertyDescriptor(const JSThread *thread) : thread_(thread) {} in PropertyDescriptor() function
69PropertyDescriptor(const JSThread *thread, JSHandle<JSTaggedValue> v) : thread_(thread), value_(v)… in PropertyDescriptor() function
71 PropertyDescriptor(const JSThread *thread, JSHandle<JSTaggedValue> v, bool w, bool e, bool c) in PropertyDescriptor() function
83 PropertyDescriptor(const JSThread *thread, bool w, bool e, bool c) in PropertyDescriptor() function
Dobject_operator.h28 class PropertyDescriptor; variable
Djs_tagged_value.h33 class PropertyDescriptor; variable
Dproperty_attributes.h24 class PropertyDescriptor; variable
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dremote_object.h35 class PropertyDescriptor; variable