Home | History | Annotate | Download | only in src

Lines Matching refs:script

7443   // Check that the function has a script associated with it.
7444 if (!shared_info->script()->IsScript()) return false;
7570 return !script()->IsUndefined() &&
7571 !reinterpret_cast<Script*>(script())->source()->IsUndefined();
7577 Handle<String> source(String::cast(Script::cast(script())->source()));
7712 // Get the source for the script which this function came from.
7716 reinterpret_cast<String*>(Script::cast(script())->source());
8062 // The position returned is relative to the beginning of the script where the
10533 // script source code and the start position of the calling scope.
10536 Script* script = Script::cast(shared->script());
10537 hash ^= String::cast(script->source())->Hash();