Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-context.h144 void SetSecurityToken(Local<Value> token);
/third_party/node/src/
Dnode_contextify.cc261 v8_context->SetSecurityToken(main_context->GetSecurityToken()); in New()
/third_party/node/deps/v8/src/d8/
Dd8.cc1828 context->SetSecurityToken( in RealmCreateAllowCrossRealmAccess()
/third_party/node/deps/v8/src/api/
Dapi.cc6455 void v8::Context::SetSecurityToken(Local<Value> token) { in SetSecurityToken() function in v8::v8::Context