• Home
  • Raw
  • Download

Lines Matching refs:str

405     JSHandle<EcmaString> str;  in HWTEST_F_L0()  local
410 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString("0a"); in HWTEST_F_L0()
411 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
413 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString("0b"); in HWTEST_F_L0()
414 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
416 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString("0o"); in HWTEST_F_L0()
417 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
419 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 00x"); in HWTEST_F_L0()
420 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
422 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 000.4_"); in HWTEST_F_L0()
423 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
425 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 0010.s "); in HWTEST_F_L0()
426 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
428 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 0010e2"); in HWTEST_F_L0()
429 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
431 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 0010e+3_0"); in HWTEST_F_L0()
432 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
436 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString("0x"); in HWTEST_F_L0()
437 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
439 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 0x10 "); in HWTEST_F_L0()
440 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
442 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString("0x1g"); in HWTEST_F_L0()
443 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
445 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString("0xh"); in HWTEST_F_L0()
446 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
451 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString("0O"); in HWTEST_F_L0()
452 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
454 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 0o10 "); in HWTEST_F_L0()
455 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
457 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString("0o1d"); in HWTEST_F_L0()
458 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
461 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString("0o8"); in HWTEST_F_L0()
462 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
467 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString("0b"); in HWTEST_F_L0()
468 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
470 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 0b10 "); in HWTEST_F_L0()
471 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
473 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString("0b1d"); in HWTEST_F_L0()
474 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
477 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString("0b2"); in HWTEST_F_L0()
478 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
486 JSHandle<EcmaString> str; in HWTEST_F_L0() local
491 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 100 "); in HWTEST_F_L0()
492 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
494 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 100.3e2 "); in HWTEST_F_L0()
495 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
498 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 0000 "); in HWTEST_F_L0()
499 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
501 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 0001 "); in HWTEST_F_L0()
502 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
505 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 100 "); in HWTEST_F_L0()
506 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
508 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 11 "); in HWTEST_F_L0()
509 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
512 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 100 "); in HWTEST_F_L0()
513 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
515 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 21 "); in HWTEST_F_L0()
516 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
519 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 100 "); in HWTEST_F_L0()
520 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
522 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 31 "); in HWTEST_F_L0()
523 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
526 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 100 "); in HWTEST_F_L0()
527 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
529 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 71 "); in HWTEST_F_L0()
530 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
533 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 100 "); in HWTEST_F_L0()
534 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
536 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 0020 "); in HWTEST_F_L0()
537 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
540 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 100 "); in HWTEST_F_L0()
541 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
543 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 1e "); in HWTEST_F_L0()
544 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
547 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 100 "); in HWTEST_F_L0()
548 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
550 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 1g "); in HWTEST_F_L0()
551 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
554 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 100 "); in HWTEST_F_L0()
555 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
557 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 1g "); in HWTEST_F_L0()
558 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
561 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 100 "); in HWTEST_F_L0()
562 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()
564 str = thread->GetEcmaVM()->GetFactory()->NewFromCanBeCompressString(" 1z "); in HWTEST_F_L0()
565 sp = Span<const uint8_t>(str->GetDataUtf8(), str->GetUtf8Length() - 1); in HWTEST_F_L0()