• 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()
897 JSTaggedValue ctor = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
898 JSTaggedValue length = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
906 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS()
924 …JSHandle<JSTaggedValue> profileHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the ze… in DEF_RUNTIME_STUBS()
925 …JSHandle<JSTaggedValue> receiverHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the f… in DEF_RUNTIME_STUBS()
926 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS()
927 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
942 …JSHandle<JSTaggedValue> profileHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the ze… in DEF_RUNTIME_STUBS()
943 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS()
944 JSTaggedValue slotId = GetArg(argv, argc, 2); // 2: means the third parameter in DEF_RUNTIME_STUBS()
962 …JSHandle<JSTaggedValue> profileHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the ze… in DEF_RUNTIME_STUBS()
963 …JSHandle<JSTaggedValue> receiverHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the f… in DEF_RUNTIME_STUBS()
964 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS()
965 …JSHandle<JSTaggedValue> valueHandle = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the thir… in DEF_RUNTIME_STUBS()
966 JSTaggedValue slotId = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
981 JSTaggedType argFunc = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
982 JSTaggedValue argName = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
990 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
991 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
992 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
999 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1000 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
1001 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1008 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1009 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
1010 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1017 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1018 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1025 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1026 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1056 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1071 JSTaggedValue localName = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1078 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1079 JSTaggedValue value = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1097 JSTaggedValue key = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1098 JSTaggedValue value = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1106 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1113 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1136 JSTaggedValue key = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1137 JSTaggedValue taggedFlag = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1145 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
1158 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1165 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1172 JSTaggedValue value = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1201 JSHandle<EcmaString> obj = GetHArg<EcmaString>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1216 … JSHandle<EcmaString> value = GetHArg<EcmaString>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1224 JSTaggedValue argMessageStringId = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1234 JSTaggedType profileTypeInfo = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1235 JSTaggedValue receiver = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1236 JSTaggedValue key = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1237 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1238 JSTaggedValue kind = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
1246 JSTaggedType profileTypeInfo = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1247 JSTaggedValue receiver = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1248 JSTaggedValue key = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1249 JSTaggedValue value = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1250 JSTaggedValue slotId = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
1251 JSTaggedValue kind = GetArg(argv, argc, 5); // 5: means the fifth parameter in DEF_RUNTIME_STUBS()
1259 JSTaggedValue prop = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1260 JSTaggedValue value = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1267 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1274 …JSHandle<JSTaggedValue> global = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
1275 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
1276 …JSHandle<JSTaggedValue> profileHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the se… in DEF_RUNTIME_STUBS()
1277 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1290 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1291 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1298 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
1305 JSTaggedValue value = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1313 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1314 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1321 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1322 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1329 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1330 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1337 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1338 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1345 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1346 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1353 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1354 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1361 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1362 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1370 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1371 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1378 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1379 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1386 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1387 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1394 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1395 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1402 JSTaggedValue constpool = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1403 JSTaggedValue profileTypeInfo = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1404 JSTaggedValue acc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1405 JSTaggedValue hotnessCounter = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1419 JSTaggedValue constpool = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1420 JSTaggedValue profileTypeInfo = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1421 JSTaggedValue acc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1422 JSTaggedValue hotnessCounter = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1436 JSTaggedValue constpool = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1437 JSTaggedValue profileTypeInfo = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1438 JSTaggedValue acc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1439 JSTaggedValue hotnessCounter = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1453 JSTaggedValue constpool = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1454 JSTaggedValue profileTypeInfo = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1455 JSTaggedValue acc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1456 JSTaggedValue hotnessCounter = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1519 // 0: means restIdx in DEF_RUNTIME_STUBS()
1527 JSTaggedValue restIdx = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1537 …JSHandle<JSTaggedValue> argArray = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth … in DEF_RUNTIME_STUBS()
1546 JSHandle<JSObject> argObj = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1555 …JSHandle<JSFunction> ctor(GetHArg<JSTaggedValue>(argv, argc, 0)); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1566 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1567 …JSHandle<JSTaggedValue> newTarget = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS()
1568 JSTaggedValue firstArgIdx = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1569 JSTaggedValue length = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1577 JSHandle<Method> method = GetHArg<Method>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1592 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1593 JSTaggedValue thisValue = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1600 JSHandle<JSObject> literal = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1601 …JSHandle<JSTaggedValue> env = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
1610 JSTaggedValue numKeys = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1611 …JSHandle<JSTaggedValue> objVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
1612 JSTaggedValue firstArgRegIdx = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1620 JSHandle<Method> method = GetHArg<Method>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1621 …JSHandle<JSTaggedValue> homeObject = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first… in DEF_RUNTIME_STUBS()
1628 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1629 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
1630 …JSHandle<JSTaggedValue> array = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1637 JSHandle<JSObject> obj = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1638 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
1639 …JSHandle<JSTaggedValue> getter = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second pa… in DEF_RUNTIME_STUBS()
1640 …JSHandle<JSTaggedValue> setter = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third par… in DEF_RUNTIME_STUBS()
1641 JSTaggedValue flag = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
1649 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1650 JSTaggedValue firstVRegIdx = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1651 JSTaggedValue length = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1737 …JSHandle<JSTaggedValue> numberBigInt = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS()
1744 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
1751 …JSHandle<JSTaggedValue> specifier = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
1752 …JSHandle<JSTaggedValue> currentFunc = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the zero… in DEF_RUNTIME_STUBS()
1759 JSTaggedValue numVars = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1760 JSTaggedValue scopeId = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1769 JSTaggedValue actualNumArgs = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1776 JSTaggedValue taggedNumVars = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1777 JSTaggedValue taggedScopeId = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1778 …JSHandle<JSTaggedValue> currentLexEnv = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the se… in DEF_RUNTIME_STUBS()
1779 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third param… in DEF_RUNTIME_STUBS()
1788 JSTaggedValue actualArgc = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1789 JSTaggedValue restIndex = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1802 JSTaggedValue obj = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1803 JSTaggedValue idx = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1804 JSTaggedValue jsType = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1811 JSTaggedValue obj = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1812 JSTaggedValue idx = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1813 JSTaggedValue value = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1814 JSTaggedValue jsType = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1849 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1850 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1860 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1861 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1873 JSTaggedValue idx = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1880 JSTaggedValue idx = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1881 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1888 JSTaggedValue result = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1889 JSTaggedValue hint = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()