Searched refs:context4 (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/v8/test/cctest/ |
D | test-microtask-delivery.cc | 129 LocalContext context4(isolate.GetIsolate()); in TEST() local 130 context4->Global()->Set(String::NewFromUtf8(isolate.GetIsolate(), "obj"), in TEST()
|
D | test-object-observe.cc | 72 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/ |
D | waiter_list_unittest.cc | 170 uint32_t context4; in TEST() local 262 test::SimpleWaiterThread thread4(&result4, &context4); in TEST() 284 EXPECT_EQ(10u, context4); in TEST()
|