Lines Matching refs:CompileScript

887 static Handle<SharedFunctionInfo> CompileScript(  in CompileScript()  function
890 return Compiler::CompileScript( in CompileScript()
919 CompileScript(isolate, orig_source, Handle<String>(), &cache, in TEST()
927 copy = CompileScript(isolate, copy_source, Handle<String>(), &cache, in TEST()
962 CompileScript(isolate, src, src, &cache, in TEST()
966 Handle<SharedFunctionInfo> copy = CompileScript( in TEST()
1002 CompileScript(isolate, orig_source, Handle<String>(), &cache, in TEST()
1016 copy = CompileScript(isolate, copy_source, Handle<String>(), &cache, in TEST()
1058 CompileScript(isolate, source_str, Handle<String>(), &cache, in TEST()
1066 copy = CompileScript(isolate, source_str, Handle<String>(), &cache, in TEST()
1111 CompileScript(isolate, source_str, Handle<String>(), &cache, in TEST()
1117 copy = CompileScript(isolate, source_str, Handle<String>(), &cache, in TEST()
1181 CompileScript(isolate, source_str, Handle<String>(), &cache, in TEST()
1187 copy = CompileScript(isolate, source_str, Handle<String>(), &cache, in TEST()
1295 CompileScript(isolate, source_string, Handle<String>(), &cache, in TEST()
1301 copy = CompileScript(isolate, source_string, Handle<String>(), &cache, in TEST()
1354 CompileScript(isolate, source_str, Handle<String>(), &cache, in TEST()
1360 copy = CompileScript(isolate, source_str, Handle<String>(), &cache, in TEST()
1405 CompileScript(isolate, source_string, name, &cache, in TEST()
1411 copy = CompileScript(isolate, source_string, name, &cache, in TEST()
1755 Handle<SharedFunctionInfo> shared = Compiler::CompileScript( in TEST()