Home | History | Annotate | Download | only in debug

Lines Matching refs:script

36   DCHECK(frame_inspector->GetScript()->type() != Script::TYPE_WASM);
42 if (shared_info->script()->IsUndefined(isolate)) {
49 // Currently it takes too much time to find nested scopes due to script
94 Handle<Script> script(Script::cast(shared_info->script()));
95 info.reset(new ParseInfo(&zone, script));
282 // If we are at the native context and have not yet seen script scope,
450 os << "Script:\n";