Home | History | Annotate | Download | only in fxjs

Lines Matching refs:GetObjectProperty

545     v8::Local<v8::Value> pValue = pRuntime->GetObjectProperty(pObj, L"cURL");
549 bFDF = pRuntime->ToBoolean(pRuntime->GetObjectProperty(pObj, L"bFDF"));
550 bEmpty = pRuntime->ToBoolean(pRuntime->GetObjectProperty(pObj, L"bEmpty"));
551 aFields = pRuntime->ToArray(pRuntime->GetObjectProperty(pObj, L"aFields"));
626 bUI = pRuntime->ToBoolean(pRuntime->GetObjectProperty(pObj, L"bUI"));
627 cTo = pRuntime->ToWideString(pRuntime->GetObjectProperty(pObj, L"cTo"));
628 cCc = pRuntime->ToWideString(pRuntime->GetObjectProperty(pObj, L"cCc"));
629 cBcc = pRuntime->ToWideString(pRuntime->GetObjectProperty(pObj, L"cBcc"));
631 pRuntime->ToWideString(pRuntime->GetObjectProperty(pObj, L"cSubject"));
632 cMsg = pRuntime->ToWideString(pRuntime->GetObjectProperty(pObj, L"cMsg"));