Home
last modified time | relevance | path

Searched refs:AddDetachedContext (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Disolate.h1154 void AddDetachedContext(Handle<Context> context);
Disolate.cc3573 void Isolate::AddDetachedContext(Handle<Context> context) { in Throw() function in v8::internal::Isolate
Dbootstrapper.cc357 env->GetIsolate()->AddDetachedContext(env); in DetachGlobal()