Home | History | Annotate | Download | only in mjsunit

Lines Matching defs:source

2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
29 // Source lines for test.
42 // Build source by putting all lines together
43 var source = '';
45 source += lines[i];
47 eval(source);
53 // Get the script object from one of the functions in the source.
56 // Make sure that the source is as expected.
57 assertEquals(source, script.source);
58 assertEquals(source, script.sourceSlice().sourceText());