Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_value.h65 bool DeleteObjectProperty(const ByteStringView& szPropName);
Dcfxjse_value.cpp179 bool CFXJSE_Value::DeleteObjectProperty(const ByteStringView& szPropName) { in DeleteObjectProperty() function in CFXJSE_Value
Dcfxjse_engine.cpp526 pObject->DeleteObjectProperty(OBJ_NAME[i]); in RemoveBuiltInObjs()
/external/v8/src/runtime/
Druntime-object.cc129 Maybe<bool> Runtime::DeleteObjectProperty(Isolate* isolate, in DeleteObjectProperty() function in v8::internal::Runtime
437 Runtime::DeleteObjectProperty(isolate, receiver, key, language_mode); in DeleteProperty()
Druntime.h768 MUST_USE_RESULT static Maybe<bool> DeleteObjectProperty( in FOR_EACH_INTRINSIC_RETURN_OBJECT()
/external/v8/src/
Dapi.cc4616 i::Runtime::DeleteObjectProperty(isolate, self, key_obj, i::SLOPPY); in Delete()