Home
last modified time | relevance | path

Searched defs:objValue (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Double.cpp119 EtsDouble objValue = EtsBoxPrimitive<EtsDouble>::Unbox(EtsObject::FromCoreType(obj)); in StdCoreDoubleToExponential() local
152 EtsDouble objValue = EtsBoxPrimitive<EtsDouble>::Unbox(EtsObject::FromCoreType(obj)); in StdCoreDoubleToExponentialWithNoDigit() local
196 EtsDouble objValue = EtsBoxPrimitive<EtsDouble>::Unbox(EtsObject::FromCoreType(obj)); in StdCoreDoubleToPrecision() local
239 EtsDouble objValue = EtsBoxPrimitive<EtsDouble>::Unbox(EtsObject::FromCoreType(obj)); in StdCoreDoubleToFixed() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_array_test.cpp58 JSTaggedValue objValue(newObj2); in HWTEST_F_L0() local
84 JSTaggedValue objValue(newObj2); in HWTEST_F_L0() local
133 JSTaggedValue objValue(newObj2); in HWTEST_F_L0() local
Djs_function_test.cpp69 JSHandle<JSTaggedValue> objValue(obj); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_boolean.cpp42 JSTaggedValue objValue = boolValue ? JSTaggedValue::True() : JSTaggedValue::False(); in BooleanConstructor() local
Dbuiltins_finalization_registry.cpp55 JSHandle<JSTaggedValue> objValue(finalization); in FinalizationRegistryConstructor() local
Dbuiltins_date.cpp57 JSHandle<JSTaggedValue> objValue(thread, JSTaggedValue::ToPrimitive(thread, value)); in DateConstructor() local
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dproto_change_details_test.cpp260 JSTaggedValue objValue(handleObj.GetTaggedValue()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dinter_op_serializer_test.cpp164 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSPlainObjectTest1() local
189 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSPlainObjectTest2() local
213 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSPlainObjectTest3() local
241 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSPlainObjectTest4() local
266 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in PrimitiveTest() local
281 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSErrorTest1() local
296 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSErrorTest2() local
321 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSErrorTest3() local
345 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in BigIntTest() local
369 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in NativeBindingObjectTest1() local
[all …]
Dserializer_test.cpp149 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSPlainObjectTest1() local
174 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSPlainObjectTest2() local
198 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSPlainObjectTest3() local
226 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSPlainObjectTest4() local
251 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in PrimitiveTest() local
266 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSErrorTest1() local
281 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSErrorTest2() local
306 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSErrorTest3() local
330 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in BigIntTest() local
354 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in NativeBindingObjectTest1() local
[all …]
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp775 JSHandle<JSTaggedValue> objValue(obj); in GetAllElementKeysByFilter() local
1475 JSHandle<JSTaggedValue> objValue(obj); in OrdinaryDefineOwnProperty() local
1483 JSHandle<JSTaggedValue> objValue(obj); in OrdinaryDefineOwnProperty() local
1705 JSHandle<JSTaggedValue> objValue(obj); in HasProperty() local
1718 JSHandle<JSTaggedValue> objValue(obj); in HasProperty() local
Ddump.cpp4040 JSTaggedValue objValue(obj); in DumpObject() local
Dobject_factory.cpp2668 JSTaggedValue objValue = tableHandle->GetSymbol(thread_, name.GetTaggedValue()); in NewSymbolWithTable() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp7088 JSHandle<JSTaggedValue> objValue(obj); in HWTEST_F_L0() local