Searched refs:GetObjectProperty (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/fxjs/ |
D | cfx_v8_unittest.cpp | 58 EXPECT_TRUE(cfx_v8()->GetObjectProperty(empty_object, "clams").IsEmpty()); in TEST_F() 211 EXPECT_FALSE(cfx_v8()->GetObjectProperty(object, "clams").IsEmpty()); in TEST_F() 212 EXPECT_TRUE(cfx_v8()->GetObjectProperty(object, "clams")->IsUndefined()); in TEST_F() 216 EXPECT_FALSE(cfx_v8()->GetObjectProperty(object, "clams").IsEmpty()); in TEST_F() 217 EXPECT_TRUE(cfx_v8()->GetObjectProperty(object, "clams")->IsNumber()); in TEST_F() 248 EXPECT_TRUE(cfx_v8()->GetObjectProperty(object, "clams").IsEmpty()); in TEST_F()
|
D | cfx_v8.h | 55 v8::Local<v8::Value> GetObjectProperty(v8::Local<v8::Object> pObj,
|
D | js_define.cpp | 85 v8::Local<v8::Value> v8Value = pRuntime->GetObjectProperty(pObj, property); in ExpandKeywordParams()
|
D | cfxjs_engine_embeddertest.cpp | 33 v8::Local<v8::Value> fred = current_engine->GetObjectProperty(This, "fred"); in CheckAssignmentInEngineContext()
|
D | cfx_v8.cpp | 16 v8::Local<v8::Value> CFX_V8::GetObjectProperty( in GetObjectProperty() function in CFX_V8
|
D | cjs_document.cpp | 595 v8::Local<v8::Value> pValue = pRuntime->GetObjectProperty(pObj, "cURL"); in submitForm() 599 bFDF = pRuntime->ToBoolean(pRuntime->GetObjectProperty(pObj, "bFDF")); in submitForm() 600 bEmpty = pRuntime->ToBoolean(pRuntime->GetObjectProperty(pObj, "bEmpty")); in submitForm() 601 aFields = pRuntime->ToArray(pRuntime->GetObjectProperty(pObj, "aFields")); in submitForm()
|
D | cjs_global.cpp | 373 pRuntime->GetObjectProperty(pObj, sKey.AsStringView()); in ObjectToArray()
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_value.h | 65 bool GetObjectProperty(v8::Isolate* pIsolate,
|
D | cfxjse_value.cpp | 134 bool CFXJSE_Value::GetObjectProperty(v8::Isolate* pIsolate, in GetObjectProperty() function in CFXJSE_Value
|