Home | History | Annotate | Download | only in src

Lines Matching full:compilenative

269   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) {