Home | History | Annotate | Download | only in debug

Lines Matching refs:fun

2181 function ScopeDetails(frame, fun, index, opt_details) {
2192 this.details_ = opt_details || %GetFunctionScopeDetails(fun.value(), index);
2193 this.fun_value_ = fun.value();
2248 function ScopeMirror(frame, fun, index, opt_details) {
2256 this.details_ = new ScopeDetails(frame, fun, index, opt_details);