• Home
  • Raw
  • Download

Lines Matching full:means

85 …FunctionKind kind = static_cast<FunctionKind>(GetTArg(argv, argc, 0)); // 1: means the first param…  in DEF_RUNTIME_STUBS()
102 …JSHandle<JSTaggedValue> accessor = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first pa… in DEF_RUNTIME_STUBS()
103 …FunctionKind kind = static_cast<FunctionKind>(GetTArg(argv, argc, 2)); // 2: means the second para… in DEF_RUNTIME_STUBS()
113 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
115 …JSHandle<JSHClass> hclassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first paramet… in DEF_RUNTIME_STUBS()
147 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
152 if (argc > 1) { // 1: means the first parameter in DEF_RUNTIME_STUBS()
153 …JSHandle<JSHClass> hclassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first paramet… in DEF_RUNTIME_STUBS()
163 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
168 if (argc > 1) { // 1: means the first parameter in DEF_RUNTIME_STUBS()
169 …JSHandle<JSHClass> hclassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first paramet… in DEF_RUNTIME_STUBS()
199 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
209 if (argc > 1) { // 1: means the first parameter in DEF_RUNTIME_STUBS()
210 …JSHandle<JSHClass> hclassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first paramet… in DEF_RUNTIME_STUBS()
221 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first paramet… in DEF_RUNTIME_STUBS()
222 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second para… in DEF_RUNTIME_STUBS()
231 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
241 if (argc > 1) { // 1: means the first parameter in DEF_RUNTIME_STUBS()
242 …JSHandle<JSHClass> hclassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first paramet… in DEF_RUNTIME_STUBS()
252 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
254 JSTaggedValue indexValue = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
256 JSTaggedValue arrayLen = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
267 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
269 JSTaggedValue indexValue = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
271 JSTaggedValue arrayLen = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
321 JSTaggedType argAccessor = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
322 …JSHandle<JSObject> argReceiver = GetHArg<JSObject>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
331 … JSHandle<JSObject> receiver = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
332 JSTaggedType argSetter = GetTArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
333 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second para… in DEF_RUNTIME_STUBS()
345 JSHandle<JSObject> receiver = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
346 JSTaggedType argSetter = GetTArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
347 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second para… in DEF_RUNTIME_STUBS()
355 JSTaggedValue argKey = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
356 JSTaggedValue len = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
366 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
373 JSTaggedValue length = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
382 …JSHandle<TaggedArray> array = GetHArg<TaggedArray>(argv, argc, 0); // 0: means the zeroth paramet… in DEF_RUNTIME_STUBS()
383 JSTaggedValue length = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
384 JSTaggedValue capacity = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
393 …JSHandle<EcmaString> matched = GetHArg<EcmaString>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
394 …JSHandle<EcmaString> srcString = GetHArg<EcmaString>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
395 …int position = GetArg(argv, argc, 2).GetInt(); // 2: means the second para… in DEF_RUNTIME_STUBS()
399 …JSHandle<EcmaString> replacement = GetHArg<EcmaString>(argv, argc, 3); // 3: means the third param… in DEF_RUNTIME_STUBS()
408 JSTaggedType receiver = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
409 JSTaggedType array = GetTArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
410 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS()
411 …JSHandle<JSTaggedValue> valueHandle = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the thir… in DEF_RUNTIME_STUBS()
412 JSTaggedValue attr = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
413 JSTaggedValue needTransToDict = GetArg(argv, argc, 5); // 5: means the fifth parameter in DEF_RUNTIME_STUBS()
432 JSTaggedType receiver = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
433 JSTaggedType array = GetTArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
434 JSTaggedValue key = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
435 …JSHandle<JSTaggedValue> valueHandle = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the thir… in DEF_RUNTIME_STUBS()
436 JSTaggedValue attr = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
437 JSTaggedValue needTransToDict = GetArg(argv, argc, 5); // 5: means the fifth parameter in DEF_RUNTIME_STUBS()
456 … JSHandle<JSObject> objHandle = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
457 …JSHandle<JSTaggedValue> valueHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the firs… in DEF_RUNTIME_STUBS()
458 …JSHandle<TaggedArray> arrayHandle = GetHArg<TaggedArray>(argv, argc, 2); // 2: means the second … in DEF_RUNTIME_STUBS()
482 JSTaggedType argReceiver = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
491 …JSHandle<JSTaggedValue> thisHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zerot… in DEF_RUNTIME_STUBS()
492 …JSHandle<JSTaggedValue> thisObjVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the one p… in DEF_RUNTIME_STUBS()
493 JSTaggedType taggedValueK = GetTArg(argv, argc, 2); // 2: means the two parameter in DEF_RUNTIME_STUBS()
495 JSTaggedType taggedValueLen = GetTArg(argv, argc, 3); // 3: means the three parameter in DEF_RUNTIME_STUBS()
498 GetHArg<JSTaggedValue>(argv, argc, 4)); // 4: means the four parameter in DEF_RUNTIME_STUBS()
499 …JSHandle<JSTaggedValue> callbackFnHandle = GetHArg<JSTaggedValue>(argv, argc, 5); // 5: means the… in DEF_RUNTIME_STUBS()
509 … JSHandle<JSObject> elements = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
510 … JSTaggedValue length = GetArg(argv, argc, 1); // 1: means the zeroth parameter in DEF_RUNTIME_STUBS()
519 JSTaggedValue size = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
520 JSTaggedValue type = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
521 JSTaggedValue inlinedProps = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
529 …JSHandle<JSTaggedValue> thisArgHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the ze… in DEF_RUNTIME_STUBS()
530 …JSHandle<JSTaggedValue> thisObjVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the one p… in DEF_RUNTIME_STUBS()
531 JSTaggedType taggedValueK = GetTArg(argv, argc, 2); // 2: means the two parameter in DEF_RUNTIME_STUBS()
533 JSTaggedType taggedValueLen = GetTArg(argv, argc, 3); // 3: means the three parameter in DEF_RUNTIME_STUBS()
535 JSTaggedType toIndexValue = GetTArg(argv, argc, 4); // 4: means the three parameter in DEF_RUNTIME_STUBS()
538 GetHArg<JSObject>(argv, argc, 5)); // 5: means the four parameter in DEF_RUNTIME_STUBS()
539 …JSHandle<JSTaggedValue> callbackFnHandle = GetHArg<JSTaggedValue>(argv, argc, 6); // 6: means the… in DEF_RUNTIME_STUBS()
549 …JSHandle<JSTaggedValue> thisArgHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the ze… in DEF_RUNTIME_STUBS()
550 …JSHandle<JSTaggedValue> thisObjVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the one p… in DEF_RUNTIME_STUBS()
551 JSTaggedType taggedValueK = GetTArg(argv, argc, 2); // 2: means the two parameter in DEF_RUNTIME_STUBS()
553 JSTaggedType taggedValueLen = GetTArg(argv, argc, 3); // 3: means the three parameter in DEF_RUNTIME_STUBS()
556 …JSMutableHandle<JSObject>(thread, GetHArg<JSObject>(argv, argc, 4)); // 4: means the four paramet… in DEF_RUNTIME_STUBS()
557 …JSHandle<JSTaggedValue> callbackFnHandle = GetHArg<JSTaggedValue>(argv, argc, 5); // 5: means the… in DEF_RUNTIME_STUBS()
567 …JSHandle<JSHClass> oldHClassHandle = GetHArg<JSHClass>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
568 …JSHandle<JSHClass> newHClassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
569 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS()
570 JSTaggedValue attr = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
582 …JSHandle<JSHClass> newHClassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
583 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS()
584 JSTaggedValue attr = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
607 …JSHandle<JSTaggedValue> receiver = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the first p… in DEF_RUNTIME_STUBS()
608 …ElementsKind elementsKind = static_cast<ElementsKind>(GetTArg(argv, argc, 1)); // 1: means the fi… in DEF_RUNTIME_STUBS()
609 // 1: means the first parameter in DEF_RUNTIME_STUBS()
637 JSTaggedValue length = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
646 JSTaggedValue length = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
655 JSTaggedValue length = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
834 …JSHandle<JSHClass> oldHClassHandle = GetHArg<JSHClass>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
835 …JSHandle<JSHClass> newHClassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
846 … JSHandle<JSFunction> func = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
847 …uint64_t bytecodePc = static_cast<uint64_t>(GetTArg(argv, argc, 1)); // 1: means the first parame… in DEF_RUNTIME_STUBS()
854 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
861 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
868 JSHandle<JSProxy> proxy = GetHArg<JSProxy>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
875 JSHandle<JSObject> tagged = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
905 …JSHandle<JSTaggedValue> tagged = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
921 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
929 JSTaggedValue baseValue = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
930 JSTaggedValue exponentValue = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
960 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
961 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
968 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
969 …JSHandle<JSTaggedValue> target = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
976 …JSHandle<JSTaggedValue> target = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
977 …JSHandle<JSTaggedValue> targetId = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first p… in DEF_RUNTIME_STUBS()
988 …JSHandle<JSTaggedValue> target = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
1005 …JSHandle<JSTaggedValue> genFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS()
1012 …JSHandle<JSTaggedValue> genFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS()
1019 …JSHandle<JSTaggedValue> literal = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS()
1026 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1033 JSHandle<JSObject> obj = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1041 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1052 …JSHandle<JSTaggedValue> thisObj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS()
1059 …JSHandle<JSTaggedValue> thisObj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS()
1066 …JSHandle<JSTaggedValue> thisObj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS()
1073 …JSHandle<JSTaggedValue> iter = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1082 …JSHandle<JSTaggedValue> iter = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1089 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1090 …JSHandle<JSTaggedValue> array = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1099 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1100 …JSHandle<JSTaggedValue> newTarget = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first p… in DEF_RUNTIME_STUBS()
1101 …JSHandle<JSTaggedValue> taggedArray = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the secon… in DEF_RUNTIME_STUBS()
1135 …JSHandle<JSTaggedValue> jsArray = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS()
1142 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1143 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
1150 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1151 …JSHandle<JSTaggedValue> array = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1158 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
1159 JSTaggedValue flag = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1166 …JSHandle<JSTaggedValue> asyncFuncObj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS()
1167 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1174 …JSHandle<JSTaggedValue> asyncFuncObj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS()
1175 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1176 JSTaggedValue isResolve = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1183 …JSHandle<JSTaggedValue> asyncGenerator = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the ze… in DEF_RUNTIME_STUBS()
1184 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
1185 JSTaggedValue flag = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1209 …JSHandle<JSTaggedValue> dst = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1210 …JSHandle<JSTaggedValue> src = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
1217 …JSHandle<JSTaggedValue> dst = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1218 JSTaggedValue index = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1219 …JSHandle<JSTaggedValue> src = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second param… in DEF_RUNTIME_STUBS()
1226 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1227 …JSHandle<JSTaggedValue> method = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
1234 …JSHandle<JSTaggedValue> proto = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
1235 JSHandle<JSObject> obj = GetHArg<JSObject>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1242 …JSHandle<JSTaggedValue> profileTypeInfo = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the … in DEF_RUNTIME_STUBS()
1243 …JSHandle<JSTaggedValue> receiver = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first p… in DEF_RUNTIME_STUBS()
1244 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second param… in DEF_RUNTIME_STUBS()
1245 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1262 …JSHandle<JSTaggedValue> profileTypeInfo = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the … in DEF_RUNTIME_STUBS()
1263 …JSHandle<JSTaggedValue> receiver = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first p… in DEF_RUNTIME_STUBS()
1264 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second param… in DEF_RUNTIME_STUBS()
1265 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third para… in DEF_RUNTIME_STUBS()
1266 JSTaggedValue slotId = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
1281 …JSHandle<JSTaggedValue> profileTypeInfo = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the … in DEF_RUNTIME_STUBS()
1282 …JSHandle<JSTaggedValue> receiver = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first p… in DEF_RUNTIME_STUBS()
1283 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second param… in DEF_RUNTIME_STUBS()
1284 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third para… in DEF_RUNTIME_STUBS()
1285 JSTaggedValue slotId = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
1299 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1300 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
1301 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1309 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1310 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
1319 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1320 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
1321 JSTaggedValue thisFunc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1328 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1329 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
1330 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1339 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1340 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
1341 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1342 JSTaggedValue thisFunc = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1349 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
1350 JSTaggedValue index = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1358 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
1359 JSTaggedValue index = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1367 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
1368 JSTaggedValue index = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1369 …JSHandle<JSTaggedValue> module = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second pa… in DEF_RUNTIME_STUBS()
1378 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
1379 JSTaggedValue index = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1380 …JSHandle<JSTaggedValue> module = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second pa… in DEF_RUNTIME_STUBS()
1389 …JSHandle<JSTaggedValue> receiver = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth … in DEF_RUNTIME_STUBS()
1390 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
1391 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1398 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1399 JSTaggedValue idx = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1400 JSTaggedValue callGetter = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1401 JSTaggedValue receiver = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1408 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1409 JSTaggedValue idx = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1410 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1417 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1418 …JSHandle<JSTaggedValue> idx = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
1419 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1426 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1427 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1435 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
1442 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
1449 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1450 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1459 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1460 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1469 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1470 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1479 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1480 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1489 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1490 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1499 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1500 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1509 …JSHandle<JSTaggedValue> base = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1510 …JSHandle<JSTaggedValue> lexenv = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
1511 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS()
1512 JSTaggedValue methodId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1513 JSTaggedValue literalId = GetArg(argv, argc, 4); // 4: means the four parameter in DEF_RUNTIME_STUBS()
1514 …JSHandle<JSTaggedValue> module = GetHArg<JSTaggedValue>(argv, argc, 5); // 5: means the fifth par… in DEF_RUNTIME_STUBS()
1515 …JSHandle<JSTaggedValue> length = GetHArg<JSTaggedValue>(argv, argc, 6); // 6: means the sixth par… in DEF_RUNTIME_STUBS()
1540 …JSHandle<JSTaggedValue> base = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1541 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS()
1542 JSTaggedValue methodId = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1543 JSTaggedValue literalId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1544 JSTaggedValue length = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
1545 …JSHandle<JSTaggedValue> module = GetHArg<JSTaggedValue>(argv, argc, 5); // 5: means the fifth par… in DEF_RUNTIME_STUBS()
1555 …JSHandle<JSTaggedValue> env = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1556 …uint16_t level = static_cast<uint16_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the first par… in DEF_RUNTIME_STUBS()
1563 JSTaggedValue ctor = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1564 JSTaggedValue length = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1571 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS()
1586 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS()
1594 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS()
1602 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS()
1616 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS()
1617 JSTaggedValue offset = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1625 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS()
1634 JSHandle thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1649 …JSHandle<JSTaggedValue> profileHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the ze… in DEF_RUNTIME_STUBS()
1650 …JSHandle<JSTaggedValue> receiverHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the f… in DEF_RUNTIME_STUBS()
1651 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS()
1652 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1667 …JSHandle<JSTaggedValue> profileHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the ze… in DEF_RUNTIME_STUBS()
1668 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS()
1669 JSTaggedValue slotId = GetArg(argv, argc, 2); // 2: means the third parameter in DEF_RUNTIME_STUBS()
1687 …JSHandle<JSTaggedValue> profileHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the ze… in DEF_RUNTIME_STUBS()
1688 …JSHandle<JSTaggedValue> receiverHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the f… in DEF_RUNTIME_STUBS()
1689 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS()
1690 …JSHandle<JSTaggedValue> valueHandle = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the thir… in DEF_RUNTIME_STUBS()
1691 JSTaggedValue slotId = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
1706 …JSHandle<JSTaggedValue> profileHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the ze… in DEF_RUNTIME_STUBS()
1707 …JSHandle<JSTaggedValue> receiverHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the f… in DEF_RUNTIME_STUBS()
1708 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS()
1709 …JSHandle<JSTaggedValue> valueHandle = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the thir… in DEF_RUNTIME_STUBS()
1710 JSTaggedValue slotId = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
1725 JSTaggedType argFunc = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1726 JSTaggedValue argName = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1734 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1735 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
1736 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1743 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1744 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
1745 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1752 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1753 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
1754 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1761 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1762 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1769 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1770 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1777 …JSHandle<JSTaggedValue> asyncGenerator = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the ze… in DEF_RUNTIME_STUBS()
1778 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
1779 JSTaggedValue flag = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1833 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1848 JSTaggedValue localName = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1855 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1856 JSTaggedValue value = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1874 JSTaggedValue key = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1875 JSTaggedValue value = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1883 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1890 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1891 …JSHandle<JSTaggedValue> module = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
1898 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1905 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1906 …JSHandle<JSTaggedValue> module = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
1913 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1914 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1921 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1922 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1929 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1930 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1937 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1938 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1961 JSTaggedValue key = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1962 JSTaggedValue taggedFlag = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1970 JSTaggedValue curModule = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1972 …JSTaggedValue::ToInt32(thread, GetHArg<JSTaggedValue>(argv, argc, 1)); // 2: means the second par… in DEF_RUNTIME_STUBS()
1979 JSTaggedValue curModule = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1988 JSTaggedValue curModule = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1997 …JSHandle<SourceTextModule> module = GetHArg<SourceTextModule>(argv, argc, 0); // 0: means the zero… in DEF_RUNTIME_STUBS()
1999 …JSTaggedValue::ToInt32(thread, GetHArg<JSTaggedValue>(argv, argc, 1)); // 1: means the first param… in DEF_RUNTIME_STUBS()
2007 …JSHandle<SourceTextModule> module = GetHArg<SourceTextModule>(argv, argc, 0); // 0: means the zero… in DEF_RUNTIME_STUBS()
2009 GetHArg<SourceTextModule>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2010 JSTaggedValue bindingName = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2011 …JSHandle<JSTaggedValue> resolution = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third … in DEF_RUNTIME_STUBS()
2025 …JSHandle<SourceTextModule> module = GetHArg<SourceTextModule>(argv, argc, 0); // 0: means the zero… in DEF_RUNTIME_STUBS()
2026 bool isThrow = GetArg(argv, argc, 1).ToBoolean(); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2042 …JSHandle<SourceTextModule> module = GetHArg<SourceTextModule>(argv, argc, 0); // 0: means the zero… in DEF_RUNTIME_STUBS()
2044 GetHArg<ResolvedRecordIndexBinding>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2045 JSTaggedType argModuleManager = GetTArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2047 JSTaggedValue recordName = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
2063 …JSHandle<SourceTextModule> module = GetHArg<SourceTextModule>(argv, argc, 0); // 0: means the zero… in DEF_RUNTIME_STUBS()
2064 JSTaggedType argModuleManager = GetTArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2066 JSTaggedValue recordName = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2082 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
2089 …JSHandle<JSTaggedValue> str = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
2103 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
2110 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2111 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS()
2112 …uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the secon… in DEF_RUNTIME_STUBS()
2113 JSTaggedValue obj = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
2120 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2121 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS()
2122 …uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the secon… in DEF_RUNTIME_STUBS()
2123 JSTaggedValue obj = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
2124 JSTaggedValue value = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
2131 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2132 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS()
2133 …uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the secon… in DEF_RUNTIME_STUBS()
2134 JSTaggedValue obj = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
2141 JSTaggedValue value = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2170 JSHandle<EcmaString> obj = GetHArg<EcmaString>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2185 … JSHandle<EcmaString> value = GetHArg<EcmaString>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2193 JSTaggedValue argMessageStringId = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2203 JSTaggedValue shareFieldType = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2204 JSTaggedValue value = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2225 JSTaggedType profileTypeInfo = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2226 JSTaggedValue receiver = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2227 JSTaggedValue key = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2228 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
2229 JSTaggedValue kind = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
2237 JSTaggedType profileTypeInfo = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2238 JSTaggedValue receiver = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2239 JSTaggedValue key = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2240 JSTaggedValue value = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
2241 JSTaggedValue slotId = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
2242 JSTaggedValue kind = GetArg(argv, argc, 5); // 5: means the fifth parameter in DEF_RUNTIME_STUBS()
2250 JSTaggedValue prop = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2251 JSTaggedValue value = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2258 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2265 …JSHandle<JSTaggedValue> global = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
2266 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
2267 …JSHandle<JSTaggedValue> profileHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the se… in DEF_RUNTIME_STUBS()
2268 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
2281 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2282 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2289 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
2296 …JSHandle<JSFunction> constructor = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
2297 …JSHandle<JSTaggedValue> newTarget = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS()
2306 …JSHandle<JSHClass> objHclass = GetHArg<JSHClass>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
2313 JSHandle<JSObject> obj = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2314 JSTaggedValue length = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2322 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
2329 JSTaggedValue value = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2337 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2338 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2345 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2346 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2353 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2354 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2361 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2362 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2369 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2370 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2377 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2378 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2385 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2386 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2394 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2395 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2402 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2403 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2410 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2411 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2418 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2419 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2427 JSTaggedValue constpool = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2428 JSTaggedValue profileTypeInfo = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2429 JSTaggedValue acc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2430 JSTaggedValue hotnessCounter = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
2474 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2528 // 0: means restIdx in DEF_RUNTIME_STUBS()
2536 JSTaggedValue restIdx = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2546 …JSHandle<JSTaggedValue> argArray = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth … in DEF_RUNTIME_STUBS()
2555 JSHandle<JSObject> argObj = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2564 …JSHandle<JSFunction> ctor(GetHArg<JSTaggedValue>(argv, argc, 0)); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2565 …JSHandle<JSTaggedValue> newTarget(GetHArg<JSTaggedValue>(argv, argc, 1)); // 1: means the first p… in DEF_RUNTIME_STUBS()
2584 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2585 …JSHandle<JSTaggedValue> newTarget = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS()
2586 JSTaggedValue firstArgIdx = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2587 JSTaggedValue length = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
2595 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
2596 JSTaggedValue methodId = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2597 …JSHandle<JSTaggedValue> module = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second pa… in DEF_RUNTIME_STUBS()
2598 …uint16_t length = static_cast<uint16_t>(GetArg(argv, argc, 3).GetInt()); // 3: means the third par… in DEF_RUNTIME_STUBS()
2599 …JSHandle<JSTaggedValue> env = GetHArg<JSTaggedValue>(argv, argc, 4); // 4: means the fourth parame… in DEF_RUNTIME_STUBS()
2600 …JSHandle<JSTaggedValue> homeObject = GetHArg<JSTaggedValue>(argv, argc, 5); // 5: means the fifth … in DEF_RUNTIME_STUBS()
2616 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2617 JSTaggedValue thisValue = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2624 JSHandle<JSObject> literal = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2625 …JSHandle<JSTaggedValue> env = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
2634 JSTaggedValue numKeys = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2635 …JSHandle<JSTaggedValue> objVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
2636 JSTaggedValue firstArgRegIdx = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2644 JSHandle<Method> method = GetHArg<Method>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2645 …JSHandle<JSTaggedValue> homeObject = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first… in DEF_RUNTIME_STUBS()
2646 …uint16_t length = static_cast<uint16_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the second pa… in DEF_RUNTIME_STUBS()
2647 …JSHandle<JSTaggedValue> env = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third paramet… in DEF_RUNTIME_STUBS()
2648 …JSHandle<JSTaggedValue> module = GetHArg<JSTaggedValue>(argv, argc, 4); // 4: means the fourth par… in DEF_RUNTIME_STUBS()
2669 … JSHandle<JSFunction> func = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2677 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2678 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
2679 …JSHandle<JSTaggedValue> array = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
2686 JSHandle<JSObject> obj = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2687 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
2688 …JSHandle<JSTaggedValue> getter = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second pa… in DEF_RUNTIME_STUBS()
2689 …JSHandle<JSTaggedValue> setter = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third par… in DEF_RUNTIME_STUBS()
2690 JSTaggedValue flag = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
2691 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 5); // 5: means the sixth param… in DEF_RUNTIME_STUBS()
2692 int32_t pcOffset = GetArg(argv, argc, 6).GetInt(); // 6: means the seventh parameter in DEF_RUNTIME_STUBS()
2700 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2701 JSTaggedValue firstVRegIdx = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2702 JSTaggedValue length = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2713 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2714 …JSHandle<JSTaggedValue> newTarget = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS()
2715 …JSHandle<TaggedArray> taggedArray(thread, GetArg(argv, argc, 2)); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2716 JSTaggedValue length = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
2798 …JSHandle<JSTaggedValue> numberBigInt = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS()
2805 JSTaggedValue bits = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2806 JSTaggedValue bigint = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2813 JSTaggedValue bits = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2814 JSTaggedValue bigint = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2821 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
2828 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
2840 …JSHandle<JSTaggedValue> specifier = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
2841 …JSHandle<JSTaggedValue> currentFunc = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the zero… in DEF_RUNTIME_STUBS()
2848 JSTaggedValue numVars = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2849 JSTaggedValue scopeId = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2858 JSTaggedValue numVars = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2865 JSTaggedValue actualNumArgs = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2872 JSTaggedValue taggedNumVars = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2873 JSTaggedValue taggedScopeId = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2874 …JSHandle<JSTaggedValue> currentEnv = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the secon… in DEF_RUNTIME_STUBS()
2875 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third param… in DEF_RUNTIME_STUBS()
2884 JSTaggedValue actualArgc = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2885 JSTaggedValue restIndex = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2898 JSTaggedValue obj = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2899 JSTaggedValue idx = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2900 JSTaggedValue jsType = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2907 JSTaggedValue obj = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2908 JSTaggedValue idx = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2909 JSTaggedValue value = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2910 JSTaggedValue jsType = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
2917 …JSHandle<JSTaggedValue> typedArray = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zerot… in DEF_RUNTIME_STUBS()
2918 …JSHandle<TaggedArray> array = GetHArg<TaggedArray>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2925 …JSHandle<JSTaggedValue> target = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
2926 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
2969 …JSHandle<JSTaggedValue> receiver = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the z… in DEF_RUNTIME_STUBS()
2970 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the f… in DEF_RUNTIME_STUBS()
2971 …JSHandle<JSTaggedValue> typedPathValue = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the s… in DEF_RUNTIME_STUBS()
2997 …JSHandle<JSTaggedValue> receiver = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zerot… in DEF_RUNTIME_STUBS()
2998 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first… in DEF_RUNTIME_STUBS()
2999 …JSHandle<JSTaggedValue> storeValue = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the secon… in DEF_RUNTIME_STUBS()
3035 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3036 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
3060 …JSHandle<JSTaggedValue> receiver = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth … in DEF_RUNTIME_STUBS()
3061 …JSHandle<JSTaggedValue> searchElement = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the fi… in DEF_RUNTIME_STUBS()
3062 …uint32_t from = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the second par… in DEF_RUNTIME_STUBS()
3063 …uint32_t len = static_cast<uint32_t>(GetArg(argv, argc, 3).GetInt()); // 3: means the third param… in DEF_RUNTIME_STUBS()
3071 JSTaggedValue idx = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3078 JSTaggedValue idx = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3079 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
3086 JSTaggedValue result = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3087 JSTaggedValue hint = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
3102 … JSHandle<JSHClass> oldhclass = GetHArg<JSHClass>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3103 … JSHandle<JSHClass> newhclass = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
3104 JSTaggedValue key = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
3111 JSTaggedValue obj = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3112 JSTaggedValue propKey = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
3113 JSTaggedValue value = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
3120 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3121 …uint32_t count = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the first par… in DEF_RUNTIME_STUBS()
3122 JSTaggedValue constpool = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
3123 …uint32_t literalId = static_cast<uint32_t>(GetArg(argv, argc, 3).GetInt()); // 3: means the third… in DEF_RUNTIME_STUBS()
3124 JSTaggedValue module = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
3131 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3132 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS()
3133 …uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the secon… in DEF_RUNTIME_STUBS()
3134 JSTaggedValue obj = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
3135 JSTaggedValue value = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
3182 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
3193 JSHandle<EcmaString> str = GetHArg<EcmaString>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3204 JSHandle<EcmaString> str = GetHArg<EcmaString>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3211 …JSHandle<EcmaString> string = GetHArg<EcmaString>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3218 …JSHandle<JSTypedArray> targetArray = GetHArg<JSTypedArray>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
3710 JSTaggedValue callerFunc = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3711 JSTaggedValue inlineFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
3763 …JSHandle<JSTaggedValue> thisTag = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS()
3764 …JSHandle<JSTaggedValue> thatTag = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first pa… in DEF_RUNTIME_STUBS()
3765 …JSHandle<JSTaggedValue> locales = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second p… in DEF_RUNTIME_STUBS()
3766 …JSHandle<JSTaggedValue> options = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third pa… in DEF_RUNTIME_STUBS()
3814 …JSHandle<JSHClass> jshclass = GetHArg<JSHClass>(argv, argc, 0); // 0: means the zeroth … in DEF_RUNTIME_STUBS()
3815 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first p… in DEF_RUNTIME_STUBS()
3816 …JSHandle<JSTaggedValue> proto = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second … in DEF_RUNTIME_STUBS()
3886 JSTaggedValue key = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3893 JSTaggedValue value = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3900 JSTaggedValue value = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3907 …JSHandle<JSObject> toAssign = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth … in DEF_RUNTIME_STUBS()
3908 …JSHandle<JSTaggedValue> source = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first p… in DEF_RUNTIME_STUBS()
3915 …JSHandle<JSObject> object = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
3916 JSTaggedValue argKeys = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
3932 …JSHandle<TaggedArray> array = GetHArg<TaggedArray>(argv, argc, 0); // 0: means the zeroth paramet… in DEF_RUNTIME_STUBS()
3933 …JSHandle<TaggedArray> elementArray = GetHArg<TaggedArray>(argv, argc, 1); // 1: means the first p… in DEF_RUNTIME_STUBS()
3934 JSTaggedValue argKeys = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
3984 …JSHandle<JSTaggedValue> locales = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
3985 …JSHandle<EcmaString> thisHandle = GetHArg<EcmaString>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
3986 …JSHandle<EcmaString> thatHandle = GetHArg<EcmaString>(argv, argc, 2); // 2: means the second pa… in DEF_RUNTIME_STUBS()
3987 …JSHandle<JSTaggedValue> options = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third par… in DEF_RUNTIME_STUBS()
3997 …JSHandle<JSTaggedValue> msg = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS()
3998 …JSHandle<JSTaggedValue> arg2 = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
4037 …JSHandle<JSTaggedValue> locales = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
4038 …JSHandle<EcmaString> thisHandle = GetHArg<EcmaString>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
4039 …JSHandle<EcmaString> thatHandle = GetHArg<EcmaString>(argv, argc, 2); // 2: means the second pa… in DEF_RUNTIME_STUBS()
4468 …JSHandle<JSTaggedValue> receiver = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the first p… in DEF_RUNTIME_STUBS()
4469 …JSHandle<JSTaggedValue> profile = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the second … in DEF_RUNTIME_STUBS()
4470 JSTaggedValue slotId = GetArg(argv, argc, 2); // 2: means the third parameter in DEF_RUNTIME_STUBS()
4625 …JSHandle<JSTaggedValue> thisArgHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means th… in DEF_RUNTIME_STUBS()
4626 …JSMutableHandle<JSTaggedValue> key(thread, GetHArg<JSTaggedValue>(argv, argc, 1)); // 1: means th… in DEF_RUNTIME_STUBS()
4627 …JSHandle<JSTaggedValue> thisObjVal = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means th… in DEF_RUNTIME_STUBS()
4628 …JSHandle<JSTaggedValue> callbackFnHandle = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means th… in DEF_RUNTIME_STUBS()
4629 …JSHandle<JSTaggedValue> lengthHandle = GetHArg<JSTaggedValue>(argv, argc, 4); // 4: means th… in DEF_RUNTIME_STUBS()
4657 …JSHandle<JSFunction> result(GetHArg<JSTaggedValue>(argv, argc, 0)); // 0: means the zeroth paramet… in DEF_RUNTIME_STUBS()
4658 …JSHandle<JSTaggedValue> ihc = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first paramet… in DEF_RUNTIME_STUBS()
4659 …JSHandle<AOTLiteralInfo> aotLiteralInfo(GetHArg<JSTaggedValue>(argv, argc, 2)); // 2: means the se… in DEF_RUNTIME_STUBS()
4667 …JSHandle<JSTaggedValue> module = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
4675 JSHandle<JSObject> obj = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
4676 …JSHandle<JSTaggedValue> proto = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the third param… in DEF_RUNTIME_STUBS()
4686 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
4687 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS()
4688 …JSHandle<JSTaggedValue> receiver = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second p… in DEF_RUNTIME_STUBS()
4695 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
4696 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS()
4697 …JSHandle<JSTaggedValue> valueHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the secon… in DEF_RUNTIME_STUBS()
4698 …JSHandle<JSTaggedValue> receiver = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third pa… in DEF_RUNTIME_STUBS()
4699 …bool mayThrow = GetArg(argv, argc, 4).ToBoolean(); // 4: means mayThrow exception during JSProxy:… in DEF_RUNTIME_STUBS()
4707 …JSHandle<JSTaggedValue> targetHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS()
4708 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS()
4709 …JSHandle<JSTaggedValue> resutlHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the sec… in DEF_RUNTIME_STUBS()
4716 …JSHandle<JSTaggedValue> targetHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS()
4717 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS()
4718 …JSHandle<JSTaggedValue> valueHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the seco… in DEF_RUNTIME_STUBS()
4725 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
4726 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS()
4736 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
4737 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS()
4747 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
4748 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS()
4758 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
4759 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS()
4774 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
4775 JSTaggedValue key = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
4791 …JSHandle<JSTaggedValue> thisValue = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
4792 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
4800 …JSHandle<JSTaggedValue> target = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
4801 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
4810 …JSHandle<JSTaggedValue> target = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
4819 …JSHandle<JSTaggedValue> target = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
4820 …JSHandle<JSTaggedValue> thisValue = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS()
4821 …JSHandle<JSTaggedValue> argumentsList = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the se… in DEF_RUNTIME_STUBS()
4829 …JSHandle<JSTaggedValue> thisFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth … in DEF_RUNTIME_STUBS()
4830 …JSHandle<JSTaggedValue> thisArg = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first pa… in DEF_RUNTIME_STUBS()
4831 …JSHandle<JSTaggedValue> argArray = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second … in DEF_RUNTIME_STUBS()
4840 …JSHandle<JSTaggedValue> target = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
4841 …JSHandle<JSTaggedValue> thisArg = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first pa… in DEF_RUNTIME_STUBS()
4851 …JSHandle<JSTaggedValue> thisFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth … in DEF_RUNTIME_STUBS()
4852 …JSHandle<JSTaggedValue> thisArg = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first pa… in DEF_RUNTIME_STUBS()
4871 …JSHandle<JSCollator> collator = GetHArg<JSCollator>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS()
4889 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
4921 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
5045 JSTaggedValue ecmaString = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()