Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Double.cpp78 double objValue = helpers::GetStdDoubleArgument(obj); in StdCoreDoubleToLocaleString() local
149 double objValue = helpers::GetStdDoubleArgument(obj); in StdCoreDoubleToExponential() local
182 double objValue = helpers::GetStdDoubleArgument(obj); in StdCoreDoubleToPrecision() local
215 double objValue = helpers::GetStdDoubleArgument(obj); in StdCoreDoubleToFixed() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_array_test.cpp58 JSTaggedValue objValue(newObj2); in HWTEST_F_L0() local
81 JSTaggedValue objValue(newObj2); in HWTEST_F_L0() local
130 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/serializer/tests/
Dserializer_test.cpp146 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSPlainObjectTest1() local
171 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSPlainObjectTest2() local
195 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSPlainObjectTest3() local
223 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSPlainObjectTest4() local
248 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in PrimitiveTest() local
263 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSErrorTest1() local
278 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSErrorTest2() local
303 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSErrorTest3() local
327 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in BigIntTest() local
351 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in NativeBindingObjectTest1() local
[all …]
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dproto_change_details_test.cpp260 JSTaggedValue objValue(handleObj.GetTaggedValue()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp681 JSHandle<JSTaggedValue> objValue(obj); in GetAllElementKeysByFilter() local
1380 JSHandle<JSTaggedValue> objValue(obj); in OrdinaryDefineOwnProperty() local
1388 JSHandle<JSTaggedValue> objValue(obj); in OrdinaryDefineOwnProperty() local
1609 JSHandle<JSTaggedValue> objValue(obj); in HasProperty() local
1622 JSHandle<JSTaggedValue> objValue(obj); in HasProperty() local
Ddump.cpp3920 JSTaggedValue objValue(obj); in DumpObject() local
Dobject_factory.cpp2600 JSTaggedValue objValue = tableHandle->GetSymbol(name.GetTaggedValue()); in NewSymbolWithTable() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp7088 JSHandle<JSTaggedValue> objValue(obj); in HWTEST_F_L0() local