Lines Matching refs:pObj
45 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject()); in JSSpecialPropQuery() local
47 pObj->QueryProperty(PropFromV8Prop(info.GetIsolate(), property).c_str()); in JSSpecialPropQuery()
65 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject()); in JSSpecialPropGet() local
66 CJS_Return result = pObj->GetProperty( in JSSpecialPropGet()
93 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject()); in JSSpecialPropPut() local
94 CJS_Return result = pObj->SetProperty( in JSSpecialPropPut()
116 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject()); in JSSpecialPropDel() local
117 CJS_Return result = pObj->DelProperty( in JSSpecialPropDel()
166 v8::Local<v8::Object> pObj,
394 v8::Local<v8::Object> pObj = pRuntime->NewFxDynamicObj(-1); in UpdateGlobalPersistentVariables() local
395 if (!pObj.IsEmpty()) { in UpdateGlobalPersistentVariables()
396 PutObjectProperty(pObj, &pData->data); in UpdateGlobalPersistentVariables()
398 false, "", pObj, pData->bPersistent == 1); in UpdateGlobalPersistentVariables()
400 pData->data.sKey.UTF8Decode(), pObj); in UpdateGlobalPersistentVariables()
454 v8::Local<v8::Object> pObj, in ObjectToArray() argument
456 std::vector<WideString> pKeyList = pRuntime->GetObjectPropertyNames(pObj); in ObjectToArray()
459 v8::Local<v8::Value> v = pRuntime->GetObjectProperty(pObj, ws); in ObjectToArray()
502 void JSGlobalAlternate::PutObjectProperty(v8::Local<v8::Object> pObj, in PutObjectProperty() argument
511 pRuntime->PutObjectProperty(pObj, pObjData->sKey.UTF8Decode(), in PutObjectProperty()
515 pRuntime->PutObjectProperty(pObj, pObjData->sKey.UTF8Decode(), in PutObjectProperty()
520 pObj, pObjData->sKey.UTF8Decode(), in PutObjectProperty()
527 pRuntime->PutObjectProperty(pObj, pObjData->sKey.UTF8Decode(), in PutObjectProperty()
532 pRuntime->PutObjectProperty(pObj, pObjData->sKey.UTF8Decode(), in PutObjectProperty()