Home
last modified time | relevance | path

Searched defs:PropertyAttributes (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub.h26 class PropertyAttributes; variable
/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h55 explicit PropertyAttributes(uint32_t v) : value_(v) {} in PropertyAttributes() function
56 explicit PropertyAttributes(int32_t v) : value_(static_cast<uint32_t>(v)) {} in PropertyAttributes() function
57 explicit PropertyAttributes(JSTaggedValue v) : value_(v.GetInt()) {} in PropertyAttributes() function
Djs_object.cpp34 PropertyAttributes::PropertyAttributes(const PropertyDescriptor &desc) in PropertyAttributes() function in panda::ecmascript::PropertyAttributes