Home
last modified time | relevance | path

Searched refs:DeleteObjectProperty (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/src/fxjse/src/
Dvalue.cpp187 return lpValue->DeleteObjectProperty(szPropName); in FXJSE_Value_DeleteObjectProp()
408 FX_BOOL CFXJSE_Value::DeleteObjectProperty(const CFX_ByteStringC& szPropName) { in DeleteObjectProperty() function in CFXJSE_Value
Dvalue.h202 FX_BOOL DeleteObjectProperty(const CFX_ByteStringC& szPropName);
/external/v8/src/runtime/
Druntime-object.cc121 Maybe<bool> Runtime::DeleteObjectProperty(Isolate* isolate, in DeleteObjectProperty() function in v8::internal::Runtime
571 Runtime::DeleteObjectProperty(isolate, receiver, key, language_mode); in DeleteProperty()
Druntime.h1142 MUST_USE_RESULT static Maybe<bool> DeleteObjectProperty( in FOR_EACH_INTRINSIC_RETURN_OBJECT()
/external/v8/src/
Dapi.cc3826 i::Runtime::DeleteObjectProperty(isolate, self, key_obj, i::SLOPPY); in Delete()