Searched refs:PutObjectProperty (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_global.cpp | 168 void PutObjectProperty(v8::Local<v8::Object> obj, CJS_KeyValue* pData); 373 pRuntime->PutObjectProperty(m_pJSObject->ToV8Object(), in UpdateGlobalPersistentVariables() 381 pRuntime->PutObjectProperty( in UpdateGlobalPersistentVariables() 389 pRuntime->PutObjectProperty( in UpdateGlobalPersistentVariables() 396 PutObjectProperty(pObj, &pData->data); in UpdateGlobalPersistentVariables() 399 pRuntime->PutObjectProperty(m_pJSObject->ToV8Object(), in UpdateGlobalPersistentVariables() 407 pRuntime->PutObjectProperty(m_pJSObject->ToV8Object(), in UpdateGlobalPersistentVariables() 502 void JSGlobalAlternate::PutObjectProperty(v8::Local<v8::Object> pObj, in PutObjectProperty() function in JSGlobalAlternate 511 pRuntime->PutObjectProperty(pObj, pObjData->sKey.UTF8Decode(), in PutObjectProperty() 515 pRuntime->PutObjectProperty(pObj, pObjData->sKey.UTF8Decode(), in PutObjectProperty() [all …]
|
D | cjs_document.cpp | 671 pRuntime->PutObjectProperty(pObj, L"Author", in get_info() 673 pRuntime->PutObjectProperty(pObj, L"Title", in get_info() 675 pRuntime->PutObjectProperty(pObj, L"Subject", in get_info() 677 pRuntime->PutObjectProperty(pObj, L"Keywords", in get_info() 679 pRuntime->PutObjectProperty(pObj, L"Creator", in get_info() 681 pRuntime->PutObjectProperty(pObj, L"Producer", in get_info() 683 pRuntime->PutObjectProperty( in get_info() 686 pRuntime->PutObjectProperty(pObj, L"ModDate", in get_info() 688 pRuntime->PutObjectProperty(pObj, L"Trapped", in get_info() 697 pRuntime->PutObjectProperty( in get_info() [all …]
|
D | cjs_v8.h | 74 void PutObjectProperty(v8::Local<v8::Object> pObj,
|
D | fxjs_v8_embeddertest.cpp | 215 engine()->PutObjectProperty(object, L"clams", engine()->NewNumber(12)); in TEST_F()
|
D | cjs_v8.cpp | 51 void CJS_V8::PutObjectProperty(v8::Local<v8::Object> pObj, in PutObjectProperty() function in CJS_V8
|