Home | History | Annotate | Download | only in debug

Lines Matching refs:fun

2160 function ScopeDetails(frame, fun, index, opt_details) {
2171 this.details_ = opt_details || %GetFunctionScopeDetails(fun.value(), index);
2172 this.fun_value_ = fun.value();
2250 function ScopeMirror(frame, fun, index, opt_details) {
2258 this.details_ = new ScopeDetails(frame, fun, index, opt_details);