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

/external/pdfium/xfa/src/fxjse/src/
H A Dvalue.h196 FX_BOOL GetObjectProperty(const CFX_ByteStringC& szPropName,
200 FX_BOOL GetObjectProperty(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);
H A Dvalue.cpp157 return lpValue->GetObjectProperty(szPropName, lpPropValue);
173 return lpValue->GetObjectProperty(uPropIdx, lpPropValue);
369 FX_BOOL CFXJSE_Value::GetObjectProperty(const CFX_ByteStringC& szPropName, function in class:CFXJSE_Value
396 FX_BOOL CFXJSE_Value::GetObjectProperty(uint32_t uPropIdx, function in class:CFXJSE_Value
/external/v8/src/runtime/
H A Druntime-object.cc19 MaybeHandle<Object> Runtime::GetObjectProperty(Isolate* isolate, function in class:v8::internal::Runtime
115 // Fall back to GetObjectProperty.
116 return Runtime::GetObjectProperty(isolate, receiver_obj, key_obj,
413 Runtime::GetObjectProperty(isolate, object, key, SLOPPY));
428 Runtime::GetObjectProperty(isolate, object, key, STRONG));
H A Druntime-classes.cc107 Runtime::GetObjectProperty(isolate, super_class,
H A Druntime.h1150 MUST_USE_RESULT static MaybeHandle<Object> GetObjectProperty(
/external/v8/test/cctest/interpreter/
H A Dtest-interpreter.cc1002 CHECK(Runtime::GetObjectProperty(isolate, object, name).ToHandle(&result));
1007 CHECK(Runtime::GetObjectProperty(isolate, object, name).ToHandle(&result));
1014 CHECK(Runtime::GetObjectProperty(isolate, object2, name).ToHandle(&result));
1027 CHECK(Runtime::GetObjectProperty(isolate, object5, name).ToHandle(&result));
1065 CHECK(Runtime::GetObjectProperty(isolate, object, name).ToHandle(&result));
1070 CHECK(Runtime::GetObjectProperty(isolate, object, name).ToHandle(&result));
1077 CHECK(Runtime::GetObjectProperty(isolate, object2, name).ToHandle(&result));
/external/v8/src/
H A Dbuiltins.cc1008 isolate, val, Runtime::GetObjectProperty(isolate, receiver, key),
1205 i::Runtime::GetObjectProperty(isolate, obj, key);
1506 Runtime::GetObjectProperty(isolate, from, next_key, STRICT));
H A Dapi.cc3614 !i::Runtime::GetObjectProperty(isolate, self, key_obj).ToHandle(&result);
/external/v8/src/ic/
H A Dic.cc1365 Runtime::GetObjectProperty(isolate(), object, key, language_mode()),
1404 Runtime::GetObjectProperty(isolate(), object, key, language_mode()),

Completed in 256 milliseconds