| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | shared_builtins.cpp | 423 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSObjectFunctionHClass() local 449 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSObjectPrototypeHClass() local 471 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSFunctionHClass() local 495 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSArrayBufferFunctionHClass() local 524 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSSetFunctionHClass() local 553 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSMapFunctionHClass() local 582 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateBitVectorFunctionHClass() local 611 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSFunctionPrototypeHClass() local 639 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSArrayBufferPrototypeHClass() local 668 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 | 509 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateFunctionPrototypeHClass() local 539 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 | 216 … PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); // non-enumerable in CreatePrototypeHClass() local 266 PropertyAttributes attributes; in CreateConstructorHClass() local 358 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSendableHClass() local 616 PropertyAttributes attributes; in BuildDictionaryProperties() local 903 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in BuildSendableDictionaryProperties() local 944 PropertyAttributes attributes) in AddFieldTypeToDict() 992 PropertyAttributes attributes = PropertyAttributes::Default(true, true, false); in AddFieldTypeToHClass() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | asm_metadata.rb | 55 def attributes method
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | asm_metadata.rb | 55 def attributes method
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 857 PropertyAttributes attributes = PropertyAttributes::Default(true, false, false); in CreateJSRegExpInstanceClass() local 881 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in CreateJSArrayInstanceClass() local 909 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreateJSArguments() local 919 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreateJSArguments() local 929 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateJSArguments() local 940 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateJSArguments() local 1219 PropertyAttributes attributes = elementsDicOfTrg->GetAttributes(entry); in MergeSendableClassElementsDic() local 1901 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); in CreateFunctionClass() local 1912 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); in CreateFunctionClass() local 1923 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in CreateFunctionClass() local [all …]
|
| D | global_dictionary-inl.h | 68 const PropertyAttributes &attributes) in SetEntry()
|
| D | js_array.cpp | 991 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in CreateJSArrayPrototypeClass() local 1000 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreateJSArrayPrototypeClass() local 1028 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); in CreateJSArrayFunctionClass() local
|
| D | js_hclass.cpp | 634 PropertyAttributes attributes = properties->GetAttributes(indexOrder[i]); in OptimizeAsFastProperties() local 1365 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateRootHClassFromPGO() local 1400 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateRootHClassWithCached() local 1442 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateChildHClassFromPGO() local
|
| D | js_hclass-inl.h | 48 const JSHandle<JSTaggedValue> &key, PropertyAttributes attributes) in AddTransitions()
|
| D | shared_object_factory.cpp | 60 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSFunctionClass() local
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| D | program_dump.cpp | 141 auto attributes = meta.GetAttributes(); in DumpMetaData() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_third_tests.cpp | 968 PropertyAttribute attributes[1100]; in HWTEST_F_L0() local 1013 PropertyAttribute attributes[] = { in HWTEST_F_L0() local 1035 PropertyAttribute attributes[] = { in HWTEST_F_L0() local 1173 PropertyAttribute attributes[] = { in HWTEST_F_L0() local 1197 PropertyAttribute attributes[] = { in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_parser.cpp | 387 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSJsonObject() local 470 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSJsonMap() local
|
| /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 | 94 PropertyAttributes attributes = PropertyAttributes::Default(); in TryGetHClassFromCached() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | jsnapi_expo.h | 819 std::vector<PropertyAttribute> attributes; member
|
| /arkcompiler/jsvm/interface/kits/ |
| D | jsvm_types.h | 550 JSVM_PropertyAttributes attributes; member
|
| /arkcompiler/jsvm/src/ |
| D | js_native_api_v8.cpp | 1136 v8::PropertyAttribute attributes = v8impl::V8PropertyAttributesFromDescriptor(p); in OH_JSVM_CreateEnv() local 1854 v8::PropertyAttribute attributes = v8impl::V8PropertyAttributesFromDescriptor(p); in OH_JSVM_DefineClass() local 4138 v8::PropertyAttribute attributes = v8impl::V8PropertyAttributesFromDescriptor(p); in OH_JSVM_DefineClassWithPropertyHandler() local 5573 v8::PropertyAttribute attributes = v8impl::V8PropertyAttributesFromDescriptor(p); in OH_JSVM_DefineClassWithOptions() local
|
| /arkcompiler/runtime_core/disassembler/ |
| D | disassembler.cpp | 1995 auto attributes = meta.GetAttributes(); in Serialize() local
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disassembler.cpp | 1691 auto attributes = meta.GetAttributes(); in Serialize() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| D | serializer_test.cpp | 2272 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSObject() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 802 PropertyAttributes attributes; in RuntimeStGlobalRecord() local
|