Lines Matching refs:ToLocal
135 if (!m_info[0]->ToString(m_context).ToLocal(&titleValue))
178 .ToLocal(&func))
479 .ToLocal(&memoryValue))
597 if (!helper.firstArgAsObject().ToLocal(&obj)) return;
599 if (!obj->GetOwnPropertyNames(isolate->GetCurrentContext()).ToLocal(&names))
612 if (!helper.firstArgAsObject().ToLocal(&obj)) return;
615 if (!obj->GetOwnPropertyNames(context).ToLocal(&names)) return;
619 if (!names->Get(context, i).ToLocal(&key)) continue;
621 if (!obj->Get(context, key).ToLocal(&value)) continue;
648 if (!helper.firstArgAsFunction().ToLocal(&function)) return;
662 if (!helper.firstArgAsFunction().ToLocal(&function)) return;
673 if (!helper.firstArgAsFunction().ToLocal(&function)) return;
700 if (!helper.firstArgAsFunction().ToLocal(&function)) return;
765 .ToLocal(&prototype) &&
949 if (!commandLineAPI->Get(context, name).ToLocal(&value)) return;
957 .ToLocal(&value))
987 if (!m_commandLineAPI->GetOwnPropertyNames(context).ToLocal(&names)) return;
994 if (!names->Get(context, i).ToLocal(&name) || !name->IsName()) continue;
996 if (!m_installedMethods->Add(context, name).ToLocal(&m_installedMethods))
1021 if (!names->Get(m_context, i).ToLocal(&name) || !name->IsName()) continue;
1026 .ToLocal(&descriptor);