Home | History | Annotate | Download | only in cctest

Lines Matching refs:calling

5507 // Function to retrieve the number of JavaScript frames by calling a JavaScript
5516 // Function to retrieve the source line of the top JavaScript frame by calling a
5589 // Calling a function through the debugger returns 0 frames if there are
6384 // Calling g will not cause any additional breaks.
7022 // Set the debug break flag before calling the code using function.apply.
7043 // Property getter that checks that current and calling contexts
7052 v8::Handle<v8::Context> calling = v8::Context::GetCalling();
7053 CHECK(calling == debugee_context);
7054 CHECK(calling != debugger_context);