Searched defs:callTrap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/test/mjsunit/harmony/
H A Dproxies-example-membrane.js173 function callTrap() {
188 return Proxy.createFunction(handler, callTrap, constructTrap);
336 function callTrap() {
348 Proxy.createFunction(dryRevokeHandler, callTrap, constructTrap);
403 function callTrap() {
415 Proxy.createFunction(wetRevokeHandler, callTrap, constructTrap);
/external/v8/test/mjsunit/harmony/
H A Dproxies-example-membrane.js173 function callTrap() {
188 return Proxy.createFunction(handler, callTrap, constructTrap);
336 function callTrap() {
348 Proxy.createFunction(dryRevokeHandler, callTrap, constructTrap);
403 function callTrap() {
415 Proxy.createFunction(wetRevokeHandler, callTrap, constructTrap);

Completed in 168 milliseconds