Lines Matching refs:function
33 function FindCallFrame(exec_state, frame_code) {
46 throw new Error("Failed to find function name " + function_name);
49 function TestCase(test_scenario, expected_output) {
53 function TestCode() {
54 function A() {
55 // Extra stack variable. To make function not slim.
56 // Restarter doesn't work on slim function when stopped on 'debugger'
64 function B(p1, p2) {
68 function C() {
70 // Function call with argument adaptor is intentional.
73 function D() {
75 // Function call with argument adaptor is intentional.
78 function E() {
82 function F() {
91 function DebuggerStatementHandler(exec_state) {
107 function listener(event, exec_state, event_data, data) {