Home
last modified time | relevance | path

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

/external/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/google-breakpad/src/processor/
Dminidump_unittest.cc538 Context context4(dump, raw_context4); in TEST() local
539 Thread thread4(dump, 0x261a28d4, stack4, context4, in TEST()
542 dump.Add(&context4); in TEST()