Searched refs:m_from (Results 1 – 1 of 1) sorted by relevance
26 if (object->CreationContext() != m_from) return value; in copy()35 if (!array->Get(m_from, i).ToLocal(&item)) in copy()50 if (!object->GetOwnPropertyNames(m_from).ToLocal(&properties)) in copy()54 if (!properties->Get(m_from, i).ToLocal(&name) || !name->IsString()) in copy()57 if (!object->Get(m_from, name).ToLocal(&property)) in copy()71 v8::Local<v8::Context> m_from; member in v8_inspector::__anoned67f3660111::V8ValueCopier173 copier.m_from = debuggerContext; in copyValueFromDebuggerContext()