Searched refs:source_code (Results 1 – 4 of 4) sorted by relevance
/external/webkit/V8Binding/v8/test/cctest/ |
D | test-compiler.cc | 115 Handle<String> source_code(Factory::NewStringFromUtf8(CStrVector(source))); in Compile() local 117 Compiler::Compile(source_code, Handle<String>(), 0, 0, NULL, NULL); in Compile()
|
/external/webkit/V8Binding/v8/src/ |
D | bootstrapper.cc | 100 Handle<String> source_code = in NativesSourceLookup() local 102 Heap::natives_source_cache()->set(index, *source_code); in NativesSourceLookup() 852 Handle<String> source_code = Bootstrapper::NativesSourceLookup(index); in CompileBuiltin() local 853 return CompileNative(name, source_code); in CompileBuiltin() 1299 Handle<String> source_code = Factory::NewStringFromAscii(source); in InstallExtension() local 1301 source_code, in InstallExtension()
|
D | handles.cc | 699 Handle<String> source_code = Bootstrapper::NativesSourceLookup(index); in LoadLazy() local 703 boilerplate = Compiler::Compile(source_code, script_name, 0, 0, NULL, NULL); in LoadLazy()
|
D | debug.cc | 694 Handle<String> source_code = Bootstrapper::NativesSourceLookup(index); in CompileDebuggerScript() local 702 boilerplate = Compiler::Compile(source_code, script_name, 0, 0, NULL, NULL); in CompileDebuggerScript()
|