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

/external/v8/test/cctest/
H A Dtest-api.cc12529 const char* source_eval = "function f(){eval('1')}; f()"; local
12535 CompileRun(source_eval);
12541 CompileRun(source_eval);

Completed in 67 milliseconds