Lines Matching refs:function
28 // Calling non-objects directly or via Function.prototype.call should
33 assertThrows(function() {
38 re1.call = Function.prototype.call;
39 assertThrows(function() {
44 assertThrows(function() {
45 Function.prototype.call.call(re2, null, 'abcdefghijklm') + 'z';
49 assertThrows(function() {
50 Function.prototype.call.apply(
55 assertThrows(function() {
56 Function.prototype.apply.call(
61 assertThrows(function() {
62 Function.prototype.apply.apply(