Home | History | Annotate | Download | only in src

Lines Matching refs:functions

316   // maps with constant functions can't be shared if the functions are
490 // Update the functions literal and return the boilerplate.
515 // Update the functions literal and return the boilerplate.
541 // Update the functions literal and return the boilerplate.
560 // Update the functions literal and return the boilerplate.
579 // Update the functions literal and return the boilerplate.
1178 // difference for global functions with the same names as event
1233 // Functions are not read-only.
2003 // Insert the object, regexp and array functions in the literals
2004 // array prefix. These are the functions that will be used when
7078 List<JSFunction*> functions(2);
7079 frame->GetFunctions(&functions);
7080 if (functions.length() > 1) {
7081 int inlined_frame_index = functions.length() - 1;
7082 JSFunction* inlined_function = functions[inlined_frame_index];
7641 // which allows deleting all parameters in functions that mention
7916 // NOTE: These PrintXXX functions are defined for all builds (not just
9052 // Helper functions for wrapping and unwrapping stack frame ids.
9533 // of arguments matching the functions parameters. The rest of the
10262 // again as the compilation might create inner functions from the newly
10264 // these functions.
10318 functions is introduced some additional checking
10319 // needs to be done here to compile inner functions.
10323 // functions which might contain the requested source position.
10788 // checked in the context of functions using them.
11073 // For a script calculates compilation information about all its functions.
11157 // Just ignore this. We may not have a SharedFunctionInfo for some functions
11545 // for the requested break point. For lazily compiled functions several heap
11856 /* Inline runtime functions have an underscore in front of the name. */ \