Home | History | Annotate | Download | only in src

Lines Matching refs:Script

4724   return !script()->IsUndefined() &&
4725 !Script::cast(script())->source()->IsUndefined();
4731 if (script()->IsUndefined()) return Heap::undefined_value();
4732 Object* source = Script::cast(script())->source();
4849 if (script()->IsUndefined() ||
4850 Script::cast(script())->source()->IsUndefined()) {
4855 // Get the source for the script which this function came from.
4859 reinterpret_cast<String*>(Script::cast(script())->source());
4996 // The position returned is relative to the beginning of the script where the
6665 // script source code and the start and end positions. We do
6668 Script* script = Script::cast(shared->script());
6669 hash ^= String::cast(script->source())->Hash();