Home | History | Annotate | Download | only in javascript

Lines Matching refs:pObj

164 					JSFXObject pObj = JS_GetThisObj(*pRuntime);
166 if (JS_GetObjDefnID(pObj) == JS_GetObjDefnID(*pRuntime, L"Document"))
168 pJSDocument = (CJS_Document*)JS_GetPrivate(pRuntime->GetIsolate(),pObj);
173 JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime,L"Document"));
174 pJSDocument = (CJS_Document*)JS_GetPrivate(pRuntime->GetIsolate(),pObj);
328 JSObject pObj = params[0].ToV8Object();
330 v8::Local<v8::Value> pValue = JS_GetObjectElement(isolate, pObj, L"cMsg");
333 pValue = JS_GetObjectElement(isolate, pObj, L"cTitle");
336 pValue = JS_GetObjectElement(isolate, pObj, L"nIcon");
339 pValue = JS_GetObjectElement(isolate, pObj, L"nType");
566 JSFXObject pObj = params[0].ToV8Object();
568 if (JS_GetObjDefnID(pObj) == JS_GetObjDefnID(*pRuntime, L"TimerObj"))
614 JSFXObject pObj = params[0].ToV8Object();
616 if (JS_GetObjDefnID(pObj) == JS_GetObjDefnID(*pRuntime, L"TimerObj"))
716 JSObject pObj = params[0].ToV8Object();
718 v8::Local<v8::Value> pValue = JS_GetObjectElement(isolate, pObj, L"bUI");
721 pValue = JS_GetObjectElement(isolate, pObj, L"cTo");
724 pValue = JS_GetObjectElement(isolate, pObj, L"cCc");
727 pValue = JS_GetObjectElement(isolate, pObj, L"cBcc");
730 pValue = JS_GetObjectElement(isolate, pObj, L"cSubject");
733 pValue = JS_GetObjectElement(isolate, pObj, L"cMsg");
851 JSObject pObj = params[0].ToV8Object();
852 v8::Local<v8::Value> pValue = JS_GetObjectElement(isolate,pObj,L"cQuestion");
855 pValue = JS_GetObjectElement(isolate,pObj,L"cTitle");
858 pValue = JS_GetObjectElement(isolate,pObj,L"cDefault");
861 pValue = JS_GetObjectElement(isolate,pObj,L"cLabel");
864 pValue = JS_GetObjectElement(isolate,pObj,L"bPassword");