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

/external/v8/test/cctest/
H A Dtest-api.cc10806 v8::Persistent<Context> calling_context0; variable
10813 // and the callback itself is in calling_context0.
10816 CHECK(Context::GetCurrent() == calling_context0);
10826 calling_context0 = Context::New();
10832 calling_context0->SetSecurityToken(token);
10837 calling_context0->Enter();
10840 calling_context0->Global()->Set(v8_str("callback"),
10842 calling_context0->Exit();
10848 calling_context0->Global());
10861 calling_context0
[all...]

Completed in 61 milliseconds