Searched refs:calling_context2 (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/cctest/
H A Dtest-api.cc12370 v8::Persistent<Context> calling_context2; variable
12374 // calling_context2, the directly calling context is calling_context1
12380 CHECK(Context::GetEntered() == calling_context2);
12390 calling_context2 = Context::New();
12396 calling_context2->SetSecurityToken(token);
12416 calling_context2->Enter();
12417 calling_context2->Global()->Set(v8_str("context1"),
12420 calling_context2->Exit();
12425 calling_context2.Dispose();
12428 calling_context2
[all...]

Completed in 116 milliseconds