Home
last modified time | relevance | path

Searched refs:GetObjectProperty (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/fxjs/
Dcfx_v8_unittest.cpp58 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()
Dcfx_v8.h55 v8::Local<v8::Value> GetObjectProperty(v8::Local<v8::Object> pObj,
Djs_define.cpp85 v8::Local<v8::Value> v8Value = pRuntime->GetObjectProperty(pObj, property); in ExpandKeywordParams()
Dcfxjs_engine_embeddertest.cpp33 v8::Local<v8::Value> fred = current_engine->GetObjectProperty(This, "fred"); in CheckAssignmentInEngineContext()
Dcfx_v8.cpp16 v8::Local<v8::Value> CFX_V8::GetObjectProperty( in GetObjectProperty() function in CFX_V8
Dcjs_document.cpp595 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()
Dcjs_global.cpp373 pRuntime->GetObjectProperty(pObj, sKey.AsStringView()); in ObjectToArray()
/external/pdfium/fxjs/xfa/
Dcfxjse_value.h65 bool GetObjectProperty(v8::Isolate* pIsolate,
Dcfxjse_value.cpp134 bool CFXJSE_Value::GetObjectProperty(v8::Isolate* pIsolate, in GetObjectProperty() function in CFXJSE_Value