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

/external/v8/src/
H A Dbootstrapper.cc85 Handle<String> source_code = local
87 heap->natives_source_cache()->set(index, *source_code);
1282 Handle<String> source_code = local
1284 return CompileNative(name, source_code);
1291 Handle<String> source_code = local
1294 return CompileNative(name, source_code);
2062 Handle<String> source_code = local
2066 source_code,
H A Ddebug.cc744 Handle<String> source_code = local
751 function_info = Compiler::Compile(source_code,

Completed in 949 milliseconds