Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Double.cpp51 double objValue = helpers::GetStdDoubleArgument(obj); in StdCoreDoubleToLocaleString() local
98 double objValue = helpers::GetStdDoubleArgument(obj); in StdCoreDoubleToExponential() local
131 double objValue = helpers::GetStdDoubleArgument(obj); in StdCoreDoubleToPrecision() local
164 double objValue = helpers::GetStdDoubleArgument(obj); in StdCoreDoubleToFixed() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_array_test.cpp82 JSTaggedValue objValue(newObj2); in HWTEST_F_L0() local
105 JSTaggedValue objValue(newObj2); in HWTEST_F_L0() local
154 JSTaggedValue objValue(newObj2); in HWTEST_F_L0() local
Djs_function_test.cpp93 JSHandle<JSTaggedValue> objValue(obj); in HWTEST_F_L0() local
Djs_serializer_test.cpp155 JSHandle<JSTaggedValue> objValue = deserializer.Deserialize(); in JSPlainObjectTest3() local
268 JSHandle<JSTaggedValue> objValue = deserializer.Deserialize(); in DescriptionTest() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_boolean.cpp46 JSTaggedValue objValue = boolValue ? JSTaggedValue::True() : JSTaggedValue::False(); in BooleanConstructor() local
Dbuiltins_finalization_registry.cpp57 JSHandle<JSTaggedValue> objValue(finalization); in FinalizationRegistryConstructor() local
Dbuiltins_date.cpp62 JSHandle<JSTaggedValue> objValue(thread, JSTaggedValue::ToPrimitive(thread, value)); in DateConstructor() local
Dbuiltins_ark_tools.cpp591 JSHandle<JSTaggedValue> objValue = GetCallArg(info, 0); in HasDictionaryElements() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp143 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSPlainObjectTest1() local
168 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSPlainObjectTest2() local
192 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSPlainObjectTest3() local
220 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSPlainObjectTest4() local
245 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSErrorTest1() local
260 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in JSErrorTest2() local
284 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in BigIntTest() local
308 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in NativeBindingObjectTest1() local
319 JSHandle<JSTaggedValue> objValue = deserializer.ReadValue(); in NativeBindingObjectTest2() 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/
Djs_object.cpp602 JSHandle<JSTaggedValue> objValue(obj); in GetAllElementKeysByFilter() local
1213 JSHandle<JSTaggedValue> objValue(obj); in OrdinaryDefineOwnProperty() local
1226 JSHandle<JSTaggedValue> objValue(obj); in OrdinaryDefineOwnProperty() local
1430 JSHandle<JSTaggedValue> objValue(obj); in HasProperty() local
1443 JSHandle<JSTaggedValue> objValue(obj); in HasProperty() local
Djs_serializer.cpp896 bool JSSerializer::WritePlainObject(const JSHandle<JSTaggedValue> &objValue) in WritePlainObject()
963 bool JSSerializer::WriteNativeBindingObject(const JSHandle<JSTaggedValue> &objValue) in WriteNativeBindingObject()
Dobject_factory.cpp2156 JSTaggedValue objValue = tableHandle->GetSymbol(name.GetTaggedValue()); in NewSymbolWithTable() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp1027 JSTaggedValue objValue(objFrom); in FillEdges() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp7108 JSHandle<JSTaggedValue> objValue(obj); in HWTEST_F_L0() local