Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/harmony/
Dproxies-example-membrane.js244 var wfx = w.f({a: 6}); variable
261 assertThrows(function() { wfx.a }, Error);
279 assertEquals(6, wfx.a);
489 var wfx = w.f({a: 6})
508 assertEquals(6, wfx.a)