Home | History | Annotate | Download | only in src

Lines Matching refs:Function

34 $Proxy.create = function(handler, proto) {
44 $Proxy.createFunction = function(handler, callTrap, constructTrap) {
54 constructTrap = function() {
62 handler, callTrap, constructTrap, $Function.prototype)
71 function DerivedConstructTrap(callTrap) {
72 return function() {
82 function DelegateCallAndConstruct(callTrap, constructTrap) {
83 return function() {
89 function DerivedGetTrap(receiver, name) {
101 function DerivedSetTrap(receiver, name, val) {
148 function DerivedHasTrap(name) {
152 function DerivedHasOwnTrap(name) {
156 function DerivedKeysTrap() {
169 function DerivedEnumerateTrap() {
182 function ProxyEnumerate(proxy) {