Home | History | Annotate | Download | only in src

Lines Matching refs:eval_from_script

237     Handle<Script> eval_from_script =
240 if (eval_from_script->compilation_type() == Script::COMPILATION_TYPE_EVAL) {
244 isolate, str, FormatEvalOrigin(isolate, eval_from_script), String);
247 DCHECK(eval_from_script->compilation_type() !=
250 Handle<Object> name_obj = handle(eval_from_script->name(), isolate);
251 if (eval_from_script->name()->IsString()) {
255 if (Script::GetPositionInfo(eval_from_script, script->GetEvalPosition(),
270 DCHECK(!eval_from_script->name()->IsString());