Lines Matching refs:functions
216 // Don't show functions from native scripts to user.
669 void JavaScriptFrame::GetFunctions(List<JSFunction*>* functions) {
670 ASSERT(functions->length() == 0);
671 functions->Add(JSFunction::cast(function()));
675 void JavaScriptFrame::Summarize(List<FrameSummary>* functions) {
676 ASSERT(functions->length() == 0);
684 functions->Add(summary);
712 // functions containing throw.
809 void OptimizedFrame::GetFunctions(List<JSFunction*>* functions) {
810 ASSERT(functions->length() == 0);
833 functions->Add(function);