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

/external/chromium_org/v8/test/cctest/
H A Dtest-deoptimization.cc359 const char* f_source = "function f(x, y) { return x + y; };"; local
373 CompileRun(f_source);
381 CompileRun(f_source);
424 char* f_source = f_source_buffer.start(); local
431 CompileRun(f_source);
438 CompileRun(f_source);
566 const char* f_source = "function f(x, y) { return x < y; };"; local
581 CompileRun(f_source);
589 CompileRun(f_source);

Completed in 115 milliseconds