Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.h79 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()
Dcontainers_deque_stub_builder.h31 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()
Dcontainers_lightweightset_stub_builder.h31 GateRef GetSize(GateRef obj) in GetSize()
36 GateRef GetKey(GateRef obj, GateRef index) in GetKey()
41 GateRef GetValue(GateRef obj, GateRef index) in GetValue()
Dcontainers_plainarray_stub_builder.h30 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()
Dcontainers_lightweightmap_stub_builder.h31 GateRef GetSize(GateRef obj) in GetSize()
36 GateRef GetKey(GateRef obj, GateRef index) in GetKey()
43 GateRef GetValue(GateRef obj, GateRef index) in GetValue()
Dcontainers_vector_stub_builder.h30 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()
Dcontainers_queue_stub_builder.h31 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()
Dcontainers_arraylist_stub_builder.h30 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()
Dcontainers_stack_stub_builder.h30 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()
Dcontainers_hashset_stub_builder.h31 GateRef GetTableLength(GateRef obj) in GetTableLength()
38 GateRef GetNode(GateRef obj, GateRef index) in GetNode()
Dcontainers_hashmap_stub_builder.h31 GateRef GetTableLength(GateRef obj) in GetTableLength()
38 GateRef GetNode(GateRef obj, GateRef index) in GetNode()
Dcontainers_linkedlist_stub_builder.h31 GateRef GetTableLength(GateRef obj) in GetTableLength()
39 GateRef GetNode(GateRef obj, GateRef index) in GetNode()
Dcontainers_list_stub_builder.h31 GateRef GetTableLength(GateRef obj) in GetTableLength()
39 GateRef GetNode(GateRef obj, GateRef index) in GetNode()
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DES5SymbolProperty1.ts27 let obj = { variable
37 obj[Symbol.foo]; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers-inl.h26 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()
Dbarriers.h29 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/
Djs_tagged_value.cpp524 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 …]
Dsubtyping_operator-inl.h23 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()
Djs_arguments.h42 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()
Djs_object.cpp62 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/
Dvn.cpp24 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/
Dtyped_array_helper-inl.h36 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/
Dtest-constructor-type-as-type-annotation.ts23 const obj = new ctor(); constant
31 const obj = new ctor; constant
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_lazy_callback.cpp24 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()
Dbuiltins_object.cpp46 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 …]

12345678910>>...13