Searched refs:delete_property (Results 1 – 2 of 2) sorted by relevance
459 function delete_property(o) { function475 assertThrows(function() { delete_property(object); }, TypeError);
2362 Handle<JSFunction> delete_property = in InitializeGlobal_harmony_reflect() local2365 native_context()->set_reflect_delete_property(*delete_property); in InitializeGlobal_harmony_reflect()2377 InstallFunction(reflect, delete_property, factory->deleteProperty_string()); in InitializeGlobal_harmony_reflect()