Home
last modified time | relevance | path

Searched refs:GetSecurityToken (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-context.h150 Local<Value> GetSecurityToken();
/third_party/node/src/
Dnode_contextify.cc261 v8_context->SetSecurityToken(main_context->GetSecurityToken()); in New()
/third_party/node/deps/v8/src/d8/
Dd8.cc1829 args.GetIsolate()->GetEnteredOrMicrotaskContext()->GetSecurityToken()); in RealmCreateAllowCrossRealmAccess()
/third_party/node/deps/v8/src/api/
Dapi.cc6466 Local<Value> v8::Context::GetSecurityToken() { in GetSecurityToken() function in v8::v8::Context