Searched defs:callTrap (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | proxy.js | 44 $Proxy.createFunction = function(handler, callTrap, constructTrap) { argument 71 function DerivedConstructTrap(callTrap) { argument 82 function DelegateCallAndConstruct(callTrap, constructTrap) { argument
|
/external/v8/test/mjsunit/harmony/ |
D | proxies-function.js | 33 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
|
D | proxies-example-membrane.js | 173 function callTrap() { function 336 function callTrap() { function 403 function callTrap() { function
|