Searched defs:PropertyAttributes (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ | ||
| H A D | property_attributes.h | 84 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 D | js_object.cpp | 30 PropertyAttributes::PropertyAttributes(const PropertyDescriptor &desc) in PropertyAttributes() function in panda::ecmascript::PropertyAttributes [all...] |
Completed in 5 milliseconds