/arkcompiler/ets_frontend/test262/ |
D | es2022_tests.txt | 1 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 …]
|
D | es5_tests.txt | 1225 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 …]
|
D | CI_tests.txt | 217 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/ |
D | object_pointer.h | 31 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/ |
D | pandastdlib.pa | 15 .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/ |
D | expect_output.txt | 15 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/ |
D | monitor.pa | 15 .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
|
D | ref_check_elim_test.pa | 15 .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/ |
D | builtins_object.cpp | 36 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/ |
D | oom-01.pa | 16 .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) {
|
D | oom-02.pa | 16 .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/ |
D | issue_1981.pa | 21 .record panda.Object <external> 23 .function void A.func(A a0, panda.Object a1, panda.Object a2, panda.Object a3) {
|
D | bug_2084.pa | 37 .record panda.Object <external> 60 panda.Object fObj 61 panda.Object[] fObjArray
|
D | bug_2088.pa | 39 .record panda.Object <external> 62 panda.Object fObj 63 panda.Object[] fObjArray
|
D | bug_2085.pa | 39 .record panda.Object <external> 62 panda.Object fObj 63 panda.Object[] fObjArray
|
/arkcompiler/ets_runtime/test/moduletest/ecmastringtable/ |
D | expect_output.txt | 22 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/ |
D | expect_output.txt | 54 [object Object] 85 [object Object] 95 [object Object]
|
/arkcompiler/ets_runtime/ecmascript/ |
D | runtime_call_id.h | 548 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 …]
|
D | js_for_in_iterator.h | 40 ACCESSORS(Object, OBJECT_OFFSET, VISITED_KEYS_OFFSET)
|
/arkcompiler/ets_runtime/test/aottest/cjs/ |
D | expect_output.txt | 14 [object Object] 15 [object Object]
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | memberExpression.h | 49 const Expression *Object() const in Object() function 54 Expression *Object() in Object() function
|
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
D | util.cpp | 41 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/ |
D | snapshot_processor.cpp | 122 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/ |
D | tsAsExpression.cpp | 67 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/ |
D | pgo_expect_output.txt | 16 [object Object]
|