Home
last modified time | relevance | path

Searched refs:source_code (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dbootstrapper.cc121 Handle<String> source_code = in NativesSourceLookup() local
123 Heap::natives_source_cache()->set(index, *source_code); in NativesSourceLookup()
126 Handle<String> source_code = in NativesSourceLookup() local
128 Heap::natives_source_cache()->set(index, *source_code); in NativesSourceLookup()
850 Handle<String> source_code = Bootstrapper::NativesSourceLookup(index); in CompileBuiltin() local
851 return CompileNative(name, source_code); in CompileBuiltin()
1303 Handle<String> source_code = Factory::NewStringFromAscii(source); in InstallExtension() local
1305 source_code, in InstallExtension()
Ddebug.cc678 Handle<String> source_code = Bootstrapper::NativesSourceLookup(index); in CompileDebuggerScript() local
686 boilerplate = Compiler::Compile(source_code, in CompileDebuggerScript()
/external/v8/test/cctest/
Dtest-compiler.cc116 Handle<String> source_code(Factory::NewStringFromUtf8(CStrVector(source))); in Compile() local
117 Handle<JSFunction> boilerplate = Compiler::Compile(source_code, in Compile()