Home
last modified time | relevance | path

Searched refs:Object (Results 1 – 25 of 86) sorted by relevance

1234

/arkcompiler/ets_frontend/test262/
Des2022_tests.txt1 built-ins/Object/hasOwn/hasown_inherited_nonwritable_nonconfigurable_nonenumerable.js
2 built-ins/Object/hasOwn/hasown_inherited_getter_configurable_enumerable.js
3 built-ins/Object/hasOwn/hasown_inherited_getter_and_setter_nonconfigurable_enumerable.js
4 built-ins/Object/hasOwn/hasown_inherited_writable_nonconfigurable_nonenumerable.js
5 built-ins/Object/hasOwn/symbol_property_toPrimitive.js
6 built-ins/Object/hasOwn/hasown_inherited_exists.js
7 built-ins/Object/hasOwn/hasown_own_property_exists.js
8 built-ins/Object/hasOwn/hasown_inherited_getter_nonconfigurable_nonenumerable.js
9 built-ins/Object/hasOwn/hasown_inherited_writable_configurable_nonenumerable.js
10 built-ins/Object/hasOwn/hasown_inherited_writable_configurable_enumerable.js
[all …]
Des5_tests.txt1225 built-ins/Object/create/15.2.3.5-0-1.js
1226 built-ins/Object/create/15.2.3.5-0-2.js
1227 built-ins/Object/create/15.2.3.5-1.js
1228 built-ins/Object/create/15.2.3.5-1-1.js
1229 built-ins/Object/create/15.2.3.5-1-2.js
1230 built-ins/Object/create/15.2.3.5-1-3.js
1231 built-ins/Object/create/15.2.3.5-1-4.js
1232 built-ins/Object/create/15.2.3.5-2-1.js
1233 built-ins/Object/create/15.2.3.5-2-2.js
1234 built-ins/Object/create/15.2.3.5-3-1.js
[all …]
DCI_tests.txt217 built-ins/Object/S15.2.1.1_A1_T1.js
218 built-ins/Object/S15.2.1.1_A2_T1.js
219 built-ins/Object/S15.2.1.1_A2_T2.js
220 built-ins/Object/S15.2.1.1_A2_T3.js
221 built-ins/Object/S15.2.1.1_A2_T6.js
222 built-ins/Object/S15.2.1.1_A3_T2.js
223 built-ins/Object/S15.2.1.1_A3_T3.js
224 built-ins/Object/S15.2.2.1_A1_T1.js
225 built-ins/Object/S15.2.2.1_A1_T3.js
226 built-ins/Object/S15.2.2.1_A1_T5.js
[all …]
/arkcompiler/runtime_core/libpandabase/mem/
Dobject_pointer.h31 template <class Object>
36 ObjectPointer(Object *object) : object_(ToObjPtrType(object)) in ObjectPointer()
54 ObjectPointer &operator=(const Object *object)
63 ALWAYS_INLINE Object *operator->()
70 ALWAYS_INLINE operator Object *()
75 ALWAYS_INLINE Object &operator*()
91 ALWAYS_INLINE bool operator==(Object *other) const noexcept
96 ALWAYS_INLINE bool operator!=(Object *other) const noexcept
111 ALWAYS_INLINE Object &operator[](size_t index)
116 ALWAYS_INLINE const Object &operator[](size_t index) const
[all …]
/arkcompiler/runtime_core/pandastdlib/
Dpandastdlib.pa15 .record panda.Object <external>
24 .record Object {}
30 panda.Object cause
35 panda.Object cause
40 panda.Object cause
45 panda.Object cause
50 panda.Object cause
55 panda.Object cause
60 panda.Object cause
65 panda.Object cause
[all …]
/arkcompiler/ets_runtime/test/aottest/aot_compatibility_test/builtins_api/
Dexpect_output.txt15 Object.getOwnPropertyNames:
16 Object.getOwnPropertyDescriptor: undefined
17 Object.keys():
23 Object.getOwnPropertyNames: b
24 Object.getOwnPropertyDescriptor: [object Object]
25 Object.keys(): b
29 Reflect.getOwnPropertyDescriptor(): [object Object]
/arkcompiler/runtime_core/tests/checked/
Dmonitor.pa15 .record Object <external>
16 .record panda.Object <external>
17 .function void Object.monitorEnter(panda.Object a0) <external>
18 .function void Object.monitorExit(panda.Object a0) <external>
35 call Object.monitorEnter, a0
38 call Object.monitorExit, a0
Dref_check_elim_test.pa15 .record panda.Object <external>
40 #! CHECKER Removing RefTypeCheck for panda.Object INT mode
43 #! CHECKER Removing RefTypeCheck for panda.Object
52 .function panda.Object[] store_string__noinline__(panda.String a0) <static> {
54 newarr v1, v0, panda.Object[]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp36 BUILTINS_API_TRACE(thread, Object, Constructor); in ObjectConstructor()
68 BUILTINS_API_TRACE(thread, Object, Assign); in Assign()
139 BUILTINS_API_TRACE(thread, Object, DefineProperties); in ObjectDefineProperties()
216 BUILTINS_API_TRACE(thread, Object, Create); in Create()
245 BUILTINS_API_TRACE(thread, Object, DefineProperties); in DefineProperties()
256 BUILTINS_API_TRACE(thread, Object, DefineProperty); in DefineProperty()
293 BUILTINS_API_TRACE(thread, Object, Freeze); in Freeze()
324 BUILTINS_API_TRACE(thread, Object, GetOwnPropertyDescriptor); in GetOwnPropertyDescriptor()
357 BUILTINS_API_TRACE(thread, Object, GetOwnPropertyKeys); in GetOwnPropertyKeys()
414 BUILTINS_API_TRACE(thread, Object, GetOwnPropertyNames); in GetOwnPropertyNames()
[all …]
/arkcompiler/runtime_core/tests/cts-assembly/
Doom-01.pa16 .record panda.Object <external>
18 .record Object <external>
21 .function panda.Object Object.createNonMovable(panda.Class a0) <external>
58 call Object.createNonMovable, v3
68 call Object.createNonMovable, v4
92 .function panda.Object[] foo(A a0) {
Doom-02.pa16 .record panda.Object <external>
19 .record Object <external>
21 .function panda.Object Object.createNonMovable(panda.Class a0) <external>
58 call Object.createNonMovable, v3
68 call Object.createNonMovable, v4
/arkcompiler/runtime_core/tests/verifier-tests/
Dissue_1981.pa21 .record panda.Object <external>
23 .function void A.func(A a0, panda.Object a1, panda.Object a2, panda.Object a3) {
Dbug_2084.pa37 .record panda.Object <external>
60 panda.Object fObj
61 panda.Object[] fObjArray
Dbug_2088.pa39 .record panda.Object <external>
62 panda.Object fObj
63 panda.Object[] fObjArray
Dbug_2085.pa39 .record panda.Object <external>
62 panda.Object fObj
63 panda.Object[] fObjArray
/arkcompiler/ets_runtime/test/moduletest/ecmastringtable/
Dexpect_output.txt22 id: no-schema:/src/xxx-js/instantiated-1af0bf5b.js - load: [object Object]
23 id: no-schema:/src/xxx-js/instantiation.js - load: [object Object]
24 id: no-schema:/src/xxx-js/cc.js - load: [object Object]
25 id: no-schema:/src/instantiated-1af0bf5b.js - load: [object Object]
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dexpect_output.txt54 [object Object]
85 [object Object]
95 [object Object]
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h548 V(Object, Constructor) \
549 V(Object, Assign) \
550 V(Object, Create) \
551 V(Object, CreateDataPropertyOnObjectFunctions) \
552 V(Object, DefineProperties) \
553 V(Object, DefineProperty) \
554 V(Object, Freeze) \
555 V(Object, FromEntries) \
556 V(Object, GetOwnPropertyDescriptor) \
557 V(Object, GetOwnPropertyKeys) \
[all …]
Djs_for_in_iterator.h40 ACCESSORS(Object, OBJECT_OFFSET, VISITED_KEYS_OFFSET)
/arkcompiler/ets_runtime/test/aottest/cjs/
Dexpect_output.txt14 [object Object]
15 [object Object]
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DmemberExpression.h49 const Expression *Object() const in Object() function
54 Expression *Object() in Object() function
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dutil.cpp41 while (iter->Object()->IsMemberExpression()) { in ResolveLeftMostMemberExpression()
42 iter = iter->Object()->AsMemberExpression(); in ResolveLeftMostMemberExpression()
190 bool res = IsConstantMemberAccess(expr->AsMemberExpression()->Object()); in IsConstantMemberAccess()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp122 using Object = builtins::BuiltinsObject; typedef
209 reinterpret_cast<uintptr_t>(Object::ObjectConstructor),
210 reinterpret_cast<uintptr_t>(Object::FromEntries),
299 reinterpret_cast<uintptr_t>(Object::Assign),
300 reinterpret_cast<uintptr_t>(Object::Create),
301 reinterpret_cast<uintptr_t>(Object::DefineProperties),
302 reinterpret_cast<uintptr_t>(Object::DefineProperty),
303 reinterpret_cast<uintptr_t>(Object::Freeze),
304 reinterpret_cast<uintptr_t>(Object::GetOwnPropertyDescriptor),
305 reinterpret_cast<uintptr_t>(Object::GetOwnPropertyNames),
[all …]
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsAsExpression.cpp67 if (memberExpr->Object()->IsIdentifier()) { in IsValidConstAssertionArgument()
68 …binder::ScopeFindResult result = checker->Scope()->Find(memberExpr->Object()->AsIdentifier()->Name… in IsValidConstAssertionArgument()
/arkcompiler/ets_runtime/test/aottest/elements_kind/
Dpgo_expect_output.txt16 [object Object]

1234