Home | History | Annotate | Download | only in src

Lines Matching defs:source

2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
393 // source.
399 if (!script->source()->IsString()) {
400 ASSERT(script->source()->IsUndefined());
407 Handle<String> src(String::cast(script->source()), isolate);
522 // Slow mode: we do not have line_ends. We have to iterate through source.
523 if (!script->source()->IsString()) {
526 String* source = String::cast(script->source());
528 int len = source->length();
533 if (source->Get(pos) == '\n') {