Home | History | Annotate | Download | only in src

Lines Matching refs:contexts_

390         contexts_(isolate),
400 PersistentValueVector<Context> contexts_;
444 size_t index = static_cast<int>(data->contexts_.Size());
445 data->contexts_.Append(context);
485 int num_contexts = static_cast<int>(data->contexts_.Size());
490 v8::Utils::OpenHandle(*data->contexts_.Get(i));
493 data->contexts_.Clear();