Searched defs:SetObjectProperty (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/runtime/
H A Druntime-object.cc210 MaybeHandle<Object> Runtime::SetObjectProperty(Isolate* isolate, function in class:v8::internal::Runtime
445 Runtime::SetObjectProperty(isolate, object, key, value, language_mode));
/external/pdfium/xfa/src/fxjse/src/
H A Dvalue.cpp165 return lpValue->SetObjectProperty(szPropName, lpPropValue);
181 return lpValue->SetObjectProperty(uPropIdx, lpPropValue);
353 FX_BOOL CFXJSE_Value::SetObjectProperty(const CFX_ByteStringC& szPropName, function in class:CFXJSE_Value
384 FX_BOOL CFXJSE_Value::SetObjectProperty(uint32_t uPropIdx, function in class:CFXJSE_Value

Completed in 475 milliseconds