Lines Matching refs:pObj

165 					JSFXObject pObj = JS_GetThisObj(*pRuntime);

167 if (JS_GetObjDefnID(pObj) == JS_GetObjDefnID(*pRuntime, L"Document"))
169 pJSDocument = (CJS_Document*)JS_GetPrivate(pRuntime->GetIsolate(),pObj);
174 JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime,L"Document"));
175 pJSDocument = (CJS_Document*)JS_GetPrivate(pRuntime->GetIsolate(),pObj);
346 JSObject pObj = params[0];
348 v8::Handle<v8::Value> pValue = JS_GetObjectElement(isolate, pObj, L"cMsg");
351 pValue = JS_GetObjectElement(isolate,pObj,L"cTitle");
354 pValue = JS_GetObjectElement(isolate,pObj,L"nIcon");
357 pValue = JS_GetObjectElement(isolate,pObj,L"nType");
618 JSFXObject pObj = (JSFXObject)params[0];
620 if (JS_GetObjDefnID(pObj) == JS_GetObjDefnID(*pRuntime, L"TimerObj"))
666 JSFXObject pObj = (JSFXObject)params[0];
668 if (JS_GetObjDefnID(pObj) == JS_GetObjDefnID(*pRuntime, L"TimerObj"))
787 JSObject pObj = (JSObject)params[0];
789 v8::Handle<v8::Value> pValue = JS_GetObjectElement(isolate,pObj, L"bUI");
792 pValue = JS_GetObjectElement(isolate, pObj, L"cTo");
795 pValue = JS_GetObjectElement(isolate,pObj, L"cCc");
798 pValue = JS_GetObjectElement(isolate,pObj, L"cBcc");
801 pValue = JS_GetObjectElement(isolate,pObj, L"cSubject");
804 pValue = JS_GetObjectElement(isolate,pObj, L"cMsg");
887 JSObject pObj = (JSObject )params[0];
889 v8::Handle<v8::Value> pValue = JS_GetObjectElement(isolate,pObj,L"bSave");
892 pValue = JS_GetObjectElement(isolate, pObj,L"cFilenameInit");
898 pValue = JS_GetObjectElement(isolate,pObj,L"cFSInit");
1049 JSObject pObj = (JSObject )params[0];
1050 v8::Handle<v8::Value> pValue = JS_GetObjectElement(isolate,pObj,L"cQuestion");
1053 pValue = JS_GetObjectElement(isolate,pObj,L"cTitle");
1056 pValue = JS_GetObjectElement(isolate,pObj,L"cDefault");
1059 pValue = JS_GetObjectElement(isolate,pObj,L"cLabel");
1062 pValue = JS_GetObjectElement(isolate,pObj,L"bPassword");