/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | ts_hclass_generator.cpp | 132 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateIHClass() local 202 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreatePHClass() local 245 PropertyAttributes attributes; in CreateCHClass() local 285 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateCHClass() 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 | 190 … PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); // non-enumerable in CreatePrototypeHClass() local 240 PropertyAttributes attributes; in CreateConstructorHClass() local 335 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSendableHClass() local 571 PropertyAttributes attributes; in BuildDictionaryProperties() local 823 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in BuildSendableDictionaryProperties() local 854 PropertyAttributes attributes = PropertyAttributes::Default(true, true, false); in AddFieldTypeToHClass() local 883 JSMutableHandle<NameDictionary> &dict, PropertyAttributes attributes) in AddFieldTypeToDict()
|
/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 | js_hclass-inl.h | 34 const JSHandle<JSTaggedValue> &key, PropertyAttributes attributes) in AddTransitions() 94 …line JSHClass *JSHClass::FindTransitions(const JSTaggedValue &key, const JSTaggedValue &attributes) in FindTransitions()
|
D | object_factory.cpp | 742 PropertyAttributes attributes = PropertyAttributes::Default(true, false, false); in CreateJSRegExpInstanceClass() local 766 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in CreateJSArrayInstanceClass() local 794 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreateJSArguments() local 804 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreateJSArguments() local 814 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateJSArguments() local 825 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateJSArguments() local 1580 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); in CreateFunctionClass() local 1591 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); in CreateFunctionClass() local 1602 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in CreateFunctionClass() local 1610 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.cpp | 477 PropertyAttributes attributes = properties->GetAttributes(indexOrder[i]); in OptimizeAsFastProperties() local 1069 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateRootHClass() local 1106 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateChildHClass() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_reflect.cpp | 102 JSHandle<JSTaggedValue> attributes = GetCallArg(argv, BuiltinsBase::ArgsPosition::THIRD); in ReflectDefineProperty() local
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_third_tests.cpp | 922 PropertyAttribute attributes[1100]; in HWTEST_F_L0() local 967 PropertyAttribute attributes[] = { in HWTEST_F_L0() local 989 PropertyAttribute attributes[] = { in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
D | bb.h | 509 uint32 attributes = 0; variable
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_reflect_test.cpp | 179 JSHandle<JSObject> attributes = in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
D | bin_mpl_export.cpp | 747 auto &attributes = func->GetFuncAttrs(); in OutputFunction() local
|
D | bin_mpl_import.cpp | 1105 auto &attributes = func->GetFuncAttrs(); in ImportFunction() local
|
/arkcompiler/runtime_core/static_core/disassembler/ |
D | disassembler.cpp | 1470 auto attributes = meta.GetAttributes(); in Serialize() local
|
/arkcompiler/runtime_core/disassembler/ |
D | disassembler.cpp | 1689 auto attributes = meta.GetAttributes(); in Serialize() local
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 736 PropertyAttributes attributes; in RuntimeStGlobalRecord() local
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi_expo.cpp | 1552 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 anonymousFunction0278022839900.anonymousFunction0278022839a00.Gr 19595 get attributes() { getter in anonymousFunction0278022839900.anonymousFunction0278022839a00.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
|