Home | History | Annotate | Download | only in src

Lines Matching refs:functions

1321   // be the case when calling unknown functions and having the debugger stopped
1396 // Skip builtin functions on the stack.
1655 // For constructor functions skip another frame.
1670 // Don't allow step into functions in the native context.
1794 // Find all non-optimized code functions with activation frames
1795 // on the stack. This includes functions which have optimized
1796 // activations (including inlined functions) on the stack as the
1801 List<JSFunction*> functions(Compiler::kMaxInliningLevels + 1);
1802 frame->GetFunctions(&functions);
1803 for (int i = 0; i < functions.length(); i++) {
1804 JSFunction* function = functions[i];
1927 // functions as debugging does not work with optimized code.
1934 // Keep the list of activated functions
1939 // We are going to iterate heap to find all functions without
1945 // field in the Code object to mark active functions.
1959 // Scan the heap for all non-optimized functions which have no
1986 // Now recompile all functions with activation frames and and
3121 // When calling functions in the debugger prevent it from beeing unloaded.