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

/external/v8/benchmarks/
H A Dearley-boyer.js551 if (sc_isPair(current.cdr)) {
577 function sc_isPair(p) { function
743 if (!sc_isPair(l)) sc_error("sc_lastPair: pair expected");
746 while (sc_isPair(cdr)) {
2946 if (sc_isPair(this.cdr)) {
3179 (sc_isPair(o1) && sc_isPair(o2)
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-earley-boyer.js545 if (sc_isPair(current.cdr)) {
571 function sc_isPair(p) { function
737 if (!sc_isPair(l)) sc_error("sc_lastPair: pair expected");
740 while (sc_isPair(cdr)) {
2940 if (sc_isPair(this.cdr)) {
3173 (sc_isPair(o1) && sc_isPair(o2)
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-earley-boyer.js545 if (sc_isPair(current.cdr)) {
571 function sc_isPair(p) { function
737 if (!sc_isPair(l)) sc_error("sc_lastPair: pair expected");
740 while (sc_isPair(cdr)) {
2940 if (sc_isPair(this.cdr)) {
3173 (sc_isPair(o1) && sc_isPair(o2)
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-earley-boyer.js545 if (sc_isPair(current.cdr)) {
571 function sc_isPair(p) { function
737 if (!sc_isPair(l)) sc_error("sc_lastPair: pair expected");
740 while (sc_isPair(cdr)) {
2940 if (sc_isPair(this.cdr)) {
3173 (sc_isPair(o1) && sc_isPair(o2)

Completed in 75 milliseconds