Searched defs:TestWithWith (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
H A Dvalue-wrapper.js63 function TestWithWith(obj) {
71 TestWithWith('xxx');
72 TestWithWith(true);
73 TestWithWith(false);
74 TestWithWith(42);
75 TestWithWith(3.14);

Completed in 76 milliseconds