Lines Matching refs:function
66 function makeSparseArray() {
81 function makeNonConstantArray() { return [ [ n ] ]; }
87 function makeNonConstantObject() { return { a: { b: n } }; }
94 function makeRegexpInArray() { return [ [ /a*/, {} ] ]; }
101 function makeRegexpInObject() { return { a: { b: /b*/, c: {} } }; }
123 "function",
142 function testKeywordProperty(keyword) {
174 // Function property, called.
176 function test_call() { this.was_called = true; was_called = true; }
182 // Function property, constructed.
183 function construct() { this.constructed = true; }
195 (function TestNumericNames() {
217 function TestNumericNamesGetter(expectedKeys, object) {
219 expectedKeys.forEach(function(key) {
241 function TestNumericNamesSetter(expectedKeys, object) {
243 expectedKeys.forEach(function(key) {