HomeSort by relevance Sort by last modified time
    Searched refs:source_code (Results 1 - 3 of 3) sorted by null

  /external/v8/test/cctest/
test-compiler.cc 116 Handle<String> source_code(Factory::NewStringFromUtf8(CStrVector(source)));
117 Handle<JSFunction> boilerplate = Compiler::Compile(source_code,
  /external/v8/src/
bootstrapper.cc 121 Handle<String> source_code = local
123 Heap::natives_source_cache()->set(index, *source_code);
126 Handle<String> source_code = local
128 Heap::natives_source_cache()->set(index, *source_code);
850 Handle<String> source_code = Bootstrapper::NativesSourceLookup(index); local
1303 Handle<String> source_code = Factory::NewStringFromAscii(source); local
    [all...]
debug.cc 678 Handle<String> source_code = Bootstrapper::NativesSourceLookup(index); local
686 boilerplate = Compiler::Compile(source_code,
    [all...]

Completed in 125 milliseconds