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

/external/v8/test/cctest/
H A Dtest-api.cc10807 v8::Persistent<Context> calling_context1; variable
10812 // calling_context2, the directly calling context is calling_context1
10817 CHECK(Context::GetCalling() == calling_context1);
10827 calling_context1 = Context::New();
10833 calling_context1->SetSecurityToken(token);
10846 calling_context1->Enter();
10847 calling_context1->Global()->Set(v8_str("context0"),
10850 calling_context1->Exit();
10856 calling_context1->Global());
10862 calling_context1
[all...]

Completed in 37 milliseconds