Home
last modified time | relevance | path

Searched refs:DefaultAccessor (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dproperty_attributes.h171 static PropertyAttributes DefaultAccessor(bool w, bool e, bool c) in DefaultAccessor() function in panda::ecmascript::TrackType::PropertyAttributes
H A Dobject_factory.cpp882 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in CreateJSArrayInstanceClass()
1810 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); in CreateFunctionClass()
1821 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); in CreateFunctionClass()
1832 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in CreateFunctionClass()
1840 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, false); in CreateFunctionClass()
1868 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); in CreateBoundFunctionClass()
1879 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); in CreateBoundFunctionClass()
1927 attributes = PropertyAttributes::DefaultAccessor(false, false, false); in CreateDefaultClassConstructorHClass()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.cpp276 attributes = PropertyAttributes::DefaultAccessor(false, false, false); in CreateConstructorHClass()
627 attributes = PropertyAttributes::DefaultAccessor(false, false, false); in BuildDictionaryProperties()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dshared_builtins.cpp910 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in InitializeArrayPrototypeHClass()
H A Dbuiltins.cpp3172 PropertyAttributes attr = PropertyAttributes::DefaultAccessor(false, false, true); in SetAccessor()
3181 PropertyAttributes attr = PropertyAttributes::DefaultAccessor(false, false, true); in SetGetter()
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_private.cpp238 PropertyAttributes attr = PropertyAttributes::DefaultAccessor(false, false, false); in SetGetter()

Completed in 28 milliseconds