| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Double.cpp | 51 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/ |
| D | tagged_array_test.cpp | 82 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
|
| D | js_function_test.cpp | 93 JSHandle<JSTaggedValue> objValue(obj); in HWTEST_F_L0() local
|
| D | js_serializer_test.cpp | 155 JSHandle<JSTaggedValue> objValue = deserializer.Deserialize(); in JSPlainObjectTest3() local 268 JSHandle<JSTaggedValue> objValue = deserializer.Deserialize(); in DescriptionTest() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_boolean.cpp | 46 JSTaggedValue objValue = boolValue ? JSTaggedValue::True() : JSTaggedValue::False(); in BooleanConstructor() local
|
| D | builtins_finalization_registry.cpp | 57 JSHandle<JSTaggedValue> objValue(finalization); in FinalizationRegistryConstructor() local
|
| D | builtins_date.cpp | 62 JSHandle<JSTaggedValue> objValue(thread, JSTaggedValue::ToPrimitive(thread, value)); in DateConstructor() local
|
| D | builtins_ark_tools.cpp | 591 JSHandle<JSTaggedValue> objValue = GetCallArg(info, 0); in HasDictionaryElements() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| D | serializer_test.cpp | 143 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/ |
| D | proto_change_details_test.cpp | 260 JSTaggedValue objValue(handleObj.GetTaggedValue()); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object.cpp | 602 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
|
| D | js_serializer.cpp | 896 bool JSSerializer::WritePlainObject(const JSHandle<JSTaggedValue> &objValue) in WritePlainObject() 963 bool JSSerializer::WriteNativeBindingObject(const JSHandle<JSTaggedValue> &objValue) in WriteNativeBindingObject()
|
| D | object_factory.cpp | 2156 JSTaggedValue objValue = tableHandle->GetSymbol(name.GetTaggedValue()); in NewSymbolWithTable() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot.cpp | 1027 JSTaggedValue objValue(objFrom); in FillEdges() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | ffi_workload.cpp | 7108 JSHandle<JSTaggedValue> objValue(obj); in HWTEST_F_L0() local
|