| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | shared_builtins.cpp | 424 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSObjectFunctionHClass() local 450 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSObjectPrototypeHClass() local 472 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSFunctionHClass() local 496 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSArrayBufferFunctionHClass() local 525 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSSetFunctionHClass() local 554 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSMapFunctionHClass() local 583 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateBitVectorFunctionHClass() local 612 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSFunctionPrototypeHClass() local 640 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSArrayBufferPrototypeHClass() local 669 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSSetPrototypeHClass() local [all …]
|
| D | builtins_reflect.cpp | 117 JSHandle<JSTaggedValue> attributes = GetCallArg(argv, BuiltinsBase::ArgsPosition::THIRD); in ReflectDefineProperty() local
|
| D | builtins.cpp | 498 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateFunctionPrototypeHClass() local 528 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateFunctionHClass() local
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | meta.proto | 28 repeated Attributes attributes = 2; field
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 213 … PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); // non-enumerable in CreatePrototypeHClass() local 263 PropertyAttributes attributes; in CreateConstructorHClass() local 355 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSendableHClass() local 613 PropertyAttributes attributes; in BuildDictionaryProperties() local 860 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in BuildSendableDictionaryProperties() local 899 uint32_t length, JSMutableHandle<NameDictionary> &dict, PropertyAttributes attributes) in AddFieldTypeToDict() 930 PropertyAttributes attributes = PropertyAttributes::Default(true, true, false); in AddFieldTypeToHClass() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | asm_metadata.rb | 55 def attributes method
|
| /arkcompiler/runtime_core/assembler/ |
| D | asm_metadata.rb | 55 def attributes method
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 858 PropertyAttributes attributes = PropertyAttributes::Default(true, false, false); in CreateJSRegExpInstanceClass() local 882 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in CreateJSArrayInstanceClass() local 910 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreateJSArguments() local 920 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreateJSArguments() local 930 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateJSArguments() local 941 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateJSArguments() local 1811 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); in CreateFunctionClass() local 1822 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); in CreateFunctionClass() local 1833 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in CreateFunctionClass() local 1841 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, false); in CreateFunctionClass() local [all …]
|
| D | global_dictionary-inl.h | 68 const PropertyAttributes &attributes) in SetEntry()
|
| D | js_hclass-inl.h | 47 const JSHandle<JSTaggedValue> &key, PropertyAttributes attributes) in AddTransitions()
|
| D | js_hclass.cpp | 600 PropertyAttributes attributes = properties->GetAttributes(indexOrder[i]); in OptimizeAsFastProperties() local 1276 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateRootHClassFromPGO() local 1309 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateRootHClassWithCached() local 1351 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateChildHClassFromPGO() local
|
| D | shared_object_factory.cpp | 56 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSFunctionClass() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_third_tests.cpp | 956 PropertyAttribute attributes[1100]; in HWTEST_F_L0() local 1001 PropertyAttribute attributes[] = { in HWTEST_F_L0() local 1023 PropertyAttribute attributes[] = { in HWTEST_F_L0() local 1161 PropertyAttribute attributes[] = { in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_parser.cpp | 395 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSJsonObject() local 478 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSJsonMap() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | bb.h | 550 uint32 attributes = 0; variable
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_reflect_test.cpp | 155 JSHandle<JSObject> attributes = in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.cpp | 96 PropertyAttributes attributes = PropertyAttributes::Default(); in TryGetHClassFromCached() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | jsnapi_expo.h | 775 std::vector<PropertyAttribute> attributes; member
|
| /arkcompiler/runtime_core/disassembler/ |
| D | disassembler.cpp | 1730 auto attributes = meta.GetAttributes(); in Serialize() local
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disassembler.cpp | 1500 auto attributes = meta.GetAttributes(); in Serialize() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 775 PropertyAttributes attributes; in RuntimeStGlobalRecord() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| D | serializer_test.cpp | 2263 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSObject() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 2424 const PropertyAttribute *attributes) in NewWithProperties()
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 7320 attributes: null, property 19418 get attributes() { getter in anonymousFunctionb3e311c739900.anonymousFunctionb3e311c739a00.Gr 19595 get attributes() { getter in anonymousFunctionb3e311c739900.anonymousFunctionb3e311c739a00.Wr 42057 … attributes: [ new Vn(cr.ATTR_POSITION, bs.RGB32F), new Vn(cr.ATTR_TEX_COORD, bs.RG32F) ] property 42736 get attributes() { getter 42955 get attributes() { getter 77338 attributes: t.attributes, property 81685 attributes: t.attributes, property 83340 …attributes: [ new Vn(cr.ATTR_POSITION, bs.RGB32F), new Vn(cr.ATTR_TEX_COORD, bs.RG32F), new Vn(cr.… property
|