Lines Matching full:means
117 JSHandle<JSTaggedValue> value = GetCallArg(argv, 0); // 0 means the first arg in BufferConstructor()
118 JSHandle<JSTaggedValue> byteOffsetOrEncoding = GetCallArg(argv, 1); // 1 means the second arg in BufferConstructor()
119 JSHandle<JSTaggedValue> length = GetCallArg(argv, 2); // 2 means the third arg in BufferConstructor()
206 auto value = GetCallArg(argv, 0); // 0 means the first arg in Compare()
214 auto targetStart = GetCallArg(argv, 1); // 1 means the second arg in Compare()
215 auto targetEnd = GetCallArg(argv, 2); // 2 means the third arg in Compare()
216 auto sourceStart = GetCallArg(argv, 3); // 3 means the fourth arg in Compare()
217 auto sourceEnd = GetCallArg(argv, 4); // 4 means the fifth arg in Compare()
254 auto value = GetCallArg(argv, 0); // 0 means the first arg in Equals()
279 JSHandle<JSTaggedValue> value = GetCallArg(argv, 0); // 0 means the first arg in IndexOf()
280 JSHandle<JSTaggedValue> offset = GetCallArg(argv, 1); // 1 means the second arg in IndexOf()
296 JSHandle<JSTaggedValue> encoding = GetCallArg(argv, 2); // 2 means the third arg in IndexOf()
318 JSHandle<JSTaggedValue> value = GetCallArg(argv, 0); // 0 means the first arg in Includes()
320 JSHandle<JSTaggedValue> offset = GetCallArg(argv, 1); // 1 means the second arg in Includes()
335 JSHandle<JSTaggedValue> encoding = GetCallArg(argv, 2); // 2 means the third arg in Includes()
357 JSHandle<JSTaggedValue> value = GetCallArg(argv, 0); // 0 means the first arg in LastIndexOf()
359 JSHandle<JSTaggedValue> offset = GetCallArg(argv, 1); // 1 means the second arg in LastIndexOf()
375 JSHandle<JSTaggedValue> encoding = GetCallArg(argv, 2); // 2 means the third arg in LastIndexOf()
434 JSHandle<JSTaggedValue> value = GetCallArg(argv, 0); // 0 means the first arg in Fill()
435 JSHandle<JSTaggedValue> start = GetCallArg(argv, 1); // 1 means the second arg in Fill()
447 JSHandle<JSTaggedValue> end = GetCallArg(argv, 2); // 2 means the third arg in Fill()
448 JSHandle<JSTaggedValue> encoding = GetCallArg(argv, 3); // 3 means the fourth arg in Fill()
484 JSHandle<JSTaggedValue> firstArg = GetCallArg(argv, 0); // 0 means the first arg in Write()
487 JSHandle<JSTaggedValue> secondArg = GetCallArg(argv, 1); // 1 means the second arg in Write()
508 JSHandle<JSTaggedValue> thirdArg = GetCallArg(argv, 2); // 2 means the third arg in Write()
513 JSHandle<JSTaggedValue> encoding = GetCallArg(argv, 3); // 3 means the fourth arg in Write()
536 JSHandle<JSTaggedValue> firstArg = GetCallArg(argv, 0); // 0 means the first arg in ToString()
537 JSHandle<JSTaggedValue> start = GetCallArg(argv, 1); // 1 means the second arg in ToString()
538 JSHandle<JSTaggedValue> end = GetCallArg(argv, 2); // 2 means the third arg in ToString()
581 JSHandle<JSTaggedValue> dst = GetCallArg(argv, 0); // 0 means the first arg in Copy()
586 auto targetStart = GetCallArg(argv, 1); // 1 means the second arg in Copy()
587 auto sourceStart = GetCallArg(argv, 2); // 2 means the third arg in Copy()
588 auto sourceEnd = GetCallArg(argv, 3); // 3 means the fourth arg in Copy()
618 JSHandle<JSTaggedValue> value = GetCallArg(argv, 0); // 0 means the first arg in WriteUIntBE()
619 JSHandle<JSTaggedValue> offset = GetCallArg(argv, 1); // 1 means the second arg in WriteUIntBE()
620 JSHandle<JSTaggedValue> byteLengthHandle = GetCallArg(argv, 2); // 2 means the third arg in WriteUIntBE()
646 JSHandle<JSTaggedValue> value = GetCallArg(argv, 0); // 0 means the first arg in WriteUIntLE()
647 JSHandle<JSTaggedValue> offset = GetCallArg(argv, 1); // 1 means the second arg in WriteUIntLE()
648 JSHandle<JSTaggedValue> byteLengthHandle = GetCallArg(argv, 2); // 2 means the third arg in WriteUIntLE()
674 JSHandle<JSTaggedValue> offset = GetCallArg(argv, 0); // 0 means the first arg in ReadUIntBE()
675 JSHandle<JSTaggedValue> byteLengthHandle = GetCallArg(argv, 1); // 1 means the second arg in ReadUIntBE()
701 JSHandle<JSTaggedValue> offset = GetCallArg(argv, 0); // 0 means the first arg in ReadUIntLE()
702 JSHandle<JSTaggedValue> byteLengthHandle = GetCallArg(argv, 1); // 1 means the second arg in ReadUIntLE()
729 JSHandle<JSTaggedValue> value = GetCallArg(argv, 0); // 0 means the first arg in WriteIntBE()
730 JSHandle<JSTaggedValue> offset = GetCallArg(argv, 1); // 1 means the second arg in WriteIntBE()
731 JSHandle<JSTaggedValue> byteLengthHandle = GetCallArg(argv, 2); // 2 means the third arg in WriteIntBE()
757 JSHandle<JSTaggedValue> value = GetCallArg(argv, 0); // 0 means the first arg in WriteIntLE()
758 JSHandle<JSTaggedValue> offset = GetCallArg(argv, 1); // 1 means the second arg in WriteIntLE()
759 JSHandle<JSTaggedValue> byteLengthHandle = GetCallArg(argv, 2); // 2 means the third arg in WriteIntLE()
785 JSHandle<JSTaggedValue> offset = GetCallArg(argv, 0); // 0 means the first arg in ReadIntBE()
786 JSHandle<JSTaggedValue> byteLengthHandle = GetCallArg(argv, 1); // 1 means the second arg in ReadIntBE()
812 JSHandle<JSTaggedValue> offset = GetCallArg(argv, 0); // 0 means the first arg in ReadIntLE()
813 JSHandle<JSTaggedValue> byteLengthHandle = GetCallArg(argv, 1); // 1 means the second arg in ReadIntLE()