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.h26 class PropertyAttributes; variable
/arkcompiler/ets_runtime/ecmascript/
Dfilter_helper.h34 class PropertyAttributes; variable
Dproperty_attributes.h61 explicit PropertyAttributes(uint32_t v) : value_(v) {} in PropertyAttributes() function
62 explicit PropertyAttributes(int32_t v) : value_(static_cast<uint32_t>(v)) {} in PropertyAttributes() function
63 explicit PropertyAttributes(JSTaggedValue v) : value_(v.GetInt()) {} in PropertyAttributes() function
Djs_object.cpp36 PropertyAttributes::PropertyAttributes(const PropertyDescriptor &desc) in PropertyAttributes() function in panda::ecmascript::PropertyAttributes