| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_generator_object.cpp | 56 JSHandle<JSTaggedValue> valueHandle(thread, JSTaggedValue::Undefined()); in GeneratorResume() local 108 JSHandle<JSTaggedValue> valueHandle(thread, abruptCompletion->GetValue()); in GeneratorResumeAbrupt() local
|
| D | js_map_iterator.cpp | 141 JSMutableHandle<JSTaggedValue> valueHandle(thread, JSTaggedValue::Undefined()); in MapIteratorToList() local
|
| D | js_object.cpp | 157 JSMutableHandle<JSTaggedValue> valueHandle(thread, JSTaggedValue::Undefined()); in TransitionToDictionary() local 207 JSMutableHandle<JSTaggedValue> valueHandle(thread, JSTaggedValue ::Undefined()); in ElementsToDictionary() local 974 JSHandle<JSTaggedValue> valueHandle(thread, cell->GetValue()); in GlobalGetOwnProperty() local 997 JSHandle<JSTaggedValue> valueHandle(thread, cell->GetValue()); in OrdinaryGetOwnProperty() local 2170 JSMutableHandle<JSTaggedValue> valueHandle(thread, JSTaggedValue::Undefined()); in CreateObjectFromProperties() local 2250 JSHandle<JSTaggedValue> valueHandle(thread, value); in GetHash() local
|
| D | object_fast_operator-inl.h | 488 JSHandle<JSTaggedValue> valueHandle, in AddPropertyByName()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | dropframe_manager.cpp | 128 JSHandle<JSTaggedValue> valueHandle; in DropLastFrame() local 159 …JSHandle<JSTaggedValue> valueHandle = globalHandleCollection.NewHandle<JSTaggedValue>(value.GetRaw… in EmplaceLexModifyRecord() local 185 … JSHandle<JSTaggedValue> valueHandle = std::get<2>(item); // 2:get the third item of the tuple in RemoveLexModifyRecordOfTopFrame() local 204 JSHandle<JSTaggedValue> valueHandle; in MergeLexModifyRecordOfTopFrame() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | tagged_dictionary_test.cpp | 143 JSHandle<JSTaggedValue> valueHandle(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 271 JSHandle<JSTaggedValue> valueHandle(JSTaggedValue::ToString(thread, keyHandle)); in HWTEST_F_L0() local 302 JSHandle<JSTaggedValue> valueHandle(JSTaggedValue::ToString(thread, keyHandle)); in HWTEST_F_L0() local 327 JSHandle<JSTaggedValue> valueHandle(JSTaggedValue::ToString(thread, keyHandle)); in HWTEST_F_L0() local
|
| D | js_async_function_test.cpp | 89 JSHandle<JSTaggedValue> valueHandle(thread, JSTaggedValue(33)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 320 JSHandle<JSTaggedValue> valueHandle(thread, value); in ToJSTaggedValueWithInt32() local 328 JSHandle<JSTaggedValue> valueHandle(thread, value); in ToJSTaggedValueWithUint32() local 425 JSHandle<JSTaggedValue> valueHandle(thread, value); in CreateIterResultObj() local 453 JSHandle<JSTaggedValue> valueHandle(thread, value); in SuspendGenerator() local 472 JSHandle<JSTaggedValue> valueHandle(thread, value); in AsyncFunctionAwaitUncaught() local 484 JSHandle<JSTaggedValue> valueHandle(thread, value); in AsyncFunctionResolveOrReject() local 546 JSHandle<JSTaggedValue> valueHandle(thread, value); in StOwnByName() local 558 JSHandle<JSTaggedValue> valueHandle(thread, value); in StOwnByNameWithNameSet() local 569 JSHandle<JSTaggedValue> valueHandle(thread, value); in StOwnByIndex() local 580 JSHandle<JSTaggedValue> valueHandle(thread, value); in StOwnByValue() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_symbol.cpp | 67 JSHandle<JSTaggedValue> valueHandle = GetThis(argv); in ToString() local 126 JSHandle<JSTaggedValue> valueHandle = GetThis(argv); in ValueOf() local
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | json_parser_test.cpp | 153 JSHandle<JSObject> valueHandle(thread, resultValue); in HWTEST_F_L0() local 180 JSHandle<JSObject> valueHandle(thread, resultValue); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_array_test.cpp | 250 JSHandle<JSObject> valueHandle(thread, value); in HWTEST_F_L0() local 298 JSHandle<JSObject> valueHandle(thread, value); in HWTEST_F_L0() local 361 JSHandle<JSObject> valueHandle(thread, value); in HWTEST_F_L0() local 432 JSHandle<JSObject> valueHandle(thread, value); in HWTEST_F_L0() local 478 JSHandle<JSObject> valueHandle(thread, value); in HWTEST_F_L0() local 566 JSHandle<JSObject> valueHandle(thread, value); in HWTEST_F_L0() local 606 JSHandle<JSObject> valueHandle(thread, value); in HWTEST_F_L0() local 654 JSHandle<JSObject> valueHandle(thread, value); in HWTEST_F_L0() local 709 JSHandle<JSObject> valueHandle(thread, value); in HWTEST_F_L0() local 758 JSHandle<JSObject> valueHandle(thread, value); in HWTEST_F_L0() local [all …]
|
| D | builtins_list_format_test.cpp | 374 JSHandle<JSObject> valueHandle(thread, valueList); in HWTEST_F_L0() local 454 JSHandle<JSObject> valueHandle(thread, valueList); in HWTEST_F_L0() local
|
| D | builtins_set_test.cpp | 312 JSHandle<JSTaggedValue> valueHandle(thread, value); in HWTEST_F_L0() local
|
| D | builtins_json_test.cpp | 204 JSHandle<JSObject> valueHandle(thread, value); in HWTEST_F_L0() local 226 JSHandle<JSObject> valueHandle(thread, value); in HWTEST_F_L0() local
|
| D | builtins_map_test.cpp | 301 JSHandle<JSTaggedValue> valueHandle(thread, value); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_hashmap_iterator.cpp | 55 JSMutableHandle<JSTaggedValue> valueHandle(thread, JSTaggedValue::Undefined()); in Next() local
|
| D | js_api_hashset_iterator.cpp | 55 JSMutableHandle<JSTaggedValue> valueHandle(thread, JSTaggedValue::Undefined()); in Next() local
|
| D | js_api_plain_array.cpp | 162 JSHandle<JSTaggedValue> valueHandle(thread, value); in Set() local 302 JSMutableHandle<JSTaggedValue> valueHandle(thread, JSTaggedValue::Undefined()); in ToString() local
|
| D | js_api_lightweightmap.cpp | 358 JSMutableHandle<JSTaggedValue> valueHandle(thread, JSTaggedValue::Undefined()); in ToString() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | panda_file_translator.cpp | 179 JSMutableHandle<JSTaggedValue> valueHandle(thread, JSTaggedValue::Undefined()); in ParseConstPool() local 249 JSMutableHandle<JSTaggedValue> valueHandle(thread, JSTaggedValue::Undefined()); in ParseFuncAndLiteralConstPool() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_runtime_stub_test.cpp | 310 JSHandle<JSTaggedValue> valueHandle(thread, JSTaggedValue(2)); // 2 : 2 property value in TestSetter() local 381 JSHandle<JSTaggedValue> valueHandle(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_manager.cpp | 220 JSHandle<JSTaggedValue> valueHandle(thread, value); in StoreModuleValueInternal() local 307 JSHandle<JSTaggedValue> valueHandle(thread, value); in StoreModuleValueInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_stringifier.cpp | 486 …JSHandle<JSTaggedValue> valueHandle = JSTaggedValue::GetProperty(thread_, value, handleKey_).GetVa… in SerializeJSONObject() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime_stub-inl.h | 535 auto valueHandle = JSHandle<JSTaggedValue>(thread, value); in StoreMiss() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 243 …JSHandle<JSTaggedValue> valueHandle = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the thir… in DEF_RUNTIME_STUBS() local 264 …JSHandle<JSTaggedValue> valueHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the firs… in DEF_RUNTIME_STUBS() local 300 JSHandle<JSTaggedValue> valueHandle(thread, value); in DEF_RUNTIME_STUBS() local 1057 …JSHandle<JSTaggedValue> valueHandle = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the thir… in DEF_RUNTIME_STUBS() local
|