Home
last modified time | relevance | path

Searched refs:context4 (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/test/cctest/
Dtest-microtask-delivery.cc129 LocalContext context4(isolate.GetIsolate()); in TEST() local
130 context4->Global()->Set(String::NewFromUtf8(isolate.GetIsolate(), "obj"), in TEST()
Dtest-object-observe.cc72 LocalContext context4(CcTest::isolate()); in TEST() local
73 context4->SetSecurityToken(foo); in TEST()
74 context4->Global()->Set( in TEST()
76 context4->Global()->Set(String::NewFromUtf8(CcTest::isolate(), "fun1"), in TEST()
78 context4->Global()->Set(String::NewFromUtf8(CcTest::isolate(), "fun2"), in TEST()
80 context4->Global()->Set(String::NewFromUtf8(CcTest::isolate(), "fun3"), in TEST()
/external/chromium_org/mojo/system/
Dwaiter_list_unittest.cc170 uint32_t context4; in TEST() local
262 test::SimpleWaiterThread thread4(&result4, &context4); in TEST()
284 EXPECT_EQ(10u, context4); in TEST()