Home
last modified time | relevance | path

Searched defs:attributes (Results 1 - 22 of 22) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Dasm_metadata.rb55 def attributes method in Metadata
[all...]
/arkcompiler/runtime_core/static_core/assembler/
H A Dasm_metadata.rb55 def attributes method in Metadata
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_reflect.cpp117 JSHandle<JSTaggedValue> attributes = GetCallArg(argv, BuiltinsBase::ArgsPosition::THIRD); in ReflectDefineProperty() local
H A Dshared_builtins.cpp420 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSObjectFunctionHClass() local
446 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSObjectPrototypeHClass() local
468 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); CreateSFunctionHClass() local
492 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); CreateSArrayBufferFunctionHClass() local
521 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); CreateSSetFunctionHClass() local
550 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); CreateSMapFunctionHClass() local
579 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); CreateSFunctionPrototypeHClass() local
607 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); CreateSArrayBufferPrototypeHClass() local
636 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); CreateSSetPrototypeHClass() local
667 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); CreateSMapPrototypeHClass() local
698 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); CreateSArrayPrototypeHClass() local
729 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); CreateSArrayFunctionHClass() local
910 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); InitializeArrayPrototypeHClass() local
1109 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); CreateSTypedArrayPrototypeHClass() local
1140 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); CreateSTypedArrayFunctionHClass() local
1168 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); CreateSSpecificTypedArrayFuncHClass() local
1192 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); CreateSSpecificTypedArrayInstanceHClass() local
[all...]
H A Dbuiltins.cpp499 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateFunctionPrototypeHClass() local
529 PropertyAttributes attributes in CreateFunctionHClass() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_reflect_test.cpp155 JSHandle<JSObject> attributes = in HWTEST_F_L0() local
[all...]
/arkcompiler/runtime_core/static_core/abc2program/
H A Dprogram_dump.cpp141 auto attributes = meta.GetAttributes(); in DumpMetaData() local
/arkcompiler/ets_runtime/ecmascript/
H A Dglobal_dictionary-inl.h67 SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedValue &value, const PropertyAttributes &attributes) SetEntry() argument
H A Djs_hclass-inl.h46 AddTransitions(const JSThread *thread, const JSHandle<JSHClass> &parent, const JSHandle<JSHClass> &child, const JSHandle<JSTaggedValue> &key, PropertyAttributes attributes) AddTransitions() argument
H A Dshared_object_factory.cpp57 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSFunctionClass() local
[all...]
H A Djs_hclass.cpp599 PropertyAttributes attributes = properties->GetAttributes(indexOrder[i]); in OptimizeAsFastProperties() local
1354 PropertyAttributes attributes = PropertyAttributes::Default(); CreateChildHClassFromPGO() local
[all...]
H A Dobject_factory.cpp858 PropertyAttributes attributes = PropertyAttributes::Default(true, false, false); in CreateJSRegExpInstanceClass() local
882 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in CreateJSArrayInstanceClass() local
910 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); CreateJSArguments() local
920 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); CreateJSArguments() local
930 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); CreateJSArguments() local
941 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); CreateJSArguments() local
1810 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); CreateFunctionClass() local
1821 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); CreateFunctionClass() local
1832 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); CreateFunctionClass() local
1840 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, false); CreateFunctionClass() local
1868 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); CreateBoundFunctionClass() local
1879 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); CreateBoundFunctionClass() local
1899 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); // non-enumerable CreateDefaultClassPrototypeHClass() local
1925 PropertyAttributes attributes; CreateDefaultClassConstructorHClass() local
3886 PropertyAttributes attributes = PropertyAttributes::Default(); CreateObjectClass() local
3918 PropertyAttributes attributes = PropertyAttributes::Default(); SetLayoutInObjHClass() local
4794 PropertyAttributes attributes = PropertyAttributes::Default(); CreateIteratorResultInstanceClass() local
4802 PropertyAttributes attributes = PropertyAttributes::Default(); CreateIteratorResultInstanceClass() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Dsnapshot_constantpool_data.cpp94 PropertyAttributes attributes = PropertyAttributes::Default(); in TryGetHClassFromCached() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_third_tests.cpp959 PropertyAttribute attributes[1100]; in HWTEST_F_L0() local
1004 PropertyAttribute attributes[] = { in HWTEST_F_L0() local
1026 PropertyAttribute attributes[] = { in HWTEST_F_L0() local
1164 PropertyAttribute attributes[] = { in HWTEST_F_L0() local
1188 PropertyAttribute attributes[] in HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_parser.cpp395 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSJsonObject() local
478 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSJsonMap() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.cpp212 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); // non-enumerable in CreatePrototypeHClass() local
262 PropertyAttributes attributes; in CreateConstructorHClass() local
354 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); CreateSendableHClass() local
612 PropertyAttributes attributes; BuildDictionaryProperties() local
891 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); BuildSendableDictionaryProperties() local
929 AddFieldTypeToDict(JSThread *thread, const JSHandle<TaggedArray> &fieldTypeArray, uint32_t length, JSMutableHandle<NameDictionary> &dict, PropertyAttributes attributes) AddFieldTypeToDict() argument
961 PropertyAttributes attributes = PropertyAttributes::Default(true, true, false); AddFieldTypeToHClass() local
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h776 std::vector<PropertyAttribute> attributes; member
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp2204 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSObject() local
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp2008 auto attributes = meta.GetAttributes(); in Serialize() local
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp1501 auto attributes = meta.GetAttributes(); in Serialize() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h800 PropertyAttributes attributes; in RuntimeStGlobalRecord() local
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2473 NewWithProperties(const EcmaVM *vm, size_t propertyCount, const Local<JSValueRef> *keys, const PropertyAttribute *attributes) NewWithProperties() argument

Completed in 57 milliseconds