Home | History | Annotate | Download | only in src

Lines Matching defs:source_type

338     ScriptCompiler::CompileOptions compile_options, SourceType source_type) {
343 source_type == MODULE) {
345 return source_type == SCRIPT
363 DCHECK_EQ(SCRIPT, source_type);
374 bool report_exceptions, SourceType source_type) {
387 source_type).ToLocal(&script)) {
1513 Shell::SourceType source_type = Shell::SCRIPT;
1532 source_type = Shell::MODULE;
1551 source_type)) {