Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub.h27 class PropertyAttributes; variable
/arkcompiler/ets_runtime/ecmascript/
Dfilter_helper.h33 class PropertyAttributes; variable
Dproperty_attributes.h92 explicit PropertyAttributes(uint64_t v) : value_(v) {} in PropertyAttributes() function
93 explicit PropertyAttributes(JSTaggedValue v) : value_(JSTaggedValue::UnwrapToUint64(v)) {} in PropertyAttributes() function
Djs_tagged_value.h834 friend class PropertyAttributes; variable
Djs_object.cpp33 PropertyAttributes::PropertyAttributes(const PropertyDescriptor &desc) in PropertyAttributes() function in panda::ecmascript::PropertyAttributes