Home
last modified time | relevance | path

Searched refs:TestCallIntrinsic (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/mjsunit/harmony/
Dproxies-function.js260 function TestCallIntrinsic(type, callTrap) { class
266 TestCallIntrinsic("boolean", Boolean)
267 TestCallIntrinsic("number", Number)
268 TestCallIntrinsic("string", String)
269 TestCallIntrinsic("object", Object)
270 TestCallIntrinsic("function", Function)