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

/external/chromium_org/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);
/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 187 milliseconds