HomeSort by relevance Sort by last modified time
    Searched refs:CompileAndRunScript (Results 1 - 2 of 2) sorted by null

  /external/v8/test/cctest/
test-log.cc 136 static void CompileAndRunScript(const char *src) {
300 CompileAndRunScript(script_src.start());
332 CompileAndRunScript("var a = (function(x) { return x + 1; })(10);");
339 CompileAndRunScript("var a = (function(x) { return x + 1; })(10);");
408 CompileAndRunScript(
558 CompileAndRunScript("Obj.prototype.method1.toString();");
    [all...]
test-heap-profiler.cc 20 static void CompileAndRunScript(const char *src) {
59 CompileAndRunScript(
365 CompileAndRunScript(

Completed in 29 milliseconds