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

/external/v8/src/
H A Dbuiltins.cc567 int relative_start = 0; local
620 // it's undefined which gets converted to 0 for relative_start
622 relative_start = 0;
627 relative_start = Smi::cast(arg1)->value();
634 relative_start = std::isnan(start) ? 0 : static_cast<int>(start);
659 int k = (relative_start < 0) ? Max(len + relative_start, 0)
660 : Min(relative_start, len);
723 int relative_start = 0; local
728 relative_start
[all...]

Completed in 98 milliseconds