Home
last modified time | relevance | path

Searched refs:writable_ (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dproperty_descriptor.h58 return writable_; in IsWritable()
107 writable_ = writable; in SetWritable()
123 jsonBuilder.AddProperty("writable", writable_); in ToJson()
138 bool writable_ {true};
/arkcompiler/ets_runtime/ecmascript/base/
H A Dbuiltins_base.h59 : name_(name), isAccessor_(isAccessor), writable_(writable), in BuiltinsPropertyConfig()
74 return writable_; in GetWritable()
90 bool writable_ {false};
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.h73 writable_(w), in PropertyDescriptor()
126 return writable_; in IsWritable()
131 writable_ = flag; in SetWritable()
242 bool writable_ {false};
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h644 writable_(w), in PropertyAttribute()
655 return writable_; in IsWritable()
659 writable_ = flag; in SetWritable()
742 bool writable_ = false; member in panda::PropertyAttribute
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.h929 return writable_.value_or(false); in GetWritable()
934 writable_ = writable; in SetWritable()
940 return writable_.has_value(); in HasWritable()
1060 std::optional<bool> writable_ {};
H A Dpt_types.cpp1357 debuggerProperty->writable_ = property.IsWritable(); in FromProperty()
1403 propertyDescriptor->writable_ = writable; in Create()
1496 if (writable_) { in ToJson()
1497 result->Add("writable", writable_.value()); in ToJson()

Completed in 14 milliseconds