Home
last modified time | relevance | path

Searched defs:PropertyAttributes (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dproperty_attributes.h84 class PropertyAttributes { class in panda::ecmascript::TrackType
92 explicit PropertyAttributes(uint64_t v) : value_(v) {} in PropertyAttributes() function in panda::ecmascript::TrackType::PropertyAttributes
93 explicit PropertyAttributes(JSTaggedValue v) : value_(JSTaggedValue::UnwrapToUint64(v)) {} in PropertyAttributes() function in panda::ecmascript::TrackType::PropertyAttributes
[all...]
H A Djs_object.cpp30 PropertyAttributes::PropertyAttributes(const PropertyDescriptor &desc) in PropertyAttributes() function in panda::ecmascript::PropertyAttributes
[all...]

Completed in 5 milliseconds