Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Dstrict-mode-implicit-receiver.js32 function get_y() { return this.y; } function
50 function get_y() { return this.y; } function
52 assertEquals(3, get_y());
53 assertEquals(3, get_y(23));
/external/llvm/test/CodeGen/X86/
Dtls-local-dynamic.ll6 ; get_x and get_y are here to prevent x and y to be optimized away as 0
19 define i32* @get_y() {