• Home
  • Raw
  • Download

Lines Matching refs:ToLocal

135     if (!m_info[0]->ToString(m_context).ToLocal(&titleValue))  in firstArgToString()
178 .ToLocal(&func)) in createBoundFunctionProperty()
479 .ToLocal(&memoryValue)) in memoryGetterCallback()
597 if (!helper.firstArgAsObject().ToLocal(&obj)) return; in keysCallback()
599 if (!obj->GetOwnPropertyNames(isolate->GetCurrentContext()).ToLocal(&names)) in keysCallback()
612 if (!helper.firstArgAsObject().ToLocal(&obj)) return; in valuesCallback()
615 if (!obj->GetOwnPropertyNames(context).ToLocal(&names)) return; in valuesCallback()
619 if (!names->Get(context, i).ToLocal(&key)) continue; in valuesCallback()
621 if (!obj->Get(context, key).ToLocal(&value)) continue; in valuesCallback()
648 if (!helper.firstArgAsFunction().ToLocal(&function)) return; in debugFunctionCallback()
662 if (!helper.firstArgAsFunction().ToLocal(&function)) return; in undebugFunctionCallback()
673 if (!helper.firstArgAsFunction().ToLocal(&function)) return; in monitorFunctionCallback()
700 if (!helper.firstArgAsFunction().ToLocal(&function)) return; in unmonitorFunctionCallback()
765 .ToLocal(&prototype) && in queryObjectsCallback()
949 if (!commandLineAPI->Get(context, name).ToLocal(&value)) return; in accessorGetterCallback()
957 .ToLocal(&value)) in accessorGetterCallback()
987 if (!m_commandLineAPI->GetOwnPropertyNames(context).ToLocal(&names)) return; in CommandLineAPIScope()
994 if (!names->Get(context, i).ToLocal(&name) || !name->IsName()) continue; in CommandLineAPIScope()
996 if (!m_installedMethods->Add(context, name).ToLocal(&m_installedMethods)) in CommandLineAPIScope()
1021 if (!names->Get(m_context, i).ToLocal(&name) || !name->IsName()) continue; in ~CommandLineAPIScope()
1026 .ToLocal(&descriptor); in ~CommandLineAPIScope()