Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/jerry/
Dfunction-prototype-bind.js84 var _p3 = new P3(8); variable
85 assert (_p3.x === 2);
86 assert (_p3.y === 5);
87 assert (_p3 instanceof P);
88 assert (_p3 instanceof P1);
89 assert (_p3 instanceof P2);
90 assert (_p3 instanceof P3);
/third_party/python/Doc/howto/
Ddescriptor.rst671 >>> vars(a).update(p3 = '_p3', m7 = '_m7')