Home | History | Annotate | Download | only in src

Lines Matching refs:Script

9995   return !script()->IsUndefined() &&
9996 !reinterpret_cast<Script*>(script())->source()->IsUndefined();
10002 Handle<String> source(String::cast(Script::cast(script())->source()));
10009 // Check that the function has a script associated with it.
10010 if (!script()->IsScript()) return false;
10049 // Get the source for the script which this function came from.
10053 reinterpret_cast<String*>(Script::cast(script())->source());
10458 // The position returned is relative to the beginning of the script where the
13808 // script source code and the start position of the calling scope.
13811 Script* script = Script::cast(shared->script());
13812 hash ^= String::cast(script->source())->Hash();
15166 // The key for the script compilation cache is dependent on the mode flags,