Home | History | Annotate | Download | only in cctest

Lines Matching refs:g_echo_value

8231 static int g_echo_value = -1;
8235 info.GetReturnValue().Set(v8_num(g_echo_value));
8243 g_echo_value = value->Int32Value();
8474 CHECK_EQ(3, g_echo_value);
8565 CHECK_EQ(42, g_echo_value);