Home
last modified time | relevance | path

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

12

/ark/ts2abc/test262/
Des5_tests.txt1012 built-ins/Object/create/15.2.3.5-0-1.js
1013 built-ins/Object/create/15.2.3.5-0-2.js
1014 built-ins/Object/create/15.2.3.5-1.js
1015 built-ins/Object/create/15.2.3.5-1-1.js
1016 built-ins/Object/create/15.2.3.5-1-2.js
1017 built-ins/Object/create/15.2.3.5-1-3.js
1018 built-ins/Object/create/15.2.3.5-1-4.js
1019 built-ins/Object/create/15.2.3.5-2-1.js
1020 built-ins/Object/create/15.2.3.5-2-2.js
1021 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 …]
/ark/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 …]
/ark/runtime_core/pandastdlib/
Dpandastdlib.pa15 .record panda.Object <external>
23 .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 …]
/ark/runtime_core/runtime/templates/
Druntime.rb81Object.send(:get_ret_type, signature.ret) != Object.send(:get_ret_effective_type, signature.ret) ||
82 …signature.args.any? { |arg| Object.send(:get_ret_type, arg) != Object.send(:get_ret_effective_type…
/ark/runtime_core/verification/debug/
DREADME.md37 Object::monitorEnter
38 Object::monitorExit
41 Object::monitorEnter
42 Object::monitorExit
/ark/js_runtime/ecmascript/builtins/
Dbuiltins_object.cpp33 BUILTINS_API_TRACE(argv->GetThread(), Object, Constructor); in ObjectConstructor()
64 BUILTINS_API_TRACE(argv->GetThread(), Object, Assign); in Assign()
133 BUILTINS_API_TRACE(thread, Object, DefineProperties); in ObjectDefineProperties()
209 BUILTINS_API_TRACE(argv->GetThread(), Object, Create); in Create()
238 BUILTINS_API_TRACE(argv->GetThread(), Object, DefineProperties); in DefineProperties()
249 BUILTINS_API_TRACE(argv->GetThread(), Object, DefineProperty); in DefineProperty()
286 BUILTINS_API_TRACE(argv->GetThread(), Object, Freeze); in Freeze()
317 BUILTINS_API_TRACE(argv->GetThread(), Object, GetOwnPropertyDesciptor); in GetOwnPropertyDesciptor()
351 BUILTINS_API_TRACE(thread, Object, GetOwnPropertyKeys); in GetOwnPropertyKeys()
407 BUILTINS_API_TRACE(argv->GetThread(), Object, GetOwnPropertyNames); in GetOwnPropertyNames()
[all …]
/ark/js_runtime/ecmascript/
Druntime_call_id.h382 V(Object, Constructor) \
383 V(Object, Assign) \
384 V(Object, Create) \
385 V(Object, DefineProperties) \
386 V(Object, DefineProperty) \
387 V(Object, Freeze) \
388 V(Object, GetOwnPropertyDesciptor) \
389 V(Object, GetOwnPropertyKeys) \
390 V(Object, GetOwnPropertyNames) \
391 V(Object, GetOwnPropertySymbols) \
[all …]
Djs_for_in_iterator.h42 ACCESSORS(Object, OBJECT_OFFSET, VISITED_KEYS_OFFSET)
Dbuiltins.cpp95 using Object = builtins::BuiltinsObject; typedef
220 …NewBuiltinConstructor(env, objFuncPrototype, Object::ObjectConstructor, "Object", FunctionLength::… in Initialize()
412 SetFunction(env, objFunc, "assign", Object::Assign, FunctionLength::TWO); in InitializeObject()
414 SetFunction(env, objFunc, "create", Object::Create, FunctionLength::TWO); in InitializeObject()
416 SetFunction(env, objFunc, "defineProperties", Object::DefineProperties, FunctionLength::TWO); in InitializeObject()
418 SetFunction(env, objFunc, "defineProperty", Object::DefineProperty, FunctionLength::THREE); in InitializeObject()
420 SetFunction(env, objFunc, "freeze", Object::Freeze, FunctionLength::ONE); in InitializeObject()
422 …SetFunction(env, objFunc, "getOwnPropertyDescriptor", Object::GetOwnPropertyDesciptor, FunctionLen… in InitializeObject()
424 …SetFunction(env, objFunc, "getOwnPropertyNames", Object::GetOwnPropertyNames, FunctionLength::ONE); in InitializeObject()
426 …SetFunction(env, objFunc, "getOwnPropertySymbols", Object::GetOwnPropertySymbols, FunctionLength::… in InitializeObject()
[all …]
/ark/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
Dbug_3197.pa14 .record panda.Object <external>
/ark/js_runtime/ecmascript/snapshot/mem/
Dsnapshot_serialize.cpp78 using Object = builtins::BuiltinsObject; typedef
141 reinterpret_cast<uintptr_t>(Object::ObjectConstructor),
232 reinterpret_cast<uintptr_t>(Object::Assign),
233 reinterpret_cast<uintptr_t>(Object::Create),
234 reinterpret_cast<uintptr_t>(Object::DefineProperties),
235 reinterpret_cast<uintptr_t>(Object::DefineProperty),
236 reinterpret_cast<uintptr_t>(Object::Freeze),
237 reinterpret_cast<uintptr_t>(Object::GetOwnPropertyDesciptor),
238 reinterpret_cast<uintptr_t>(Object::GetOwnPropertyNames),
239 reinterpret_cast<uintptr_t>(Object::GetOwnPropertySymbols),
[all …]
/ark/runtime_core/verification/models/contexts_merge/
Dcheck_set_intersection_as_lub.als88 -- Sig java_typing/Object scope <= 1
97 -- Sig java_typing/Type in [[java_typing/Top$0], [java_typing/Bot$0], [java_typing/Object$0], [j…
102 -- Sig java_typing/Object == [[java_typing/Object$0]]
Djava_typing.als23 one sig Object extends Type {}
29 ProperType in Object.*subtypes
/ark/js_runtime/test/moduletest/globalaccessor/
Dexpect_output.txt14 [object Object]
/ark/js_runtime/
DLICENSE31 "Object" form shall mean any form resulting from mechanical
37 Object form, made available under the License, as indicated by a
41 "Derivative Works" shall mean any work, whether in Source or Object
72 Work and such Derivative Works in Source or Object form.
92 modifications, and in Source or Object form, provided that You
/ark/runtime_core/docs/
Dmemory-management.md1 # Memory Management and Object Layout
12 * [Object header](#object-header)
59 * Object locked/unlocked
69 | Object Header (128 bits) | Sta…
87 | Object Header (64 bits) | Sta…
106 | Object Header (64 bits) | Sta…
126 | Object Header (32 bits) | Sta…
159 | Object Header (64 bits) |
171 | Object Header (64 bits) |
183 | Object Header (64 bits) |
[all …]
Dmemory-management-SW-requirements.md32 - Object space
/ark/js_runtime/ecmascript/tooling/test/
Ddebugger_types_test.cpp107 EXPECT_EQ(ObjectType::Object, remoteObject->GetType()); in HWTEST_F_L0()
126 EXPECT_EQ(ObjectType::Object, remoteObject->GetType()); in HWTEST_F_L0()
147 EXPECT_EQ(ObjectType::Object, remoteObject->GetType()); in HWTEST_F_L0()
156 EXPECT_EQ(ObjectType::Object, remoteObject->GetType()); in HWTEST_F_L0()
163 EXPECT_EQ(ObjectType::Object, remoteObject->GetType()); in HWTEST_F_L0()
170 EXPECT_EQ(ObjectType::Object, remoteObject->GetType()); in HWTEST_F_L0()
189 EXPECT_EQ(ObjectType::Object, remoteObject->GetType()); in HWTEST_F_L0()
210 EXPECT_EQ(ObjectType::Object, remoteObject->GetType()); in HWTEST_F_L0()
231 EXPECT_EQ(ObjectType::Object, remoteObject->GetType()); in HWTEST_F_L0()
252 EXPECT_EQ(std::string(ObjectType::Object.c_str()), tmpStr); in HWTEST_F_L0()
[all …]
/ark/ts2abc/
DLICENSE31 "Object" form shall mean any form resulting from mechanical
37 Object form, made available under the License, as indicated by a
41 "Derivative Works" shall mean any work, whether in Source or Object
72 Work and such Derivative Works in Source or Object form.
92 modifications, and in Source or Object form, provided that You
/ark/runtime_core/
DLICENSE31 "Object" form shall mean any form resulting from mechanical
37 Object form, made available under the License, as indicated by a
41 "Derivative Works" shall mean any work, whether in Source or Object
72 Work and such Derivative Works in Source or Object form.
92 modifications, and in Source or Object form, provided that You

12