Searched refs:context4 (Results 1 – 3 of 3) sorted by relevance
/external/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/google-breakpad/src/processor/ |
D | minidump_unittest.cc | 538 Context context4(dump, raw_context4); in TEST() local 539 Thread thread4(dump, 0x261a28d4, stack4, context4, in TEST() 542 dump.Add(&context4); in TEST()
|