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

/external/v8/test/cctest/
H A Dtest-api.cc12369 v8::Persistent<Context> calling_context1; variable
12374 // calling_context2, the directly calling context is calling_context1
12379 CHECK(Context::GetCalling() == calling_context1);
12389 calling_context1 = Context::New();
12395 calling_context1->SetSecurityToken(token);
12408 calling_context1->Enter();
12409 calling_context1->Global()->Set(v8_str("context0"),
12412 calling_context1->Exit();
12418 calling_context1->Global());
12424 calling_context1
[all...]

Completed in 55 milliseconds