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

/external/v8/test/cctest/
H A Dcctest.h356 static inline v8::Local<v8::Script> v8_compile(v8::Local<v8::String> x) { function
366 static inline v8::Local<v8::Script> v8_compile(const char* x) { function
367 return v8_compile(v8_str(x));
422 if (v8_compile(source)

Completed in 119 milliseconds