Home
last modified time | relevance | path

Searched defs:callTrap (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dproxy.js44 $Proxy.createFunction = function(handler, callTrap, constructTrap) { argument
71 function DerivedConstructTrap(callTrap) { argument
82 function DelegateCallAndConstruct(callTrap, constructTrap) { argument
/external/v8/test/mjsunit/harmony/
Dproxies-function.js33 function CreateFrozen(handler, callTrap, constructTrap) { argument
54 function TestCall(isStrict, callTrap) { argument
262 function TestCallIntrinsic(type, callTrap) { argument
278 function TestCallThrow(callTrap) { argument
394 function TestConstructFromCall(proto, returnsThis, callTrap) { argument
399 function TestConstructFromCall2(proto, returnsThis, callTrap, handler) { argument
Dproxies-example-membrane.js173 function callTrap() { function
336 function callTrap() { function
403 function callTrap() { function