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

/external/v8/src/
H A Dbootstrapper.cc269 static bool CompileNative(Vector<const char> name, Handle<String> source);
1284 return CompileNative(name, source_code);
1294 return CompileNative(name, source_code);
1298 bool Genesis::CompileNative(Vector<const char> name, Handle<String> source) { function in class:Genesis

Completed in 41 milliseconds