Searched defs:CompileRun (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dcctest.h381 static inline v8::Local<v8::Value> CompileRun(const char* source) { function
386 static inline v8::Local<v8::Value> CompileRun(v8::Local<v8::String> source) { function
439 v8::Local<v8::Value> result = CompileRun(code);
447 v8::Local<v8::Value> result = CompileRun(code);
454 v8::Local<v8::Value> result = CompileRun(code);
472 v8::Local<v8::Value> result = CompileRun(code);
478 v8::Local<v8::Value> result = CompileRun(code);

Completed in 1515 milliseconds