Searched refs:pPut (Results 1 – 1 of 1) sorted by relevance
48 v8::Local<v8::Value> pPut) { in PutObjectProperty() argument49 ASSERT(!pPut.IsEmpty()); in PutObjectProperty()54 return pObj->Set(m_pIsolate->GetCurrentContext(), name, pPut).IsJust(); in PutObjectProperty()