Searched refs:DefaultAccessor (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | property_attributes.h | 171 static PropertyAttributes DefaultAccessor(bool w, bool e, bool c) in DefaultAccessor() function in panda::ecmascript::TrackType::PropertyAttributes
|
H A D | object_factory.cpp | 882 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 D | class_info_extractor.cpp | 276 attributes = PropertyAttributes::DefaultAccessor(false, false, false); in CreateConstructorHClass() 627 attributes = PropertyAttributes::DefaultAccessor(false, false, false); in BuildDictionaryProperties()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | shared_builtins.cpp | 910 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in InitializeArrayPrototypeHClass()
|
H A D | builtins.cpp | 3172 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 D | containers_private.cpp | 238 PropertyAttributes attr = PropertyAttributes::DefaultAccessor(false, false, false); in SetGetter()
|
Completed in 28 milliseconds