Searched refs:GetObjectProperty (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/xfa/src/fxjse/src/ |
D | value.cpp | 157 return lpValue->GetObjectProperty(szPropName, lpPropValue); in FXJSE_Value_GetObjectProp() 173 return lpValue->GetObjectProperty(uPropIdx, lpPropValue); in FXJSE_Value_GetObjectPropByIdx() 369 FX_BOOL CFXJSE_Value::GetObjectProperty(const CFX_ByteStringC& szPropName, in GetObjectProperty() function in CFXJSE_Value 396 FX_BOOL CFXJSE_Value::GetObjectProperty(uint32_t uPropIdx, in GetObjectProperty() function in CFXJSE_Value
|
D | value.h | 196 FX_BOOL GetObjectProperty(const CFX_ByteStringC& szPropName, 200 FX_BOOL GetObjectProperty(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);
|
/external/v8/src/runtime/ |
D | runtime-object.cc | 19 MaybeHandle<Object> Runtime::GetObjectProperty(Isolate* isolate, in GetObjectProperty() function in v8::internal::Runtime 116 return Runtime::GetObjectProperty(isolate, receiver_obj, key_obj, in KeyedGetObjectProperty() 413 Runtime::GetObjectProperty(isolate, object, key, SLOPPY)); in RUNTIME_FUNCTION() 428 Runtime::GetObjectProperty(isolate, object, key, STRONG)); in RUNTIME_FUNCTION()
|
D | runtime-classes.cc | 107 Runtime::GetObjectProperty(isolate, super_class, in DefineClass()
|
D | runtime.h | 1150 MUST_USE_RESULT static MaybeHandle<Object> GetObjectProperty( in FOR_EACH_INTRINSIC_RETURN_OBJECT()
|
/external/v8/test/cctest/interpreter/ |
D | test-interpreter.cc | 1002 CHECK(Runtime::GetObjectProperty(isolate, object, name).ToHandle(&result)); in TEST() 1007 CHECK(Runtime::GetObjectProperty(isolate, object, name).ToHandle(&result)); in TEST() 1014 CHECK(Runtime::GetObjectProperty(isolate, object2, name).ToHandle(&result)); in TEST() 1027 CHECK(Runtime::GetObjectProperty(isolate, object5, name).ToHandle(&result)); in TEST() 1065 CHECK(Runtime::GetObjectProperty(isolate, object, name).ToHandle(&result)); in TEST() 1070 CHECK(Runtime::GetObjectProperty(isolate, object, name).ToHandle(&result)); in TEST() 1077 CHECK(Runtime::GetObjectProperty(isolate, object2, name).ToHandle(&result)); in TEST()
|
/external/v8/src/ |
D | builtins.cc | 1008 isolate, val, Runtime::GetObjectProperty(isolate, receiver, key), in IterateElements() 1205 i::Runtime::GetObjectProperty(isolate, obj, key); in IsConcatSpreadable() 1506 Runtime::GetObjectProperty(isolate, from, next_key, STRICT)); in BUILTIN()
|
D | api.cc | 3614 !i::Runtime::GetObjectProperty(isolate, self, key_obj).ToHandle(&result); in Get()
|
/external/v8/src/ic/ |
D | ic.cc | 1365 Runtime::GetObjectProperty(isolate(), object, key, language_mode()), in Load() 1404 Runtime::GetObjectProperty(isolate(), object, key, language_mode()), in Load()
|