• Home
  • Raw
  • Download

Lines Matching full:means

83 …  JSHandle<JSObject> receiver = GetHArg<JSObject>(argv, argc, 0);  // 0: means the zeroth parameter  in DEF_RUNTIME_STUBS()
84 JSTaggedValue argIndex = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
85 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
86 JSTaggedValue attr = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
95 …FunctionKind kind = static_cast<FunctionKind>(GetTArg(argv, argc, 0)); // 1: means the first param… in DEF_RUNTIME_STUBS()
112 …JSHandle<JSTaggedValue> accessor = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first pa… in DEF_RUNTIME_STUBS()
113 …FunctionKind kind = static_cast<FunctionKind>(GetTArg(argv, argc, 2)); // 2: means the second para… in DEF_RUNTIME_STUBS()
123 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
128 if (argc > 1) { // 1: means the first parameter in DEF_RUNTIME_STUBS()
129 …JSHandle<JSHClass> hclassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first paramet… in DEF_RUNTIME_STUBS()
159 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
169 if (argc > 1) { // 1: means the first parameter in DEF_RUNTIME_STUBS()
170 …JSHandle<JSHClass> hclassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first paramet… in DEF_RUNTIME_STUBS()
181 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first paramet… in DEF_RUNTIME_STUBS()
182 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second para… in DEF_RUNTIME_STUBS()
191 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
201 if (argc > 1) { // 1: means the first parameter in DEF_RUNTIME_STUBS()
202 …JSHandle<JSHClass> hclassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first paramet… in DEF_RUNTIME_STUBS()
212 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
214 JSTaggedValue indexValue = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
216 JSTaggedValue arrayLen = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
264 JSTaggedType argAccessor = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
265 …JSHandle<JSObject> argReceiver = GetHArg<JSObject>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
274 … JSHandle<JSObject> receiver = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
275 JSTaggedType argSetter = GetTArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
276 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second para… in DEF_RUNTIME_STUBS()
287 JSTaggedValue argKey = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
288 JSTaggedValue len = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
297 JSTaggedType ecmaString = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
327 JSTaggedType array = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
330 // 2 : means construct 2 elements size taggedArray in DEF_RUNTIME_STUBS()
351 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
358 JSTaggedValue length = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
367 …JSHandle<TaggedArray> array = GetHArg<TaggedArray>(argv, argc, 0); // 0: means the zeroth paramet… in DEF_RUNTIME_STUBS()
368 JSTaggedValue length = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
369 JSTaggedValue capacity = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
378 …JSHandle<EcmaString> matched = GetHArg<EcmaString>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
379 …JSHandle<EcmaString> srcString = GetHArg<EcmaString>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
380 …int position = GetArg(argv, argc, 2).GetInt(); // 2: means the second para… in DEF_RUNTIME_STUBS()
384 …JSHandle<EcmaString> replacement = GetHArg<EcmaString>(argv, argc, 3); // 3: means the third param… in DEF_RUNTIME_STUBS()
393 JSTaggedType receiver = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
394 JSTaggedType array = GetTArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
395 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS()
396 …JSHandle<JSTaggedValue> valueHandle = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the thir… in DEF_RUNTIME_STUBS()
397 JSTaggedValue attr = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
398 JSTaggedValue needTransToDict = GetArg(argv, argc, 5); // 5: means the fifth parameter in DEF_RUNTIME_STUBS()
417 JSTaggedType receiver = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
418 JSTaggedType array = GetTArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
419 JSTaggedValue key = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
420 …JSHandle<JSTaggedValue> valueHandle = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the thir… in DEF_RUNTIME_STUBS()
421 JSTaggedValue attr = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
422 JSTaggedValue needTransToDict = GetArg(argv, argc, 5); // 5: means the fifth parameter in DEF_RUNTIME_STUBS()
441 … JSHandle<JSObject> objHandle = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
442 …JSHandle<JSTaggedValue> valueHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the firs… in DEF_RUNTIME_STUBS()
443 …JSHandle<TaggedArray> arrayHandle = GetHArg<TaggedArray>(argv, argc, 2); // 2: means the second … in DEF_RUNTIME_STUBS()
467 JSTaggedType argReceiver = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
468 JSTaggedValue value = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
469 JSTaggedType argElement = GetTArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
470 JSTaggedValue taggedElementIndex = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
471 JSTaggedValue taggedCapacity = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
494 JSTaggedType argReceiver = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
503 …JSHandle<JSTaggedValue> thisHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zerot… in DEF_RUNTIME_STUBS()
504 …JSHandle<JSTaggedValue> thisObjVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the one p… in DEF_RUNTIME_STUBS()
505 JSTaggedType taggedValueK = GetTArg(argv, argc, 2); // 2: means the two parameter in DEF_RUNTIME_STUBS()
507 JSTaggedType taggedValueLen = GetTArg(argv, argc, 3); // 3: means the three parameter in DEF_RUNTIME_STUBS()
510 GetHArg<JSTaggedValue>(argv, argc, 4)); // 4: means the four parameter in DEF_RUNTIME_STUBS()
511 …JSHandle<JSTaggedValue> callbackFnHandle = GetHArg<JSTaggedValue>(argv, argc, 5); // 5: means the… in DEF_RUNTIME_STUBS()
521 … JSHandle<JSObject> elements = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
522 … JSTaggedValue length = GetArg(argv, argc, 1); // 1: means the zeroth parameter in DEF_RUNTIME_STUBS()
531 JSTaggedValue size = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
532 JSTaggedValue type = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
533 JSTaggedValue inlinedProps = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
541 …JSHandle<JSTaggedValue> thisArgHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the ze… in DEF_RUNTIME_STUBS()
542 …JSHandle<JSTaggedValue> thisObjVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the one p… in DEF_RUNTIME_STUBS()
543 JSTaggedType taggedValueK = GetTArg(argv, argc, 2); // 2: means the two parameter in DEF_RUNTIME_STUBS()
545 JSTaggedType taggedValueLen = GetTArg(argv, argc, 3); // 3: means the three parameter in DEF_RUNTIME_STUBS()
547 JSTaggedType toIndexValue = GetTArg(argv, argc, 4); // 4: means the three parameter in DEF_RUNTIME_STUBS()
550 GetHArg<JSObject>(argv, argc, 5)); // 5: means the four parameter in DEF_RUNTIME_STUBS()
551 …JSHandle<JSTaggedValue> callbackFnHandle = GetHArg<JSTaggedValue>(argv, argc, 6); // 6: means the… in DEF_RUNTIME_STUBS()
561 …JSHandle<JSTaggedValue> thisArgHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the ze… in DEF_RUNTIME_STUBS()
562 …JSHandle<JSTaggedValue> thisObjVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the one p… in DEF_RUNTIME_STUBS()
563 JSTaggedType taggedValueK = GetTArg(argv, argc, 2); // 2: means the two parameter in DEF_RUNTIME_STUBS()
565 JSTaggedType taggedValueLen = GetTArg(argv, argc, 3); // 3: means the three parameter in DEF_RUNTIME_STUBS()
568 …JSMutableHandle<JSObject>(thread, GetHArg<JSObject>(argv, argc, 4)); // 4: means the four paramet… in DEF_RUNTIME_STUBS()
569 …JSHandle<JSTaggedValue> callbackFnHandle = GetHArg<JSTaggedValue>(argv, argc, 5); // 5: means the… in DEF_RUNTIME_STUBS()
579 …JSHandle<JSHClass> oldHClassHandle = GetHArg<JSHClass>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
580 …JSHandle<JSHClass> newHClassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
581 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS()
582 JSTaggedValue attr = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
594 …JSHandle<JSHClass> newHClassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
595 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS()
596 JSTaggedValue attr = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
619 …JSHandle<JSTaggedValue> receiver = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the first p… in DEF_RUNTIME_STUBS()
620 JSTaggedType elementsKind = GetTArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
689 JSTaggedValue length = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
698 JSTaggedValue length = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
707 JSTaggedValue length = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
852 …JSHandle<JSHClass> oldHClassHandle = GetHArg<JSHClass>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
853 …JSHandle<JSHClass> newHClassHandle = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
863 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
870 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
877 JSHandle<JSProxy> proxy = GetHArg<JSProxy>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
884 JSHandle<JSObject> tagged = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
914 …JSHandle<JSTaggedValue> tagged = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
930 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
978 JSTaggedValue baseValue = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
979 JSTaggedValue exponentValue = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1009 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1010 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… 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> target = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
1025 …JSHandle<JSTaggedValue> target = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
1026 …JSHandle<JSTaggedValue> targetId = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first p… in DEF_RUNTIME_STUBS()
1044 …JSHandle<JSTaggedValue> genFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS()
1051 …JSHandle<JSTaggedValue> genFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS()
1058 …JSHandle<JSTaggedValue> literal = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS()
1065 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1072 JSHandle<JSObject> obj = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1080 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1091 …JSHandle<JSTaggedValue> thisObj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS()
1098 …JSHandle<JSTaggedValue> thisObj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS()
1105 …JSHandle<JSTaggedValue> thisObj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS()
1112 …JSHandle<JSTaggedValue> thisObj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS()
1119 …JSHandle<JSTaggedValue> thisObj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS()
1126 …JSHandle<JSTaggedValue> iter = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1133 …JSHandle<JSTaggedValue> iter = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1142 …JSHandle<JSTaggedValue> iter = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1149 …JSHandle<JSTaggedValue> iter = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1156 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1157 …JSHandle<JSTaggedValue> array = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1166 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1167 …JSHandle<JSTaggedValue> newTarget = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first p… in DEF_RUNTIME_STUBS()
1168 …JSHandle<JSTaggedValue> taggedArray = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the secon… in DEF_RUNTIME_STUBS()
1175 …JSHandle<JSTaggedValue> jsArray = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS()
1182 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1183 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
1190 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1191 …JSHandle<JSTaggedValue> array = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1198 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
1199 JSTaggedValue flag = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1206 …JSHandle<JSTaggedValue> asyncFuncObj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS()
1207 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1214 …JSHandle<JSTaggedValue> asyncFuncObj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS()
1215 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1216 JSTaggedValue isResolve = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1223 …JSHandle<JSTaggedValue> asyncGenerator = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the ze… in DEF_RUNTIME_STUBS()
1224 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
1225 JSTaggedValue flag = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1249 …JSHandle<JSTaggedValue> dst = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1250 …JSHandle<JSTaggedValue> src = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
1257 …JSHandle<JSTaggedValue> dst = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1258 JSTaggedValue index = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1259 …JSHandle<JSTaggedValue> src = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second param… in DEF_RUNTIME_STUBS()
1266 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1267 …JSHandle<JSTaggedValue> method = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
1274 …JSHandle<JSTaggedValue> proto = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
1275 JSHandle<JSObject> obj = GetHArg<JSObject>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1282 …JSHandle<JSTaggedValue> profileTypeInfo = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the … in DEF_RUNTIME_STUBS()
1283 …JSHandle<JSTaggedValue> receiver = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first p… in DEF_RUNTIME_STUBS()
1284 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second param… in DEF_RUNTIME_STUBS()
1285 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1302 …JSHandle<JSTaggedValue> profileTypeInfo = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the … in DEF_RUNTIME_STUBS()
1303 …JSHandle<JSTaggedValue> receiver = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first p… in DEF_RUNTIME_STUBS()
1304 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second param… in DEF_RUNTIME_STUBS()
1305 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third para… in DEF_RUNTIME_STUBS()
1306 JSTaggedValue slotId = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
1321 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1322 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
1323 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1331 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1332 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
1341 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1342 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
1343 JSTaggedValue thisFunc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1350 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1351 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
1352 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1361 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1362 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
1363 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1364 JSTaggedValue thisFunc = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1371 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
1372 JSTaggedValue index = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1380 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
1381 JSTaggedValue index = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1389 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
1390 JSTaggedValue index = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1391 …JSHandle<JSTaggedValue> module = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second pa… in DEF_RUNTIME_STUBS()
1400 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
1401 JSTaggedValue index = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1402 …JSHandle<JSTaggedValue> module = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second pa… in DEF_RUNTIME_STUBS()
1411 …JSHandle<JSTaggedValue> receiver = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth … in DEF_RUNTIME_STUBS()
1412 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
1413 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1420 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1421 JSTaggedValue idx = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1422 JSTaggedValue callGetter = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1423 JSTaggedValue receiver = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1430 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1431 JSTaggedValue idx = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1432 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1439 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1440 …JSHandle<JSTaggedValue> idx = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
1441 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1448 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1449 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1457 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
1464 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
1471 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1472 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1481 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1482 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1491 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1492 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1501 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1502 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1511 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1512 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1521 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1522 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1531 …JSHandle<JSTaggedValue> base = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1532 …JSHandle<JSTaggedValue> lexenv = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
1533 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS()
1534 JSTaggedValue methodId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1535 JSTaggedValue literalId = GetArg(argv, argc, 4); // 4: means the four parameter in DEF_RUNTIME_STUBS()
1536 …JSHandle<JSTaggedValue> module = GetHArg<JSTaggedValue>(argv, argc, 5); // 5: means the fifth par… in DEF_RUNTIME_STUBS()
1537 …JSHandle<JSTaggedValue> length = GetHArg<JSTaggedValue>(argv, argc, 6); // 6: means the sixth par… in DEF_RUNTIME_STUBS()
1562 …JSHandle<JSTaggedValue> base = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
1563 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS()
1564 JSTaggedValue methodId = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1565 JSTaggedValue literalId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1566 JSTaggedValue length = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
1567 …JSHandle<JSTaggedValue> module = GetHArg<JSTaggedValue>(argv, argc, 5); // 5: means the fifth par… in DEF_RUNTIME_STUBS()
1577 …JSHandle<JSTaggedValue> env = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1578 …uint16_t level = static_cast<uint16_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the first par… in DEF_RUNTIME_STUBS()
1585 JSTaggedValue ctor = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1586 JSTaggedValue length = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1593 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS()
1608 …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()
1624 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS()
1638 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS()
1639 JSTaggedValue offset = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1647 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS()
1656 JSHandle thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1664 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth paramet… in DEF_RUNTIME_STUBS()
1679 …JSHandle<JSTaggedValue> profileHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the ze… in DEF_RUNTIME_STUBS()
1680 …JSHandle<JSTaggedValue> receiverHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the f… in DEF_RUNTIME_STUBS()
1681 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS()
1682 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
1697 …JSHandle<JSTaggedValue> profileHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the ze… in DEF_RUNTIME_STUBS()
1698 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS()
1699 JSTaggedValue slotId = GetArg(argv, argc, 2); // 2: means the third parameter in DEF_RUNTIME_STUBS()
1717 …JSHandle<JSTaggedValue> profileHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the ze… in DEF_RUNTIME_STUBS()
1718 …JSHandle<JSTaggedValue> receiverHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the f… in DEF_RUNTIME_STUBS()
1719 …JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second… in DEF_RUNTIME_STUBS()
1720 …JSHandle<JSTaggedValue> valueHandle = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the thir… in DEF_RUNTIME_STUBS()
1721 JSTaggedValue slotId = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
1736 JSTaggedType argFunc = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1737 JSTaggedValue argName = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1745 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1746 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
1747 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1754 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1755 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
1756 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1763 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1764 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
1765 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
1772 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1773 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1780 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
1781 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
1788 …JSHandle<JSTaggedValue> asyncGenerator = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the ze… in DEF_RUNTIME_STUBS()
1789 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
1790 JSTaggedValue flag = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
1844 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1859 JSTaggedValue localName = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1866 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1867 JSTaggedValue value = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1885 JSTaggedValue key = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1886 JSTaggedValue value = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1894 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1901 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1902 …JSHandle<JSTaggedValue> module = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
1909 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1916 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1917 …JSHandle<JSTaggedValue> module = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
1924 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1925 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1932 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1933 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1940 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1941 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1964 JSTaggedValue key = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
1965 JSTaggedValue taggedFlag = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
1973 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
1980 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
1987 …JSHandle<JSTaggedValue> str = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
2001 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
2008 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
2015 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2016 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS()
2017 …uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the secon… in DEF_RUNTIME_STUBS()
2018 JSTaggedValue obj = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
2025 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2026 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS()
2027 …uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the secon… in DEF_RUNTIME_STUBS()
2028 JSTaggedValue obj = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
2029 JSTaggedValue value = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
2036 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2037 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS()
2038 …uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the secon… in DEF_RUNTIME_STUBS()
2039 JSTaggedValue obj = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
2046 JSTaggedValue value = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2075 JSHandle<EcmaString> obj = GetHArg<EcmaString>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2090 … JSHandle<EcmaString> value = GetHArg<EcmaString>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2098 JSTaggedValue argMessageStringId = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2108 …JSHandle<JSFunction> thisFunc = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth paramet… in DEF_RUNTIME_STUBS()
2127 JSTaggedType profileTypeInfo = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2128 JSTaggedValue receiver = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2129 JSTaggedValue key = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2130 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
2131 JSTaggedValue kind = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
2139 JSTaggedType profileTypeInfo = GetTArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2140 JSTaggedValue receiver = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2141 JSTaggedValue key = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2142 JSTaggedValue value = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
2143 JSTaggedValue slotId = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
2144 JSTaggedValue kind = GetArg(argv, argc, 5); // 5: means the fifth parameter in DEF_RUNTIME_STUBS()
2152 JSTaggedValue prop = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2153 JSTaggedValue value = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2160 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2167 …JSHandle<JSTaggedValue> global = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
2168 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
2169 …JSHandle<JSTaggedValue> profileHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the se… in DEF_RUNTIME_STUBS()
2170 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
2183 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2184 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2191 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
2198 JSTaggedValue value = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2206 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2207 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2214 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2215 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2222 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2223 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2230 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2231 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2238 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2239 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2246 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2247 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2254 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2255 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2263 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2264 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2271 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2272 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2279 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2280 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2287 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2288 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2296 JSTaggedValue constpool = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2297 JSTaggedValue profileTypeInfo = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2298 JSTaggedValue acc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2299 JSTaggedValue hotnessCounter = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
2343 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2414 // 0: means restIdx in DEF_RUNTIME_STUBS()
2422 JSTaggedValue restIdx = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2432 …JSHandle<JSTaggedValue> argArray = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth … in DEF_RUNTIME_STUBS()
2441 JSHandle<JSObject> argObj = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2450 …JSHandle<JSFunction> ctor(GetHArg<JSTaggedValue>(argv, argc, 0)); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2451 …JSHandle<JSTaggedValue> newTarget(GetHArg<JSTaggedValue>(argv, argc, 1)); // 1: means the first p… in DEF_RUNTIME_STUBS()
2470 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2471 …JSHandle<JSTaggedValue> newTarget = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS()
2472 JSTaggedValue firstArgIdx = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2473 JSTaggedValue length = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
2481 …JSHandle<JSTaggedValue> constpool = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
2482 JSTaggedValue methodId = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2483 …JSHandle<JSTaggedValue> module = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second pa… in DEF_RUNTIME_STUBS()
2484 …uint16_t length = static_cast<uint16_t>(GetArg(argv, argc, 3).GetInt()); // 3: means the third par… in DEF_RUNTIME_STUBS()
2485 …JSHandle<JSTaggedValue> env = GetHArg<JSTaggedValue>(argv, argc, 4); // 4: means the fourth parame… in DEF_RUNTIME_STUBS()
2486 …JSHandle<JSTaggedValue> homeObject = GetHArg<JSTaggedValue>(argv, argc, 5); // 5: means the fifth … in DEF_RUNTIME_STUBS()
2502 JSTaggedValue index = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2503 JSTaggedValue thisValue = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2510 JSHandle<JSObject> literal = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2511 …JSHandle<JSTaggedValue> env = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
2520 JSTaggedValue numKeys = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2521 …JSHandle<JSTaggedValue> objVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
2522 JSTaggedValue firstArgRegIdx = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2530 JSHandle<Method> method = GetHArg<Method>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2531 …JSHandle<JSTaggedValue> homeObject = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first… in DEF_RUNTIME_STUBS()
2532 …uint16_t length = static_cast<uint16_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the second pa… in DEF_RUNTIME_STUBS()
2533 …JSHandle<JSTaggedValue> env = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third paramet… in DEF_RUNTIME_STUBS()
2534 …JSHandle<JSTaggedValue> module = GetHArg<JSTaggedValue>(argv, argc, 4); // 4: means the fourth par… in DEF_RUNTIME_STUBS()
2555 … JSHandle<JSFunction> func = GetHArg<JSFunction>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2563 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2564 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
2565 …JSHandle<JSTaggedValue> array = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second par… in DEF_RUNTIME_STUBS()
2572 JSHandle<JSObject> obj = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2573 …JSHandle<JSTaggedValue> prop = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first param… in DEF_RUNTIME_STUBS()
2574 …JSHandle<JSTaggedValue> getter = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second pa… in DEF_RUNTIME_STUBS()
2575 …JSHandle<JSTaggedValue> setter = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third par… in DEF_RUNTIME_STUBS()
2576 JSTaggedValue flag = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
2577 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 5); // 5: means the sixth param… in DEF_RUNTIME_STUBS()
2578 int32_t pcOffset = GetArg(argv, argc, 6).GetInt(); // 6: means the seventh parameter in DEF_RUNTIME_STUBS()
2586 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2587 JSTaggedValue firstVRegIdx = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2588 JSTaggedValue length = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2599 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS()
2600 …JSHandle<JSTaggedValue> newTarget = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS()
2601 …JSHandle<TaggedArray> taggedArray(thread, GetArg(argv, argc, 2)); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2602 JSTaggedValue length = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
2679 …JSHandle<JSTaggedValue> numberBigInt = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zer… in DEF_RUNTIME_STUBS()
2686 JSTaggedValue bits = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2687 JSTaggedValue bigint = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2694 JSTaggedValue bits = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2695 JSTaggedValue bigint = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2702 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
2709 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
2721 …JSHandle<JSTaggedValue> specifier = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
2722 …JSHandle<JSTaggedValue> currentFunc = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the zero… in DEF_RUNTIME_STUBS()
2729 JSTaggedValue numVars = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2730 JSTaggedValue scopeId = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2739 JSTaggedValue numVars = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2746 JSTaggedValue actualNumArgs = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2753 JSTaggedValue taggedNumVars = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2754 JSTaggedValue taggedScopeId = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2755 …JSHandle<JSTaggedValue> currentLexEnv = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the se… in DEF_RUNTIME_STUBS()
2756 …JSHandle<JSTaggedValue> func = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third param… in DEF_RUNTIME_STUBS()
2765 JSTaggedValue actualArgc = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2766 JSTaggedValue restIndex = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2779 JSTaggedValue obj = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2780 JSTaggedValue idx = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2781 JSTaggedValue jsType = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2788 JSTaggedValue obj = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2789 JSTaggedValue idx = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2790 JSTaggedValue value = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2791 JSTaggedValue jsType = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
2798 …JSHandle<JSTaggedValue> typedArray = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zerot… in DEF_RUNTIME_STUBS()
2799 …JSHandle<TaggedArray> array = GetHArg<TaggedArray>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2806 …JSHandle<JSTaggedValue> target = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
2807 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
2850 …JSHandle<JSTaggedValue> receiver = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the z… in DEF_RUNTIME_STUBS()
2851 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the f… in DEF_RUNTIME_STUBS()
2852 …JSHandle<JSTaggedValue> typedPathValue = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the s… in DEF_RUNTIME_STUBS()
2878 …JSHandle<JSTaggedValue> receiver = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zerot… in DEF_RUNTIME_STUBS()
2879 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first… in DEF_RUNTIME_STUBS()
2880 …JSHandle<JSTaggedValue> storeValue = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the secon… in DEF_RUNTIME_STUBS()
2916 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2917 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2941 …JSHandle<JSTaggedValue> receiver = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth … in DEF_RUNTIME_STUBS()
2942 …JSHandle<JSTaggedValue> searchElement = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the fi… in DEF_RUNTIME_STUBS()
2943 …uint32_t from = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the second par… in DEF_RUNTIME_STUBS()
2944 …uint32_t len = static_cast<uint32_t>(GetArg(argv, argc, 3).GetInt()); // 3: means the third param… in DEF_RUNTIME_STUBS()
2952 JSTaggedValue idx = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2959 JSTaggedValue idx = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2960 …JSHandle<JSTaggedValue> value = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS()
2967 JSTaggedValue result = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2968 JSTaggedValue hint = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2975 … JSHandle<JSHClass> oldhclass = GetHArg<JSHClass>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2976 … JSHandle<JSHClass> newhclass = GetHArg<JSHClass>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2977 JSTaggedValue key = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2984 JSTaggedValue obj = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2985 JSTaggedValue propKey = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
2986 JSTaggedValue value = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2993 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
2994 …uint32_t count = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the first par… in DEF_RUNTIME_STUBS()
2995 JSTaggedValue constpool = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
2996 …uint32_t literalId = static_cast<uint32_t>(GetArg(argv, argc, 3).GetInt()); // 3: means the third… in DEF_RUNTIME_STUBS()
2997 JSTaggedValue module = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
3004 JSTaggedValue lexicalEnv = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3005 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS()
3006 …uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the secon… in DEF_RUNTIME_STUBS()
3007 JSTaggedValue obj = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS()
3008 JSTaggedValue value = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS()
3053 JSHandle<EcmaString> str = GetHArg<EcmaString>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3061 JSHandle<EcmaString> str = GetHArg<EcmaString>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3068 …JSHandle<EcmaString> string = GetHArg<EcmaString>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3082 …JSHandle<EcmaString> string = GetHArg<EcmaString>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3578 JSTaggedValue callerFunc = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3579 JSTaggedValue inlineFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
3615 …JSHandle<JSTaggedValue> thisTag = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS()
3616 …JSHandle<JSTaggedValue> thatTag = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first pa… in DEF_RUNTIME_STUBS()
3617 …JSHandle<JSTaggedValue> locales = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second p… in DEF_RUNTIME_STUBS()
3618 …JSHandle<JSTaggedValue> options = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third pa… in DEF_RUNTIME_STUBS()
3666 …JSHandle<JSHClass> jshclass = GetHArg<JSHClass>(argv, argc, 0); // 0: means the zeroth … in DEF_RUNTIME_STUBS()
3667 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first p… in DEF_RUNTIME_STUBS()
3668 …JSHandle<JSTaggedValue> proto = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second … in DEF_RUNTIME_STUBS()
3736 JSTaggedValue key = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3743 JSTaggedValue value = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3750 JSTaggedValue value = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3757 …JSHandle<JSObject> toAssign = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth … in DEF_RUNTIME_STUBS()
3758 …JSHandle<JSTaggedValue> source = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first p… in DEF_RUNTIME_STUBS()
3765 …JSHandle<JSObject> object = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
3766 JSTaggedValue argKeys = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
3782 …JSHandle<TaggedArray> array = GetHArg<TaggedArray>(argv, argc, 0); // 0: means the zeroth paramet… in DEF_RUNTIME_STUBS()
3783 …JSHandle<TaggedArray> elementArray = GetHArg<TaggedArray>(argv, argc, 1); // 1: means the first p… in DEF_RUNTIME_STUBS()
3784 JSTaggedValue argKeys = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS()
3814 …JSHandle<JSTaggedValue> locales = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
3815 …JSHandle<EcmaString> thisHandle = GetHArg<EcmaString>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
3816 …JSHandle<EcmaString> thatHandle = GetHArg<EcmaString>(argv, argc, 2); // 2: means the second pa… in DEF_RUNTIME_STUBS()
3817 …JSHandle<JSTaggedValue> options = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third par… in DEF_RUNTIME_STUBS()
3827 …JSHandle<JSTaggedValue> msg = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parame… in DEF_RUNTIME_STUBS()
3828 …JSHandle<JSTaggedValue> arg2 = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
3852 …JSHandle<JSTaggedValue> locales = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
3853 …JSHandle<EcmaString> thisHandle = GetHArg<EcmaString>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS()
3854 …JSHandle<EcmaString> thatHandle = GetHArg<EcmaString>(argv, argc, 2); // 2: means the second pa… in DEF_RUNTIME_STUBS()
3883 …JSHandle<JSTaggedValue> thisArgHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means th… in DEF_RUNTIME_STUBS()
3884 …JSMutableHandle<JSTaggedValue> key(thread, GetHArg<JSTaggedValue>(argv, argc, 1)); // 1: means th… in DEF_RUNTIME_STUBS()
3885 …JSHandle<JSTaggedValue> thisObjVal = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means th… in DEF_RUNTIME_STUBS()
3886 …JSHandle<JSTaggedValue> callbackFnHandle = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means th… in DEF_RUNTIME_STUBS()
3887 …JSHandle<JSTaggedValue> lengthHandle = GetHArg<JSTaggedValue>(argv, argc, 4); // 4: means th… in DEF_RUNTIME_STUBS()
3915 …JSHandle<JSFunction> result(GetHArg<JSTaggedValue>(argv, argc, 0)); // 0: means the zeroth paramet… in DEF_RUNTIME_STUBS()
3916 …JSHandle<JSTaggedValue> ihc = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first paramet… in DEF_RUNTIME_STUBS()
3917 …JSHandle<AOTLiteralInfo> aotLiteralInfo(GetHArg<JSTaggedValue>(argv, argc, 2)); // 2: means the se… in DEF_RUNTIME_STUBS()
3925 …JSHandle<JSTaggedValue> module = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth par… in DEF_RUNTIME_STUBS()
3933 JSHandle<JSObject> obj = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS()
3934 …JSHandle<JSTaggedValue> proto = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the third param… in DEF_RUNTIME_STUBS()
3944 …JSHandle<JSTaggedValue> obj = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth param… in DEF_RUNTIME_STUBS()
3945 JSTaggedValue indexValue = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS()
3955 …JSHandle<JSTaggedValue> thisValue = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth… in DEF_RUNTIME_STUBS()
3956 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
3964 …JSHandle<JSTaggedValue> target = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
3965 …JSHandle<JSTaggedValue> key = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parame… in DEF_RUNTIME_STUBS()
3974 …JSHandle<JSTaggedValue> target = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
3983 …JSHandle<JSTaggedValue> target = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
3984 …JSHandle<JSTaggedValue> thisValue = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first … in DEF_RUNTIME_STUBS()
3985 …JSHandle<JSTaggedValue> argumentsList = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the se… in DEF_RUNTIME_STUBS()
3993 …JSHandle<JSTaggedValue> thisFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth … in DEF_RUNTIME_STUBS()
3994 …JSHandle<JSTaggedValue> thisArg = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first pa… in DEF_RUNTIME_STUBS()
3995 …JSHandle<JSTaggedValue> argArray = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second … in DEF_RUNTIME_STUBS()
4004 …JSHandle<JSTaggedValue> target = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS()
4005 …JSHandle<JSTaggedValue> thisArg = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first pa… in DEF_RUNTIME_STUBS()
4015 …JSHandle<JSTaggedValue> thisFunc = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth … in DEF_RUNTIME_STUBS()
4016 …JSHandle<JSTaggedValue> thisArg = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first pa… in DEF_RUNTIME_STUBS()