Searched refs:relative_start (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dbuiltins.cc677 // it's undefined which gets converted to 0 for relative_start
679 int relative_start = 0; local
684 relative_start = Smi::cast(arg1)->value();
699 int k = (relative_start < 0) ? Max(len + relative_start, 0)
700 : Min(relative_start, len);
757 int relative_start = 0; local
761 relative_start = Smi::cast(arg1)->value();
766 int actual_start = (relative_start < 0) ? Max(len + relative_start,
[all...]

Completed in 23 milliseconds