/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | ts_hclass_generator.cpp | 188 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateIHClass() local 255 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreatePHClass() local 299 PropertyAttributes attributes; in CreateCHClass() local 341 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/ |
D | js_hclass-inl.h | 34 const JSHandle<JSTaggedValue> &key, PropertyAttributes attributes) in AddTransitions() 92 …line JSHClass *JSHClass::FindTransitions(const JSTaggedValue &key, const JSTaggedValue &attributes) in FindTransitions()
|
D | object_factory.cpp | 676 PropertyAttributes attributes = PropertyAttributes::Default(true, false, false); in CreateJSRegExpInstanceClass() local 700 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in CreateJSArrayInstanceClass() local 728 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreateJSArguments() local 738 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreateJSArguments() local 748 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateJSArguments() local 759 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateJSArguments() local 1457 PropertyAttributes attributes = PropertyAttributes::Default(false, false, true); in CreateFunctionClass() local 1468 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); in CreateFunctionClass() local 1479 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in CreateFunctionClass() local 1487 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, false); in CreateFunctionClass() local [all …]
|
D | global_dictionary-inl.h | 68 const PropertyAttributes &attributes) in SetEntry()
|
/arkcompiler/runtime_core/assembler/ |
D | asm_metadata.rb | 55 def attributes method
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | class_info_extractor.cpp | 194 … PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); // non-enumerable in CreatePrototypeHClass() local 250 PropertyAttributes attributes; in CreateConstructorHClass() local 527 PropertyAttributes attributes; in BuildDictionaryProperties() 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/builtins/tests/ |
D | builtins_reflect_test.cpp | 179 JSHandle<JSObject> attributes = in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/disassembler/ |
D | disassembler.cpp | 1441 auto attributes = meta.GetAttributes(); in Serialize() local
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 702 PropertyAttributes attributes; in RuntimeStGlobalRecord() local
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 7320 attributes: null, property 19418 get attributes() { getter in anonymousFunctiona10e982739900.anonymousFunctiona10e982739a00.Gr 19595 get attributes() { getter in anonymousFunctiona10e982739900.anonymousFunctiona10e982739a00.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
|