Searched defs:callTrap (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/v8/src/ |
D | proxy.js | 25 function ProxyCreateFunction(handler, callTrap, constructTrap) { argument 68 function DerivedConstructTrap(callTrap) { argument 78 function DelegateCallAndConstruct(callTrap, constructTrap) { argument
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
D | proxies-function.js | 33 function CreateFrozen(handler, callTrap, constructTrap) { argument 54 function TestCall(isStrict, callTrap) { argument 260 function TestCallIntrinsic(type, callTrap) { argument 276 function TestCallThrow(callTrap) { argument 392 function TestConstructFromCall(proto, returnsThis, callTrap) { argument 397 function TestConstructFromCall2(proto, returnsThis, callTrap, handler) { argument
|
D | proxies-example-membrane.js | 173 function callTrap() { function 336 function callTrap() { function 403 function callTrap() { function
|