Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub.h27 class PropertyAttributes; variable
/arkcompiler/ets_runtime/ecmascript/
Dfilter_helper.h34 class PropertyAttributes; variable
Dproperty_attributes.h83 explicit PropertyAttributes(uint32_t v) : value_(v) {} in PropertyAttributes() function
84 explicit PropertyAttributes(int32_t v) : value_(static_cast<uint32_t>(v)) {} in PropertyAttributes() function
85 explicit PropertyAttributes(JSTaggedValue v) : value_(v.GetInt()) {} in PropertyAttributes() function
Djs_object.cpp44 PropertyAttributes::PropertyAttributes(const PropertyDescriptor &desc) in PropertyAttributes() function in panda::ecmascript::PropertyAttributes