Searched refs:inspectedContextValue (Results 1 – 1 of 1) sorted by relevance
54 v8::Local<v8::Value> inspectedContextValue; in ensureInspectedContext() local55 if (!console->GetPrivate(m_context, key).ToLocal(&inspectedContextValue)) in ensureInspectedContext()57 DCHECK(inspectedContextValue->IsExternal()); in ensureInspectedContext()59 inspectedContextValue.As<v8::External>()->Value()); in ensureInspectedContext()