Lines Matching refs:function
15 function ProxyCreate(handler, proto) {
25 function ProxyCreateFunction(handler, callTrap, constructTrap) {
35 constructTrap = function() {
43 handler, callTrap, constructTrap, $Function.prototype)
49 function SetUpProxy() {
68 function DerivedConstructTrap(callTrap) {
69 return function() {
78 function DelegateCallAndConstruct(callTrap, constructTrap) {
79 return function() {
85 function DerivedGetTrap(receiver, name) {
97 function DerivedSetTrap(receiver, name, val) {
144 function DerivedHasTrap(name) {
148 function DerivedHasOwnTrap(name) {
152 function DerivedKeysTrap() {
166 function DerivedEnumerateTrap() {
184 function ProxyEnumerate(proxy) {