/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | containers_stub_builder.h | 79 GateRef IsContainer(GateRef obj, ContainersType type) in IsContainer() 155 void ContainerSet(GateRef glue, GateRef obj, GateRef index, GateRef value, ContainersType type) in ContainerSet() 174 GateRef ContainerGetSize(GateRef obj, ContainersType type) in ContainerGetSize() 234 GateRef ContainerGetValue(GateRef obj, GateRef index, ContainersType type) in ContainerGetValue() 278 GateRef ContainerGetKey(GateRef obj, GateRef index, ContainersType type) in ContainerGetKey() 296 GateRef ContainerGetNode(GateRef obj, GateRef index, ContainersType type) in ContainerGetNode() 322 GateRef PlainArrayGetKey(GateRef obj, GateRef index) in PlainArrayGetKey() 328 GateRef QueueGetNextPosition(GateRef obj, GateRef index) in QueueGetNextPosition() 334 GateRef QueueGetCurrentFront(GateRef obj) in QueueGetCurrentFront()
|
D | containers_deque_stub_builder.h | 31 GateRef GetSize(GateRef obj) in GetSize() 41 GateRef Get(GateRef obj, GateRef index) in Get() 51 GateRef GetFirst(GateRef obj) in GetFirst() 56 GateRef GetLast(GateRef obj) in GetLast() 61 GateRef GetElementsLength(GateRef obj) in GetElementsLength()
|
D | containers_lightweightset_stub_builder.h | 31 GateRef GetSize(GateRef obj) in GetSize() 36 GateRef GetKey(GateRef obj, GateRef index) in GetKey() 41 GateRef GetValue(GateRef obj, GateRef index) in GetValue()
|
D | containers_plainarray_stub_builder.h | 30 GateRef GetSize(GateRef obj) in GetSize() 35 GateRef Get(GateRef obj, GateRef index) in Get() 42 GateRef GetKey(GateRef obj, GateRef index) in GetKey() 48 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set()
|
D | containers_lightweightmap_stub_builder.h | 31 GateRef GetSize(GateRef obj) in GetSize() 36 GateRef GetKey(GateRef obj, GateRef index) in GetKey() 43 GateRef GetValue(GateRef obj, GateRef index) in GetValue()
|
D | containers_vector_stub_builder.h | 30 GateRef GetSize(GateRef obj) in GetSize() 35 GateRef Get(GateRef obj, GateRef index) in Get() 41 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set()
|
D | containers_queue_stub_builder.h | 31 GateRef GetArrayLength(GateRef obj) in GetArrayLength() 62 GateRef Get(GateRef obj, GateRef index) in Get() 72 GateRef GetNextPosition(GateRef obj, GateRef index) in GetNextPosition() 80 GateRef GetCurrentFront(GateRef obj) in GetCurrentFront()
|
D | containers_arraylist_stub_builder.h | 30 GateRef GetSize(GateRef obj) in GetSize() 36 GateRef Get(GateRef obj, GateRef index) in Get() 43 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set()
|
D | containers_stack_stub_builder.h | 30 GateRef GetSize(GateRef obj) in GetSize() 36 GateRef Get(GateRef obj, GateRef index) in Get() 42 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set()
|
D | containers_hashset_stub_builder.h | 31 GateRef GetTableLength(GateRef obj) in GetTableLength() 38 GateRef GetNode(GateRef obj, GateRef index) in GetNode()
|
D | containers_hashmap_stub_builder.h | 31 GateRef GetTableLength(GateRef obj) in GetTableLength() 38 GateRef GetNode(GateRef obj, GateRef index) in GetNode()
|
D | containers_linkedlist_stub_builder.h | 31 GateRef GetTableLength(GateRef obj) in GetTableLength() 39 GateRef GetNode(GateRef obj, GateRef index) in GetNode()
|
D | containers_list_stub_builder.h | 31 GateRef GetTableLength(GateRef obj) in GetTableLength() 39 GateRef GetNode(GateRef obj, GateRef index) in GetNode()
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | ES5SymbolProperty1.ts | 27 let obj = { variable 37 obj[Symbol.foo]; variable
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | barriers-inl.h | 26 static ARK_INLINE void WriteBarrier(void *obj, size_t offset, JSTaggedType value) in WriteBarrier() 52 inline void Barriers::SetObject([[maybe_unused]] const JSThread *thread, void *obj, size_t offset, … in SetObject() 59 inline void Barriers::SynchronizedSetClass(void *obj, JSTaggedType value) in SynchronizedSetClass()
|
D | barriers.h | 29 static inline void SetPrimitive(void *obj, size_t offset, T value) in SetPrimitive() 37 static inline bool AtomicSetPrimitive(volatile void *obj, size_t offset, T oldValue, T value) in AtomicSetPrimitive() 50 static inline T GetValue(const void *obj, size_t offset) in GetValue()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_tagged_value.cpp | 524 OperationResult JSTaggedValue::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetProperty() 554 OperationResult JSTaggedValue::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, ui… in GetProperty() 581 OperationResult JSTaggedValue::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetProperty() 609 bool JSTaggedValue::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in SetProperty() 638 bool JSTaggedValue::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_t key, in SetProperty() 668 bool JSTaggedValue::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in SetProperty() 698 bool JSTaggedValue::DeleteProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in DeleteProperty() 721 bool JSTaggedValue::DeletePropertyOrThrow(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in DeletePropertyOrThrow() 742 bool JSTaggedValue::DefinePropertyOrThrow(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in DefinePropertyOrThrow() 759 bool JSTaggedValue::DefineOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in DefineOwnProperty() [all …]
|
D | subtyping_operator-inl.h | 23 int SubtypingOperator::GetElementByKey(const JSThread *thread, T *obj, JSTaggedValue key) in GetElementByKey() 37 bool SubtypingOperator::IsLegalElement(const JSThread *thread, T *obj, JSTaggedValue key, JSTaggedV… in IsLegalElement() 73 uint32_t SubtypingOperator::GetLength(T *obj) in GetLength() 83 JSTaggedValue SubtypingOperator::GetKey(T *obj, uint32_t index) in GetKey() 93 JSTaggedValue SubtypingOperator::GetType(const JSThread *thread, T *obj, uint32_t index, ConditionT… in GetType()
|
D | js_arguments.h | 42 static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSObject> &obj, in GetProperty() 50 …static inline bool SetProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JST… in SetProperty()
|
D | js_object.cpp | 62 const TaggedObject *obj = this; in GetCallTarget() local 74 …<TaggedArray> JSObject::GrowElementsCapacity(const JSThread *thread, const JSHandle<JSObject> &obj, in GrowElementsCapacity() 199 void JSObject::ElementsToDictionary(const JSThread *thread, JSHandle<JSObject> obj) in ElementsToDictionary() 284 void JSObject::DeletePropertyInternal(JSThread *thread, const JSHandle<JSObject> &obj, in DeletePropertyInternal() 316 void JSObject::GetAllKeys(const JSThread *thread, const JSHandle<JSObject> &obj, int offset, in GetAllKeys() 339 void JSObject::GetAllKeysByFilter(const JSThread *thread, const JSHandle<JSObject> &obj, in GetAllKeysByFilter() 364 void JSObject::GetAllKeys(const JSHandle<JSObject> &obj, std::vector<JSTaggedValue> &keyVector) in GetAllKeys() 380 …TaggedArray> JSObject::GetAllEnumKeys(const JSThread *thread, const JSHandle<JSObject> &obj, int o… in GetAllEnumKeys() 418 void JSObject::GetAllEnumKeys(const JSThread *thread, const JSHandle<JSObject> &obj, int offset, in GetAllEnumKeys() 442 void JSObject::GetAllElementKeys(JSThread *thread, const JSHandle<JSObject> &obj, int offset, in GetAllElementKeys() [all …]
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
D | vn.cpp | 24 static void AddSpecialTraits(Inst *inst, VnObject *obj) in AddSpecialTraits() 61 void VnObject::Add(uint32_t obj) in Add() 67 void VnObject::Add(uint64_t obj) in Add() 76 bool VnObject::Compare(VnObject *obj) in Compare() 132 auto obj = GetGraph()->GetLocalAllocator()->New<VnObject>(); in FindEqualVnOrCreateNew() local
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | typed_array_helper-inl.h | 36 DataViewType TypedArrayHelper::GetType(const JSHandle<JSTypedArray> &obj) in GetType() 70 uint32_t TypedArrayHelper::GetElementSize(const JSHandle<JSTypedArray> &obj) in GetElementSize() 95 …TaggedValue> TypedArrayHelper::GetConstructor(JSThread *thread, const JSHandle<JSTaggedValue> &obj) in GetConstructor()
|
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/ |
D | test-constructor-type-as-type-annotation.ts | 23 const obj = new ctor(); constant 31 const obj = new ctor; constant
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_lazy_callback.cpp | 24 JSTaggedValue BuiltinsLazyCallback::Date(JSThread *thread, const JSHandle<JSObject> &obj) in Date() 38 JSTaggedValue BuiltinsLazyCallback::Set(JSThread *thread, const JSHandle<JSObject> &obj) in Set() 52 JSTaggedValue BuiltinsLazyCallback::Map(JSThread *thread, const JSHandle<JSObject> &obj) in Map() 66 JSTaggedValue BuiltinsLazyCallback::WeakMap(JSThread *thread, const JSHandle<JSObject> &obj) in WeakMap() 80 JSTaggedValue BuiltinsLazyCallback::WeakSet(JSThread *thread, const JSHandle<JSObject> &obj) in WeakSet() 94 JSTaggedValue BuiltinsLazyCallback::WeakRef(JSThread *thread, const JSHandle<JSObject> &obj) in WeakRef() 108 …edValue BuiltinsLazyCallback::FinalizationRegistry(JSThread *thread, const JSHandle<JSObject> &obj) in FinalizationRegistry() 122 JSTaggedValue BuiltinsLazyCallback::TypedArray(JSThread *thread, const JSHandle<JSObject> &obj) in TypedArray() 170 JSTaggedValue BuiltinsLazyCallback::DataView(JSThread *thread, const JSHandle<JSObject> &obj) in DataView() 184 …aggedValue BuiltinsLazyCallback::SharedArrayBuffer(JSThread *thread, const JSHandle<JSObject> &obj) in SharedArrayBuffer()
|
D | builtins_object.cpp | 46 JSHandle<JSObject> obj = in ObjectConstructor() local 55 …JSHandle<JSObject> obj = ecmaVm->GetFactory()->OrdinaryNewJSObjectCreate(env->GetObjectFunctionPro… in ObjectConstructor() local 136 …dValue BuiltinsObject::ObjectDefineProperties(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in ObjectDefineProperties() 219 JSHandle<JSTaggedValue> obj = GetCallArg(argv, 0); in Create() local 260 JSHandle<JSTaggedValue> obj = GetCallArg(argv, 0); in DefineProperty() local 296 JSHandle<JSTaggedValue> obj = GetCallArg(argv, 0); in Freeze() local 360 JSHandle<JSObject> obj = JSTaggedValue::ToObject(thread, object); in GetOwnPropertyKeys() local 416 JSHandle<JSTaggedValue> obj = GetCallArg(argv, 0); in GetOwnPropertyNames() local 430 JSHandle<JSTaggedValue> obj = GetCallArg(argv, 0); in GetOwnPropertySymbols() local 448 JSHandle<JSObject> obj = JSTaggedValue::ToObject(thread, func); in GetPrototypeOf() local [all …]
|