• Home
  • Raw
  • Download

Lines Matching full:means

77 …  JSHandle<JSObject> receiver = GetHArg<JSObject>(argv, argc, 0);  // 0: means the zeroth parameter  in DEF_RUNTIME_STUBS()
78 JSTaggedValue argIndex = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
79 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
80 JSTaggedValue argAttr = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
89 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
105 JSTaggedType argAccessor = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
106 …JSHandle<JSObject> argReceiver = GetHArg<JSObject>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
115 … JSHandle<JSObject> receiver = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
116 JSTaggedType argSetter = GetTArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
137 JSTaggedValue argKey = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
138 JSTaggedValue len = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
147 JSTaggedType ecmaString = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
177 JSTaggedType array = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
180 // 2 : means construct 2 elements size taggedArray in DEF_RUNTIME_STUBS()
201 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
208 JSTaggedValue length = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
217 …JSHandle<TaggedArray> array = GetHArg<TaggedArray>(argv, argc, 0); // 0: means the zeroth paramet… in DEF_RUNTIME_STUBS()
218 JSTaggedValue length = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
219 JSTaggedValue capacity = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
228 JSTaggedType receiver = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
229 JSTaggedType array = GetTArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
230 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS()
231 …JSHandle<JSTaggedValue> valueHandle = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the thir… in DEF_RUNTIME_STUBS()
232 JSTaggedValue attr = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
233 JSTaggedValue needTransToDict = GetArg(argv, argc, 5); // 5: means the fifth parameter in DEF_RUNTIME_STUBS()
251 … JSHandle<JSObject> objHandle = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
252 …JSHandle<JSTaggedValue> valueHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the firs… in DEF_RUNTIME_STUBS()
253 …JSHandle<TaggedArray> arrayHandle = GetHArg<TaggedArray>(argv, argc, 2); // 2: means the second … in DEF_RUNTIME_STUBS()
274 JSTaggedType argReceiver = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
275 JSTaggedValue value = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
276 JSTaggedType argElement = GetTArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
277 JSTaggedValue taggedElementIndex = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
278 JSTaggedValue taggedCapacity = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
302 JSTaggedType argReceiver = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
311 JSTaggedValue size = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
312 JSTaggedValue type = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
313 JSTaggedValue inlinedProps = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
321 …JSHandle<JSHClass> oldHClassHandle = GetHArg<JSHClass>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
322 …JSHandle<JSHClass> newHClassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
323 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS()
324 JSTaggedValue attr = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
390 …JSHandle<JSHClass> oldHClassHandle = GetHArg<JSHClass>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
391 …JSHandle<JSHClass> newHClassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
401 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
408 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
415 JSHandle<JSProxy> proxy = GetHArg<JSProxy>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
423 JSTaggedValue baseValue = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
424 JSTaggedValue exponentValue = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
455 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
456 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
463 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
464 …JSHandle<JSTaggedValue> target = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
471 …JSHandle<JSTaggedValue> genFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS()
478 …JSHandle<JSTaggedValue> genFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS()
485 …JSHandle<JSTaggedValue> literal = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS()
492 …JSHandle<JSTaggedValue> iter = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
499 …JSHandle<JSTaggedValue> iter = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
506 …JSHandle<JSTaggedValue> iter = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
513 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
514 …JSHandle<JSTaggedValue> array = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
532 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
533 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
540 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
541 …JSHandle<JSTaggedValue> array = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
548 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
549 JSTaggedValue flag = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
556 …JSHandle<JSTaggedValue> asyncFuncObj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS()
557 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
564 …JSHandle<JSTaggedValue> asyncFuncObj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS()
565 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
566 JSTaggedValue is_resolve = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
573 …JSHandle<JSTaggedValue> asyncGenerator = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the ze… in DEF_RUNTIME_STUBS()
574 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
575 JSTaggedValue flag = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
599 …JSHandle<JSTaggedValue> dst = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
600 …JSHandle<JSTaggedValue> src = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
607 …JSHandle<JSTaggedValue> dst = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
608 JSTaggedValue index = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
609 …JSHandle<JSTaggedValue> src = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second param… in DEF_RUNTIME_STUBS()
616 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
617 …JSHandle<JSTaggedValue> method = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
624 …JSHandle<JSTaggedValue> proto = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
625 JSHandle<JSObject> obj = GetHArg<JSObject>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
632 …JSHandle<JSTaggedValue> profileTypeInfo = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the … in DEF_RUNTIME_STUBS()
633 …JSHandle<JSTaggedValue> receiver = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first p… in DEF_RUNTIME_STUBS()
634 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second param… in DEF_RUNTIME_STUBS()
635 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
649 …JSHandle<JSTaggedValue> profileTypeInfo = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the … in DEF_RUNTIME_STUBS()
650 …JSHandle<JSTaggedValue> receiver = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first p… in DEF_RUNTIME_STUBS()
651 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second param… in DEF_RUNTIME_STUBS()
652 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third para… in DEF_RUNTIME_STUBS()
653 JSTaggedValue slotId = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
668 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
669 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
670 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
678 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
679 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
688 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
689 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
690 JSTaggedValue thisFunc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
697 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
698 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
699 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
708 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
709 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
710 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
711 JSTaggedValue thisFunc = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
718 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
719 JSTaggedValue index = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
727 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
728 JSTaggedValue index = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
736 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
737 JSTaggedValue index = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
738 …JSHandle<JSTaggedValue> module = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second pa… in DEF_RUNTIME_STUBS()
746 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
747 JSTaggedValue index = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
748 …JSHandle<JSTaggedValue> module = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second pa… in DEF_RUNTIME_STUBS()
756 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
757 JSTaggedValue idx = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
758 JSTaggedValue callGetter = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
759 JSTaggedValue receiver = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
766 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
767 JSTaggedValue idx = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
768 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
775 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
776 …JSHandle<JSTaggedValue> idx = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
777 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
784 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
785 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
793 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
800 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
807 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
808 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
817 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
818 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
827 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
828 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
837 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
838 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
847 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
848 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
857 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
858 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
867 …JSHandle<JSTaggedValue> base = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
868 …JSHandle<JSTaggedValue> lexenv = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
869 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS()
870 JSTaggedValue methodId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
871 JSTaggedValue literalId = GetArg(argv, argc, 4); // 4: means the four parameter in DEF_RUNTIME_STUBS()
872 …JSHandle<JSTaggedValue> module = GetHArg<JSTaggedValue>(argv, argc, 5); // 5: means the fifth pa… in DEF_RUNTIME_STUBS()
881 …JSHandle<JSTaggedValue> base = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
882 …JSHandle<JSTaggedValue> lexenv = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
883 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS()
884 JSTaggedValue methodId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
885 JSTaggedValue literalId = GetArg(argv, argc, 4); // 4: means the four parameter in DEF_RUNTIME_STUBS()
886 JSHandle<JSHClass> ihclass = GetHArg<JSHClass>(argv, argc, 5); // 5: means the fifth parameter in DEF_RUNTIME_STUBS()
887 …JSHandle<JSTaggedValue> module = GetHArg<JSTaggedValue>(argv, argc, 6); // 6: means the sixth par… in DEF_RUNTIME_STUBS()
895 JSTaggedValue ctor = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
896 JSTaggedValue length = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
904 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS()
922 …JSHandle<JSTaggedValue> profileHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the ze… in DEF_RUNTIME_STUBS()
923 …JSHandle<JSTaggedValue> receiverHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the f… in DEF_RUNTIME_STUBS()
924 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS()
925 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
940 …JSHandle<JSTaggedValue> profileHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the ze… in DEF_RUNTIME_STUBS()
941 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS()
942 JSTaggedValue slotId = GetArg(argv, argc, 2); // 2: means the third parameter in DEF_RUNTIME_STUBS()
960 …JSHandle<JSTaggedValue> profileHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the ze… in DEF_RUNTIME_STUBS()
961 …JSHandle<JSTaggedValue> receiverHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the f… in DEF_RUNTIME_STUBS()
962 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS()
963 …JSHandle<JSTaggedValue> valueHandle = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the thir… in DEF_RUNTIME_STUBS()
964 JSTaggedValue slotId = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
979 JSTaggedType argFunc = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
980 JSTaggedValue argName = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
988 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
989 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
990 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
997 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
998 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
999 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1006 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1007 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
1008 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1015 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1016 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1023 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1024 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1054 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1069 JSTaggedValue localName = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1076 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1077 JSTaggedValue value = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1095 JSTaggedValue key = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1096 JSTaggedValue value = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1104 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1111 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1134 JSTaggedValue key = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1135 JSTaggedValue taggedFlag = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1143 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
1156 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1163 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1170 JSTaggedValue value = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1199 JSHandle<EcmaString> obj = GetHArg<EcmaString>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1214 … JSHandle<EcmaString> value = GetHArg<EcmaString>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1222 JSTaggedValue argMessageStringId = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1232 JSTaggedType profileTypeInfo = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1233 JSTaggedValue receiver = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1234 JSTaggedValue key = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1235 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1236 JSTaggedValue kind = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
1244 JSTaggedType profileTypeInfo = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1245 JSTaggedValue receiver = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1246 JSTaggedValue key = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1247 JSTaggedValue value = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1248 JSTaggedValue slotId = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
1249 JSTaggedValue kind = GetArg(argv, argc, 5); // 5: means the fifth parameter in DEF_RUNTIME_STUBS()
1257 JSTaggedValue prop = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1258 JSTaggedValue value = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1265 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1272 …JSHandle<JSTaggedValue> global = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
1273 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
1274 …JSHandle<JSTaggedValue> profileHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the se… in DEF_RUNTIME_STUBS()
1275 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1288 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1289 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1296 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
1303 JSTaggedValue value = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1311 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1312 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1319 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1320 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1327 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1328 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1335 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1336 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1343 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1344 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1351 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1352 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1359 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1360 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1368 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1369 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1376 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1377 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1384 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1385 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1392 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1393 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1400 JSTaggedValue constpool = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1401 JSTaggedValue profileTypeInfo = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1402 JSTaggedValue acc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1403 JSTaggedValue hotnessCounter = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1417 JSTaggedValue constpool = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1418 JSTaggedValue profileTypeInfo = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1419 JSTaggedValue acc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1420 JSTaggedValue hotnessCounter = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1434 JSTaggedValue constpool = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1435 JSTaggedValue profileTypeInfo = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1436 JSTaggedValue acc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1437 JSTaggedValue hotnessCounter = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1451 JSTaggedValue constpool = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1452 JSTaggedValue profileTypeInfo = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1453 JSTaggedValue acc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1454 JSTaggedValue hotnessCounter = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1517 // 0: means restIdx in DEF_RUNTIME_STUBS()
1525 JSTaggedValue restIdx = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1535 …JSHandle<JSTaggedValue> argArray = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth … in DEF_RUNTIME_STUBS()
1544 JSHandle<JSObject> argObj = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1553 …JSHandle<JSFunction> ctor(GetHArg<JSTaggedValue>(argv, argc, 0)); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1564 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1565 …JSHandle<JSTaggedValue> newTarget = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS()
1566 JSTaggedValue firstArgIdx = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1567 JSTaggedValue length = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1575 JSHandle<Method> method = GetHArg<Method>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1590 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1591 JSTaggedValue thisValue = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1598 JSHandle<JSObject> literal = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1599 …JSHandle<JSTaggedValue> env = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
1608 JSTaggedValue numKeys = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1609 …JSHandle<JSTaggedValue> objVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
1610 JSTaggedValue firstArgRegIdx = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1618 JSHandle<Method> method = GetHArg<Method>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1619 …JSHandle<JSTaggedValue> homeObject = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first… in DEF_RUNTIME_STUBS()
1626 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1627 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
1628 …JSHandle<JSTaggedValue> array = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1635 JSHandle<JSObject> obj = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1636 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
1637 …JSHandle<JSTaggedValue> getter = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second pa… in DEF_RUNTIME_STUBS()
1638 …JSHandle<JSTaggedValue> setter = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third par… in DEF_RUNTIME_STUBS()
1639 JSTaggedValue flag = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
1647 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1648 JSTaggedValue firstVRegIdx = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1649 JSTaggedValue length = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1735 …JSHandle<JSTaggedValue> numberBigInt = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS()
1742 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
1749 …JSHandle<JSTaggedValue> specifier = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
1750 …JSHandle<JSTaggedValue> currentFunc = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the zero… in DEF_RUNTIME_STUBS()
1757 JSTaggedValue numVars = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1758 JSTaggedValue scopeId = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1767 JSTaggedValue actualNumArgs = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1774 JSTaggedValue taggedNumVars = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1775 JSTaggedValue taggedScopeId = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1776 …JSHandle<JSTaggedValue> currentLexEnv = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the se… in DEF_RUNTIME_STUBS()
1777 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third param… in DEF_RUNTIME_STUBS()
1786 JSTaggedValue actualArgc = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1787 JSTaggedValue restIndex = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1800 JSTaggedValue obj = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1801 JSTaggedValue idx = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1802 JSTaggedValue jsType = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1809 JSTaggedValue obj = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1810 JSTaggedValue idx = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1811 JSTaggedValue value = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1812 JSTaggedValue jsType = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1847 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1848 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1858 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1859 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1871 JSTaggedValue idx = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1878 JSTaggedValue idx = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1879 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1886 JSTaggedValue result = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1887 JSTaggedValue hint = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()