Home | History | Annotate | Download | only in src

Lines Matching refs:functions

235     // Don't show functions from native scripts to user.
721 void JavaScriptFrame::GetFunctions(List<JSFunction*>* functions) {
722 ASSERT(functions->length() == 0);
723 functions->Add(JSFunction::cast(function()));
727 void JavaScriptFrame::Summarize(List<FrameSummary>* functions) {
728 ASSERT(functions->length() == 0);
736 functions->Add(summary);
832 // functions containing throw.
958 void OptimizedFrame::GetFunctions(List<JSFunction*>* functions) {
959 ASSERT(functions->length() == 0);
983 functions->Add(function);