Searched refs:get_y (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/mjsunit/
H A Dstrict-mode-implicit-receiver.js32 function get_y() { return this.y; } function
50 function get_y() { return this.y; }
52 assertEquals(3, get_y());
53 assertEquals(3, get_y(23));
/external/autotest/client/bin/input/
H A Dinput_device.py473 def get_y(self): member in class:InputDevice
606 y = device.get_y()

Completed in 416 milliseconds