Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:function

34 function Cons() {
39 function Deep() {
48 function Slice() {
53 function Flat() {
57 function Cons16() {
62 function Deep16() {
71 function Slice16Beginning() {
76 function Slice16Middle() {
81 function Slice16End() {
86 function Flat16() {
91 function Thing() {
95 function NotAString() {
97 n.toString = function() { return "Test"; };
103 function NotAString16() {
105 n.toString = function() { return "Te\u1234t"; };
111 function TestStringType(generator, sixteen) {
159 function ConsNotSmiIndex() {
176 function StupidThing() {
178 this.toString = function() { return 42; }
214 // Test crankshaft code when the function is set directly on the
220 function directlyOnPrototype() {