Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:function

34 function TestCase(test_scenario, expected_output) {
38 var script_text_generator = (function() {
42 get: function() {
43 return "(function() {\n " +
44 " function A() {\n " +
50 " function B(p1, p2) {\n " +
54 " function C() {\n " +
56 " // Function call with argument adaptor is intentional.\n " +
59 " function D() {\n " +
61 " // Function call with argument adaptor is intentional.\n " +
64 " function E() {\n " +
68 " function F() {\n " +
75 change: function(var_name) {
87 function DebuggerStatementHandler() {
108 function listener(event, exec_state, event_data, data) {