Searched defs:attributes (Results 1 – 11 of 11) sorted by relevance
| /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 | 660 PropertyAttributes attributes = PropertyAttributes::Default(true, false, false); in CreateJSRegExpInstanceClass() local 684 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in CreateJSArrayInstanceClass() local 713 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreateJSArguments() local 723 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreateJSArguments() local 733 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateJSArguments() local 744 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateJSArguments() local 1428 PropertyAttributes attributes = PropertyAttributes::Default(false, false, true); in CreateFunctionClass() local 1439 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); in CreateFunctionClass() local 1450 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in CreateFunctionClass() local 1458 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, false); in CreateFunctionClass() local [all …]
|
| D | global_dictionary-inl.h | 66 const PropertyAttributes &attributes) in SetEntry()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 194 … PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); // non-enumerable in CreatePrototypeHClass() local 241 PropertyAttributes attributes; in CreateConstructorHClass() local 475 PropertyAttributes attributes; in BuildDictionaryProperties() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | asm_metadata.rb | 55 def attributes method
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type.cpp | 60 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateHClassByProps() local 124 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreatePrototypeHClassByProps() 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 | 184 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 | 631 PropertyAttributes attributes; in RuntimeStGlobalRecord() local
|