Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/protos/
Dmeta.proto28 repeated Attributes attributes = 2; field
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass-inl.h34 const JSHandle<JSTaggedValue> &key, PropertyAttributes attributes) in AddTransitions()
92 …line JSHClass *JSHClass::FindTransitions(const JSTaggedValue &key, const JSTaggedValue &attributes) in FindTransitions()
Dobject_factory.cpp660 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 …]
Dglobal_dictionary-inl.h66 const PropertyAttributes &attributes) in SetEntry()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp194 … 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/
Dasm_metadata.rb55 def attributes method
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type.cpp60 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateHClassByProps() local
124 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreatePrototypeHClassByProps() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_reflect.cpp102 JSHandle<JSTaggedValue> attributes = GetCallArg(argv, BuiltinsBase::ArgsPosition::THIRD); in ReflectDefineProperty() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_reflect_test.cpp184 JSHandle<JSObject> attributes = in HWTEST_F_L0() local
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp1441 auto attributes = meta.GetAttributes(); in Serialize() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h631 PropertyAttributes attributes; in RuntimeStGlobalRecord() local