Searched defs:side_effect (Results 1 - 5 of 5) sorted by relevance

/external/v8/test/mjsunit/compiler/
H A Dregress-3218915.js34 function side_effect() { try {} finally {} return "wrong"; } function
42 function test(x) { return observe(this, ((0, side_effect()), x + 1)); }
50 // object. If the value of the call to side_effect() is lingering after the
/external/v8/test/mjsunit/regress/
H A Dregress-1210.js37 function side_effect(x) { a = x; } function
41 // immediately after the call to 'side_effect' (i.e., still in the key
43 return observe(a, arguments[side_effect(a), a + 0]);
H A Dregress-1711.js31 var side_effect = false; variable
34 side_effect = true;
38 assertTrue(side_effect);
H A Dregress-1167.js65 function side_effect() { } function
69 (((side_effect.observe <= side_effect.side_effect) !== false),
/external/clang/test/SemaCXX/
H A Dwarn-unused-private-field.cpp86 int side_effect() { function
94 initialized_with_side_effect_(side_effect()) {
109 int in_class_initializer_with_side_effect_ = side_effect();

Completed in 111 milliseconds