Lines Matching full:get_x
3753 CompileRun("function get_x(o) { return o.x; };"3756 "for (var i = 0; i < 10; i++) get_x(obj);"3760 "get_x(interceptor_obj)");3788 CompileRun("function get_x(o) { return o.x; }"3791 " get_x(interceptor_obj);"3793 "get_x(interceptor_obj)");